Business Rule is updating previous value on task table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 05:08 AM
Hi Team my requirement is that I have to create one catalog item and on that catalog item I don't need to show all variables on portal but I am showing all variables on request and some of the variables on task, now requestor wants to update task variable value on task description.
I have written before update BR -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 05:26 AM
Hello @Priya Singh 2 2 ,
Instead of using the before Business rule, can you try the after business rule. As the variables are not the fields on form maybe that's the reason you are not getting the new variable value before updating.
Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 05:55 AM
I tried with after update but it's not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 05:28 AM
I think your issue is in the before part of your business rule. Can you make it after or async?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 05:57 AM
I tried with after BR but it's not working.