When submitting Record Producer, record does not create
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2024 01:53 AM
Hi community,
I have a problem with a legal Service Request.
It's a record producer and when I submit it, no record gets generated
sys_id is undefined and the only error that seems to have sense is the one in the console highlighted in yellow "(g_form) [NOACTION] Could not find UI Action: submit"
Do you know why?
Thank you,
Alice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2024 02:01 AM - edited ‎06-20-2024 02:03 AM
Hello @Alice Cecchetti ,
There might be restriction on the table for which you have crated the record producer, can you please check the ACL for write operation and verify is it not allowing to create a record.
Try to make write ACL active false and then try to insert the record.
Are you used the g_form in record producer script? client side API like g_form will not work in record producer script, if you are using then remove those.
Please mark helpful/ correct if this works.
Regards,
Sanket Landge