Discussion
2
Replies
652
Views
Capgemini
Posted: February 4, 2015
Last activity: February 4, 2015
Closed
Source your data with data pages
Question about the following question:
Which of the following is a valid syntax for referencing a D_OrderHistory data page with one parameter called CustomerID? (Choose One)
D_OrderHistory[“CustomerID:C-101”]
D_OrderHistory(CustomerID:param.custID)
D_OrderHistory(.CustID)
D_OrderHistory[“C-101”]
The last option is correct, but why is the second option not correct? According to the video this should be ok.

First option the quotes are wrong, third option should be D_OrderHistory(CustomerID:.CustID) to be correct.
I hope somebody can clarify this.
Dear Arjan21,
You need to use square brackets, i.e. [ and ], not "normal" brackets, i.e. ( and ). Sneaky, this one... :-)
Regards,
Teng Hao Chua
Pega Academy Support Team