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

MOSC Banner

Making the Record Read Only for the Previous Owner

edited Jun 14, 2017 6:45AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered ✓

Hi,

I have got a requirement such that I have to make the Activities Record Editable for the Previous Owner.

I have captured the Previous Owner Name. I tried creating a couple of Calculated Fields with the below calculation for providing in the USER Property, BC Read Only Field.

Field Name                                   Calculated Value

BRCRM Owner Flag                 IIf ([Primary Owned By]=LoginName(),"N","Y")

BRCRM Prev Owner Flag         IIf ([Prev Owner]=LoginName(),"N","Y")

BC User Property

Field Name                              Field Value

BC Read Only Field               [BRCRM Prev Owner Flag] OR [BRCRM Prev Owner Flag]

From the above, I hope that only Primary Owner and Previous Owner can able to edit the record, for others it will be a READ only. But, it didn't happen.

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