Declarative Actions additional mapping for OOTB Add payload UXF Client Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 11:59 AM
Hi everyone ,
My requirement is to add records in a m2m table , I am using the common add payload for GRC (ootb) to do that . I need to update additional field on my m2m table too , as my field for m2m is actually a document id field , so i need to add additional table field.
Can anyone help me , how to add additional fields to the payload so that it can update the m2m table when its inserting the records through the ADD button (on related list )
Current payload map looks like
its on table sn_compliance_policy_exception_related_records
Currently it adds a blank record in related records field in m2m as the table of the document id is not populated . Kindly let me know if we need to add additional payload mapping or event mapping.