Want to map 'comments' at rejecting a request to a column field in custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 10:09 AM
Hello,
Implementing reimbursement management. I have 2 tables Expense Request and Line of Items both are child table of Task. Employee must be able to enter single or multiple line items under single request number.
These requests go to Approval table for Manager's approval. At time when manager rejects the requests, the comments entered by the Manager must be mapped to a column field in custom table Line Items current request.
Please share the steps/script to do it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 10:10 AM
The same scenario must also work when Rejecting the request from the portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 10:31 AM
Get the journal entry additional comments on after/async update of the approval record and update the related items with that value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 10:33 AM
Can you tell me the business rule script?