Question
Last activity: 23 Sep 2019 6:23 EDT
Data-Page does not take parameters Pega 7.3
getting an error as while creating a data transform for iteration through DP and removing the data page
Declare-Page does not take parameters
Any idea Why ?
***Updated by moderator: Lochan to update Categories***


Pegasystems Inc.
US
@Naveen, Can you try to re-validate the Data Page and check the behavior.
Updated: 8 Dec 2017 4:58 EST
Hi Naveen,
I was getting the same error, After performing check in it worked for me.
As @Mahesh_Midthuru mentioned re-Validate must work.
Thanks,
Ujjwal
Updated: 23 Sep 2019 6:22 EDT


Tata Consultancy Services Limited
US
Yeah, same issue happened to me. Check in & refresh the data page,it worked. Thanks
Accepted Solution


Pegasystems Inc.
IN
Hi Naveen,
Thanks for posting on PSC.
I was able to reproduce the issue, please refer below:-
Just want to confirm, you have "D_ConsolidateWorkList" reference available under "Pages and Classes" tab?
Also, please make sure you have your property, <Account> is in the same context or in the parent class.
I too faced the same issue, as suggested my colleague Ujjawal. You shouldn't have the parameter name in the data page reference, rather you can directly pass property name with "." operator. I ain't sure but one strange thing I noticed, try to have the same parameter name as in data page.
Hope it helps you. Kindly notify.
Regards,
Asif
For some stage reasons The parameter didn't take . I have copied the parameter name from DP's param tab(It was same on the previous context ) .Now its working.Thanks a lot.
Did you checked in the Data Page? if not please try again after checked IN
I also faced the same issue.
I just checked in the Data Page and refreshed it and tested again, this time error did not come again. So check in and refresh will also work according to my experience this error.
Hi Naveen,
It is because your DataPage uses single parameter I believe
D_ConsolidateWorkList[.pyUserIdentifier] would work.
Thanks,
Ujjwal