Question
5
Replies
390
Views
Accenture Australia
Posted: December 1, 2016
Last activity: August 26, 2020
Closed
How to store the property value in the pega express.
Hi All,
I want to store the value of a property in the data table in pega express during run time.
I created the data table in express but i am not able to use the properties as like in pega.
If I refered as a page of data type in the configure form it shows null value.
Thanks
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi,
Could you provide more details on what you are trying to achieve? All the data tables are defaulted to local storage in express. So, in order to update the records, you have go to records tab in the data table and update the entries manually. You can reference a data type in a case using data references. You could use configure form on a a step in case designer to configure the same. There is no way you can update the values of the data table in the runtime directly. Hope this helps.
Thanks