Message 1 of 3
Not applicable
09-13-2016
04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
We have two workspaces, "Supplier" and "Supplier Enquiries".
I'm trying to script from the "supplier enquiries" workspace, to add itself as a managed item in the "Supplier" workspace.
For testing I've set up an on-demand script, that is as such:
item.SUPPLIER.workflowItems.addItem({RELATED:item, SUBJECT:item.SUBJECT, DATE_RAISED:item.DATE_RAISED, INFORMATION: item.QUOTE_RECEIVED_AFTER});It's creating the linked item, however I can't get it to copy over any of the custom fields (subject, date raised and information).
item.SUPPLIER is a linked field to the supplier workspace.
Pulling my hair out here, what am I doing wrong? Any help would be greatly appreciated.
Cheers,
Stuart
Solved! Go to Solution.