Re: Make a DFF Read Only
Hi,
Please review the following Note :
How To Make a Flexfield Segment As Read Only Or Restrict With Pre-Defined Value? (Doc ID 420527.1)
The note describes the workaround to implement the following:
To make a Flexfield Segment as read only.
To populate a Flexfield Segment with some pre-defined value dynamically at runtime business logic.
To restrict users from entry in a particular segment of a Flexfield.
1. Create a table with two columns and will always hold a single row.
Ex:
Create Table Flex_Test(
Doc_No Number(20),
Cheque_No Number(16));
2. Open the Form having the Flexfield structure.
3. Find a suitable custom event / trigger in the form to fire the personalization rule.