Attachment transfer from sc_cart_item to sc_req_item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 11:52 PM - edited ‎04-09-2024 06:38 AM
if we raise a RITM from the client portal then initially while attaching an attachment then it's going to sc_cart_item and then once we submit that attachment is tagged to sc_req_item table how does this happen? and we have an issue here sometimes attachments are getting stuck in sc_cart_item it's not moving to sc_req_item
@Ankur Bawiskar any idea?
- 1,813 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 08:01 AM
Same thing is happening to us! We created a HI Case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 03:01 PM
Did you guys solve this? Am seeing for some Excel files too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2024 05:09 AM
ServiceNow support determined it was being caused by the built in AntiVirus scan so had us disable it for the sc_req_item table .... https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/security/reference...
Hope that helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 06:42 AM
For what it's worth we added the exclusion to the sc_cart_item table which has so far solved the issue.
Per ServiceNow docs -
- Exclude tables from the Antivirus scan by adding them to the List of Tables Excluded.
- Navigate to System Definition → Dictionary
- Search for the table (sc_cart_item) you want to exclude from the scan and select the table with Type set to collection.
- In the Attributes tab, select New.
- Add Exclude_from_antivirus_scan in the Attributes field and enter True in the Value field.
- Select Submit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 11:37 PM