- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 11:22 PM
I want to populate Item, start date and end date values from RITM to its approval record in sys_approval_approver table. I was able to populated item value on the approval record but not able to do start date and end date.
start date and end date variables are not showing up in the show XML as well.
How to populate the start date and end date values on the approval record?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 12:45 AM
Hi @Admin7267,
To populate the variables, you could gliderecord on table sc_item_option_mtom and pass the RITM sys id to get the all information from variables and set the values in Approval table.
Please accept my solution if it works for you and thumps up.
Thanks
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 12:36 AM
Please post your code so, I will suggest the required changes.
Thank You!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 12:45 AM
Hi @Admin7267,
To populate the variables, you could gliderecord on table sc_item_option_mtom and pass the RITM sys id to get the all information from variables and set the values in Approval table.
Please accept my solution if it works for you and thumps up.
Thanks
Jitendra