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

Ram118
Mega Guru

There was a change in the UI Action version after the Rome Upgrade. Once, I reverted back to the baseline version. Issue fixed.

Hi Ram,

I am also facing same issue in our instance which is upgraded to Rome.

Could you please let me know how to revert it to baseline version? could you please let me know which is baseline version?

 

Thanks & Regards,

Ranjita Hegde

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!

Ram118
Mega Guru

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!

Ram,

Where have you found documentation on gsftSubmit ?