setValue of a field is not working in async insert/update Business rule
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2022 08:36 PM
Hi All,
I am writing an async Insert/Update business rule to update a field value(Ex: TestA) on RITM based on RITM's Approval field value.
If Approval field value is either approved/rejected, then only I need to populate some value in 'TestA'
There are few RITM's with approver and few with no-approvers
Async Insert/Update
current.setValue('TestA', time);
(or)
current.TestA = time;
Both the above methods are not working in async BR, Please guide
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2022 09:08 PM