We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Unable to capture variable attachments in an update set.

Chimenem
Tera Expert

Issue: Unable to capture variable attachments in an update set.

 

Cause: The synch_attachments attribute was not set to true on the Variable (item_option_new) table.

synch_attachments: Similar to update_synch, but it writes the file attachments of the record to update sets.


Resolution: Add the attribute synch_attachments=true to the dictionary record of type collection on the table.

Steps:

 1. Go to sys_dictionary.LIST.
 2. Filter for type=collection and table=item_option_new.
 3. Add the attribute synch_attachments=true.

0 REPLIES 0