Avoid concurrent updates from Related action

 Hi,

Please suggest different and effective ways through which I can avoid multiple users accessing same related action to update records .

Thanks

Namrata

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    You can also accomplish something similar to what Mike is suggesting by using process analytics. If you have your related actions start a process instead of using a start form, you can use queryprocessananalytics to see if there are any active processes with whatever metadata you track for your record. This may or may not perform better depending on the rest of the structure of your app, but can help avoid database calls to write the locks.
Reply
  • 0
    Certified Lead Developer
    You can also accomplish something similar to what Mike is suggesting by using process analytics. If you have your related actions start a process instead of using a start form, you can use queryprocessananalytics to see if there are any active processes with whatever metadata you track for your record. This may or may not perform better depending on the rest of the structure of your app, but can help avoid database calls to write the locks.
Children
No Data