Skip to main content

I am hoping I describe this correctly.

 

Has anybody managed to create expressions that assign an Authorisation Task to a Contact User, however this assignment is based upon the Contact User from being selected from a Custom Field on an assystNET form??

 

If you have not done the above have you instead managed to build SmartMail rules to send an email to a Contact User who has been selected from a Custom Field on an assystNET form??

 

Any advice, help or guidance will be greatly appreciated

Hi Chris - this is the code we used in the Assyst User expression field. 

"ZZ_"+$new.parentEvent.W("<<FIELD-SHORTCODE>>").shortCode

We prefix the users shortcodes with ZZ in our database. The Field in the quotes was a single select lookup for the contact user table. 


Thanks Kevin, I will give it a go


Reply