Question

IBM India Pvt Ltd
IN
Last activity: 9 Jan 2025 10:33 EST
Access data from "pxRequestor.OperatorID."
Hi Everyove,
In My Pega personal edition(8.7.0) I'm trying to get the logged in operator details on a work class section.
I'm using source as "pxRequestor.OperatorID".
For "pxRequestor.OperatorID.pyTitle" I can set the value into a "Text Field" without error.
Similarly for following properties no error observed.
"pxRequestor.OperatorID.pyUserName";
"pxRequestor.OperatorID.pyPosition";
"pxRequestor.OperatorID.pyAccessGroup"
-----------------------------------------------------------------------------------------------------------
But "Text Field" does not support for following properties.
1. pxRequestor.OperatorID.pyFirstName
2. pxRequestor.OperatorID.pyLastName
3. pxRequestor.OperatorID.pyTelephone
4. pxRequestor.OperatorID.pyAddresses(Email).pyEmailAddress
Giving following error while saving the section:
String value of a cell— pxRequestor.OperatorID.pyFirstName does not exist or is not a valid entry for this ruleset and its prerequisites
String value of a cell— pxRequestor.OperatorID.pyLastName does not exist or is not a valid entry for this ruleset and its prerequisites
String value of a cell— pxRequestor.OperatorID.pyTelephone does not exist or is not a valid entry for this ruleset and its prerequisites
Hi Everyove,
In My Pega personal edition(8.7.0) I'm trying to get the logged in operator details on a work class section.
I'm using source as "pxRequestor.OperatorID".
For "pxRequestor.OperatorID.pyTitle" I can set the value into a "Text Field" without error.
Similarly for following properties no error observed.
"pxRequestor.OperatorID.pyUserName";
"pxRequestor.OperatorID.pyPosition";
"pxRequestor.OperatorID.pyAccessGroup"
-----------------------------------------------------------------------------------------------------------
But "Text Field" does not support for following properties.
1. pxRequestor.OperatorID.pyFirstName
2. pxRequestor.OperatorID.pyLastName
3. pxRequestor.OperatorID.pyTelephone
4. pxRequestor.OperatorID.pyAddresses(Email).pyEmailAddress
Giving following error while saving the section:
String value of a cell— pxRequestor.OperatorID.pyFirstName does not exist or is not a valid entry for this ruleset and its prerequisites
String value of a cell— pxRequestor.OperatorID.pyLastName does not exist or is not a valid entry for this ruleset and its prerequisites
String value of a cell— pxRequestor.OperatorID.pyTelephone does not exist or is not a valid entry for this ruleset and its prerequisites
String value of a cell— pxRequestor.OperatorID.pyAddresses(Email).pyEmailAddress does not exist or is not a valid entry for this ruleset and its prerequisites
Is it a Personal edition issue ? As I'm not getting any logic on this error. Where on a Label there is no issue observed.