Question
4
Replies
24398
Views
Infosys
Posted: June 24, 2016
Last activity: June 27, 2016
Closed
Solved
How to set a field value into a property
Can anyone tell me how to set a field value to a property in Pega
Message was edited by: Lochan to add Category
Praveen,
I'm not 100% sure what you're asking, but if you're asking about how to reference a property in a field value, you can find that in this help doc:
https://pdn.pega.com/sites/pdn.pega.com/files/help_v719/procomhelpmain.htm#rule-/rule-obj-/rule-obj-fieldvalue/localized…
But basically you can include the property in the field value in {} like this:
{.myProperty} - which will use the default control specified on the property, though you can also specify a control like this: {.myProperty pyCaption}
Hope this helps!