- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 10:57 AM
i have the following situation.
i was ask to creat a field on a catalog form which shoud give the user the option to download an file, i make this throught the variable attachment option but when i add this variables into an update set the files are not recorded and i need manually added them. is a way to record on the update set?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 08:33 PM
Hi @Enovella23
Can you try adding the attribute "synch_attachments=true" on the dictionary record of type - "collection" on the table, "sc_cat_item". Refer https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0961232
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 11:55 AM - edited 03-20-2024 11:57 AM
Hi @Enovella23,
The attachment are considered as data and mainly not captured in update set.
Refer this thread for similar query.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0825473
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0687784
Refer this, some workaround given.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0961232
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 08:33 PM
Hi @Enovella23
Can you try adding the attribute "synch_attachments=true" on the dictionary record of type - "collection" on the table, "sc_cat_item". Refer https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0961232
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.