Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Creating read only fields on Service Request: with BC read only user property (creator edit ability)

edited Mar 4, 2019 4:11PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 6 commentsAnswered ✓

Trying to figure out why I have to save record, then re-query for record to get ability to enter data on record with User property and field assignments for read only values. 

BC Fields:

Calc Locked Flag Read Only      : IIF([Calc LogIn]='N', 'Y', 'N')  [calculated value]

Calc LogIn                                  :  IIF([CreatedBy]= LoginId(),'Y','N') [Calculated value]

CreatedBy                                    : CREATED_BY [column]         ..... I think i just figured it out.  I have to save it to database for calculated field to do the compare.

User properties:

Field Read Only Field: Account          : Calc Locked Flag Read Only [Account field for example]

Will go ahead and post this in case someone else can use this.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center