Question
TCS
IN
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***
-
Like (0)
Malathi Balaraman -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
EPAM Systems, Inc.
ES
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
Pegasystems Inc.
IN
Hi Naveen,
It is because your DataPage uses single parameter I believe
D_ConsolidateWorkList[.pyUserIdentifier] would work.
Thanks,
Ujjwal
TCS
IN
Its getting the same error.
-
Ketema Harris
Updated: 8 Dec 2017 4:58 EST
Pegasystems Inc.
IN
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
-
Sharda C Satya Chinta Mazhar Shaikh
Updated: 23 Sep 2019 6:22 EDT
Coforge
IN
Yeah, same issue happened to me. Check in & refresh the data page,it worked. Thanks
Accepted Solution
EPAM Systems, Inc.
ES
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
Updated: 8 Dec 2017 6:13 EST
TCS
IN
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.
Cognizant
ES
Did you checked in the Data Page? if not please try again after checked IN
-
RAMKUMAR K K
LTI
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.