Daily Archives: October 8, 2020
Configuring DFF Read Only by OAF Personalization
To make certain fields read only and some fields as updatable do the below steps by personalization.

Personalize the DFF Item

Here as shown in the above picture select your segments and make as a text like the below line
Global Data Elements|CODE_OF_CONDUCT|AGREED_USER($RO$)|AGREED_DATE_TIME($RO$)
Global Data Elements stands for Context Field Values Code
CODE_OF_CONDUCT Individual DFF Segments which will be updatable
AGREED_USER($RO$) Individual DFF Segments which will be Read Only due to ($RO$)
AGREED_DATE_TIME($RO$) Individual DFF Segments which will be Read Only due to ($RO$)
Once we save it and go back the segments which has ($RO$) will be readonly in OAF.
Below is the metalink ID for making ReadOnly DFF Segment.
How To Make DFF Segments Read Only Using OAF Personalise (Doc ID 438215.1)

