- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 11:37 AM
Hello all,
When I go to an engagement record in Audit Management and navigate to the related list. On the 'other issues' tab, when I try to create a new record from the 'New' UI action in the classic ui, the record is not being submitted and I receive a message that says 'Invalid Insert'. Should I open a case for this? This is also a client requirement but I am having no luck in getting it to work on classic ui. Any help is appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 08:24 AM
@RandiReyna OOTB Other Issues related list is not M2M table it is directly related to Issues(sn_grc_issue) table.
New record screenshot you have shared that is also seems like different from what I see in OOTB.
OOTB Script of New UI Action button of Other Issues related list in Engagement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 12:53 AM - edited 10-15-2024 12:54 AM
Hi @RandiReyna,
From the given screenshots in your question, I could see the UI Action called "Test New" on Other Issues related list seems like custom UI Action not the OOTB (FYI - I have attached how OOTB New UI Action and what record will be opened after we click New button).
Could you please provide the more details of UI Action (like code and other fields information) if it is custom one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 07:50 AM
Hi @Hema P , Yes I changed the name of the ui action to make sure I was on the right one. But I'm not able to get the form to load and submit. Could you possibly send a screenshot of the script in the ui you are seeing? Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 08:02 AM
@Hema P, this is the code in the ui action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 08:24 AM
@RandiReyna OOTB Other Issues related list is not M2M table it is directly related to Issues(sn_grc_issue) table.
New record screenshot you have shared that is also seems like different from what I see in OOTB.
OOTB Script of New UI Action button of Other Issues related list in Engagement.