Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 06:05 AM - edited 03-30-2023 06:15 AM
Hello Brian, this use case was for an attachment field on a record producer. When an attachment is uploaded to SN, it gives it the generic table name and the predefined sys_id for the record to be created from the SC Catalog Item widget. On submission of the form, you can use the sys_id of the attachment (captured in the attachment field) to look distinctly at that record and just point it to the table you are submitting the form too. There wasn't a need to look for multiple attachments since we are using the primary ID for the table. Hope that helps.