Unknown Table sys_id of "ZZ_YYsc_cart_item" in sys_attachment Table**Issue Unknown Table sys_id of "ZZ_YYsc_cart_item" in sys_attachment Table. Table name is supposed to change it to the respective table but it is not changing and remaining as Table name when the attachments are submitted.ReleaseALLCausecustomer is using current.SetAbortAction() statement in the record producer script which is causing the issue upon commenting the code we could see that the Table name is changing from "ZZ_YYsc_cart_item" to "ZZ_YYincident"Resolution1. Comment out the following snippet in the RP's script section: current.setAbortAction(true);Related LinksFor information related to attachment records have ZZ_YY appended before the table name column in sys_attachment table. https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0868420