Question
Virtusa
IN
Last activity: 3 Oct 2022 6:26 EDT
Getting an error while saving the section
I have come to a stage, where I cannot add any fields to forms any more. When I try to add fields to a form and try to save it, I get an error message similar to the one below.
Fields:
** ** Create new record failed: .pySections(1).pySectionBody(1).pyTable.pyRows(1).pyCells(4).pyValue: .Mail doesn't exist or is not a valid entry for this ruleset and its prerequisites.
.pySections(1).pySectionBody(1).pyTable.pyRows(1).pyCells(4).pyValue: .Mail doesn't exist or is not a valid entry for this ruleset and its prerequisites
Its showing even after making my work class property as page property
Can someone please help?
***Edited by Moderator Marije to change Content Type from Discussion to Question; added capability tags***
Hi @NalumachuA
Referring to https://support.pega.com/question/regarding-errorx-doesnt-exist-or-not-valid-entry-ruleset-and-its-prerequisites
If i understand this correctly,
If this is the case, please check if you are referring the property using page context (.pagepropertyname.singlevaluepropertyname)
Note: it is better to create the section in the data class and include the entire section using the page.
Please let me know if this helps.
Thanks