I need to create a file on save of a transaction, and save the file in a field on that transaction. I can’t seem to return a value of type File though in the Workflow action. Thoughts?
b
battk
11/17/2020, 7:36 PM
potentially return the internal id of the created file
battk
11/17/2020, 7:36 PM
otherwise set the field in the script
j
jen
11/17/2020, 7:43 PM
yeah I think I’ll do the latter
jen
11/17/2020, 7:43 PM
makes it less reusable but not a biggie
j
Jono
11/18/2020, 2:03 AM
• return an internal ID
• stored the internal ID in a workflow field (integer type)
• set the File field on the record per the workflow field
j
jen
11/18/2020, 7:59 PM
Yeah that’s a possibility. I hate WF fields though.