If the business wants to hide a field in the seeded page, you can do it by personalizing the page and set Rendered property to false.
But this solution will not help you if the field is marked as mandatory by the seeded page.
The reasons are Mandatory Validations are usually done at the EO level. Hence even if you hide the mandatory field, the validation would still happen at the server. If the column has not null constraint in the table, it will throw a database error.
How to solve this ?
You can fix this by setting a default value for the mandatory field.
Extend the controller and set the value in the process Request() method. This is the safest way to default the value to the mandatory field.
After defaulting the mandatory variable, personalize the page and set the rendered property to false.
Hope it helps !!
This Blog has solutions for day to day issues faced during Development & Customization's activity in Oracle EBS Applications.
Subscribe to:
Post Comments (Atom)
Useful Workflow Commands
WFLOAD apps/columbus789 0 Y DOWNLOAD APEXP_FINDEV.wft APEXP Locations: $PO_TOP/patch/115/import/US/porpocha.wft $PO_TOP/patch/115/import/U...
-
There are two steps to create Materialized Views in 12.2 Create Logical View Upgrade to Materialized View Create Logical View CREATE OR RE...
-
1. Deriving Various Bean values a. messageStyledText OAMessageStyledTextBean lvariable = (OAMessageStyledTextBean)webBean.findChildRecu...
-
Download Concurrent Programs: FNDLOAD apps/matrix O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt PROGRAM APPLICATION_...
No comments:
Post a Comment