Monday, September 19, 2011

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.

No comments:

Post a Comment

javascript:void(0)