Skip to main content
January 8, 2025
Solved

How to update value from process model

  • January 8, 2025
  • 2 replies
  • 0 views

Hi All,

Please help me setup process model to update the value of few fields of table through pm:

1. I have to update the value of is Read by clicking on envelope icon from false to true and vice versa and update read on as well 

2. similarly by clicking on star icon I want to update value of is archive from false to true and vice versa 

3. similarly by clicking on cross icon I want to update the value of is delete from false to true and vice versa and update deletedon and deleted by as well
Please help me achieve  this,

Thanks

    Best answer by kalpeshg0081

    Hi [mention:f1719cb23da54416a6a4f5f27f3942cf:e9ed411860ed4f2ba0265705b8793d05] ,

    we do have a link parameter for richtext icons. you just need to call dynamic link to update the value in the variables.thn map the interface variables to the process variables in the process model.  pls find the sample code for the same.



    2 replies

    kalpeshg0081
    January 8, 2025

    Hi [mention:f1719cb23da54416a6a4f5f27f3942cf:e9ed411860ed4f2ba0265705b8793d05] ,

    we do have a link parameter for richtext icons. you just need to call dynamic link to update the value in the variables.thn map the interface variables to the process variables in the process model.  pls find the sample code for the same.



    January 8, 2025

    thankyou for your response