Disable Forms Personalization

Sometimes when you are developing a Forms Personalization it will error out before the form is opened. When this happens you cannot disable custom code to get the form to open and fix the problem.

The easiest way to fix this is to disable it directly in the core table.
UPDATE fnd_form_custom_actions SET enabled = 'N' WHERE action_id = your action id;
Now your form will open and you can fix the problem.

Comments

Popular posts from this blog

How to create a custom integration interface in SOA Gateway

Status of a customer

Fix for java.sql.SQLException: Invalid column type when extending a VO