Field must be set as read only after record is saved
Hi Oracle Community,
I am trying to set a field read only after a record is saved. Requirement of our client is that users can not modify this field after this has bee saved.
My configuration is not working. What I did:
- Set the default for the column ATTRIB_01 in table S_SRC_X as N
- Created the EC ReadOnlyValidate field on the BC Campaign. This field points to the column in the first step mentioned
- Created the calculated field EC Read Only Field Flag with Calculated Value IIf([EC ReadOnlyValidate] = "N", "N", "Y"))
- Added a BC User Property. This is