in Catlog form there are 2 variables application owner and custodian
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
in Catlog form there are 2 variables application owner and custodian both are refernce to user table i want to send approvals to those users.
i am using below code in approval activity but not working:
approvers.push(current.variables.application_custodian.toString());
approvers.push(current.variables.application_owner.toString());
0 REPLIES 0