key to link sn_customerservice_registration and sysapproval_approver

Yuki21
Tera Expert

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.

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

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

 

View solution in original post

2 REPLIES 2

Brad Bowman
Kilo Patron
Kilo Patron

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

 

Hello.

Thank you.
Helpful!