- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 09:00 PM - edited 10-01-2024 11:21 PM
Hello.
I want to set the value of a specific record in sn_customerservice_registration to sysapproval_aprover in Flow Designer.
Is there a key that links sn_customerservice_registration and sysapproval_approver?
Please tell me whether it is possible or not.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 03:07 AM
If you look at a list view of the sysapproval_approver table, you'll see the source_table = sn_customerservice_registration, then to identify the specific registration request 3 more string fields are used. These fields aren't used for task-related approvals (RITM, CHG,...)
register_account
register_email
register_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2024 03:07 AM
If you look at a list view of the sysapproval_approver table, you'll see the source_table = sn_customerservice_registration, then to identify the specific registration request 3 more string fields are used. These fields aren't used for task-related approvals (RITM, CHG,...)
register_account
register_email
register_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 07:17 PM
Hello.
Thank you.
Helpful!