unable to find UI Action with name 'undefined' on table 'change_request' - error message on the screen

Ram118
Mega Guru

When trying to cancel a change record which is in New state,  getting the below error message.

This is happening after the Rome Upgrade from Paris version.

find_real_file.png

 

1 ACCEPTED SOLUTION

There is another way to overcome this Issue.  

In the UI Action script,  there is a function "gsftSubmit()".  pass "null" as a third parameter. This fixed my issue.(as reverting back to OOB, disabled some customizations).

 

If this fix the issue, please mark it as helpful.

Thanks!

View solution in original post

11 REPLIES 11

Kishan Khant
Tera Contributor

Hello,

 

Before you put 'null' into the 3rd parameter better check your entire code once, if you have any errors in it.

Once you solve the error it will not though any error message like this.

 

Happy Developing 🙂 

 

Thanks,

Kishan K

keshav77
Tera Contributor

Hi Ram,

this issue is basically happen when you don't pass the Ui action action name out there so basically what happen service now is not able find ui action on the target table 

ui action.PNG