Section from Data Class does not appear in Work Class
Hi Guys,
Good Evening. Hope you all had a great week.
I have come across a very weird issue which blocks me from embedding section into user interface from Data class to Work class.
I created a section "ClaimantDetail" based on a Data Type "Claimant" under the Data class. I then created a section under my Work class which i named "CaptureClaimantDetail". The idea was to embed the section i created under Data class into my Work Class for better re usability. But when i preview the user interface from Work Class, I got empty screen without any fields on screen as opposed to my expectation.
Following were the steps i carried out to make sure all configurations are done properly to render the user interface as expected.
1. Created a section "ClaimantDetails" under Data Class.
Hi Guys,
Good Evening. Hope you all had a great week.
I have come across a very weird issue which blocks me from embedding section into user interface from Data class to Work class.
I created a section "ClaimantDetail" based on a Data Type "Claimant" under the Data class. I then created a section under my Work class which i named "CaptureClaimantDetail". The idea was to embed the section i created under Data class into my Work Class for better re usability. But when i preview the user interface from Work Class, I got empty screen without any fields on screen as opposed to my expectation.
Following were the steps i carried out to make sure all configurations are done properly to render the user interface as expected.
1. Created a section "ClaimantDetails" under Data Class.
2. Created a section "Capture Claimant Details" under Work Class and embedded the section "Claimant Details" into it.
3. Verified the tab "Pages & Classes" to make sure the Clipboard page name was given properly under the section "Capture Claimant Details".
4. Cross checked the Data transform "pySetFieldDefaults" under my work class to make sure the Clipboard page will be created when the Case is created.
5. When i previewed the section "Capture Claimant Details" from my Work Class, i got nothing on screen.
6. I have also cross checked the cell properties of my Work Class from the canvas.
I have also attached the following screens for your reference, to verify the data model i created under Parent process.
I appreciate your time and valuable opinion to sort out this issue. Thanks.