Question
MSoft
IN
Last activity: 9 Aug 2017 10:26 EDT
How to resolve blank values recivied within Activicty
I have created a DataType by name Interviews and then created a SinglePage Property by name Interview_Page under my work class .
Finally i created a Section inside my Work class and refering to the above property .
The Issue is that when i am trying to insert data into the Table using an Activicty , blank values are being passed .
I am new to Pega , please help me resolve this issue .
I have attached the steps i performed during the above
Thanks in advance
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
COFORGE DPA AUSTRALIA PTY LTD
AU
You need to refer the section with Interview_Page.Property values as in the clipboard there are two page properties referenced under the pyWorkPage.
As you are calling the activity on the button need to save the form as to refer in the clipboard.
Please find the step by step process document and try to run the tracer to observe if any errors .
Thanks,
BUPA
AU
Hi Ravi,
The reference in the section is wrong. It should be .Interview_page.Name instead of InterviewPage.Name. If you correct the reference then I think system will work fine.
MSoft
IN
Thank you So much , i did the change mentioned , the Values i can see under Activicty but still the data is not getting inserted . I have attached the updated steps done by me
COFORGE DPA AUSTRALIA PTY LTD
AU
Hi Ravi,
In the section you have Mentioned the page as Interview page MSof-Data-InterViews(In Pages and classes)no need to mention in the pages and classes as you have created the page in the work class with name Interview_Page so directly refer the properties in the section as Interview_Page.Name and Interview_Page.Result it will hold the values in the pyworkpage.Interview_Page and no need to change the activity.
It will work Find the attached screen shot
Thanks,
Pranavi D.
MSoft
IN
I did the same (Removed everything under Pages and classes in Section) . but still the values are not getting inserted .
COFORGE DPA AUSTRALIA PTY LTD
AU
Hi Ravi,
Have you referenced the properties in the section as mentioned above
Can u verify once the clipboard whether the values are updating under the pyworkpage. If possible can u share the clipboard structure.
Thanks,
MSoft
IN
Thanks Pranavid ,
I have attached the clipboard structure as well as steps .
Accepted Solution
COFORGE DPA AUSTRALIA PTY LTD
AU
You need to refer the section with Interview_Page.Property values as in the clipboard there are two page properties referenced under the pyWorkPage.
As you are calling the activity on the button need to save the form as to refer in the clipboard.
Please find the step by step process document and try to run the tracer to observe if any errors .
Thanks,
MSoft
IN
Thanks a lot for your time .