Post

1 follower Follow
0
Avatar

Sending CustomActions within Outbound Emails

Use Case

Im writing our Change Request process as a Custom Action (CA). Each stage has an email sent to the Approvers. One stage requests Estimations to be added - which I have done by creating another CA entitles Create Estimation. This abasically creates tasks with estimated time. I would like to know if you can create alink to the CA action 'Create Estimation' within the email that gerts sent, which calls this CA?

Gareth Bradley Answered

Please sign in to leave a comment.

2 comments

0
Avatar

Hi Gareth,

We have a Clarizen function named GetCustomActionUrl('CA name',TargetObject,parameter1,parameter2....)
TargetObject is the request object you want the CA to run on.
Please note the you show transfer the parameters using GetRunTimeParameter() function or GetHiddenRunTimeParameter() (in case you want the values to be hidden from the triggering user.

Please let me know if it worked out for you!

regards,
Tamir

Tamir Avital 0 votes
Comment actions Permalink
0
Avatar

Thanks Tamir - The Document Publishing App does something similiar so i will check that out first and get back to you :)

Gareth Bradley 0 votes
Comment actions Permalink