When submitting Record Producer, record does not create

Alice Cecchetti
Tera Contributor

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

AliceCecchetti_0-1718873501360.png

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

1 REPLY 1

Sanket Landge
Tera Expert

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