Attachments are not saved in Incident formIssue We can view, rename, and remove the attachments on a record, as well as add additional attachments.The issue is when we attach a file to the incident form, save the form, and then the attachment is deleted. Steps to reproduce: Open an incident formClick on icon/attachment icon and upload a fileSave the incident form, where we cannot find the attachmentCauseThere is a custom business rule on the sys_attachment table that is changing the table name of the record.As the business rule is changing the table name, the attachment is removed from the incident form and attaching to a different table.ResolutionRevert the custom business rule to inactive state.Request customer to check the customization.