CREATE A BUSINESS RULE TO COPY RITM COMMENT/WORKNOTE INTO THE SYSAPPROVER_APPROVAL COMMENT FIELD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 11:17 AM
I need help writing a business rule for the following:
1. Reject a request item in the Employee Center.
2. Enter a comment in employee center.
3. Business Rule fires to copy that comment after insert in RITM to the related RITM sysapprover_approval record comment field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 03:43 PM
Hello AshishKMishra,
Below is the screen shot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 05:26 PM
ok , it's not clear that your system has approval/rejection on direct RIMT or sysapproval record.
so you check, if there is an approval record in sysapprover_approval table for the same RITM because the rejection reason ( or comment ) will go to record in sysapprover_approval table.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 06:18 PM - edited 02-02-2024 06:20 PM
Hi @adaptivert Write a after update BR on RITM table
BR cond: state is closed Incomplete AND // check state of RITM when rejected and put accordingly
comments changes
Script:
Harish