Siebel – Admin Mode Flag
by Madhvi AroraIn my last project,we had a requirement of Admin Views, so the admin users if required can change the data from frontend and not going to backend and running update queries.
Admin Views are those views in which all the records are visible to the person who has access to this view irrespective of the position of the person.
Admin views can be created by setting “Admin Mode flag” on the view to “Y”.
Following affects take palce on setting the Admin Mode Flag:
1.Visibility rules are disabled.
2.The user properties in the BC are ignored.
This means that the user properties such as “Field Read Only Field”, “BC Read Only field” get disable for the view on which this flag is set to true.
3.If the view is in Admin mode, then the following restrictions for the business components used by the applets of the view are ignored: no insert, no merge, and no update. However, if these restrictions are set at the applet level rather than the business component level, or if a field has a Read Only value of TRUE, the Admin mode does not affect them.
Vanilla examles of Admin View are: Account Administration View and the Opportunity Administration view.
But due to disabling of these user properties, we faced some practical problems. I will discuss these in my next post. Stay tuned !
Related posts:
- Siebel Admin Mode Flag – II – Issue Log In the last post I described about Admin Mode Flag....
- Siebel Admin – Gateway Name Server – An overview We discussed about the basic Siebel Server Architecture in our...
- Siebel – Run Case Insensitive queries This is a nice tip I ran across. All the...
- Siebel – Fetch Active view properties – II We discussed about fetching the values from the active view...
- Siebel – Make a field Required, conditionally There was a requirement in our project to make Account...
- Siebel – Fetch Active view properties Hi, Working on a typical requirement recently, I came across...
- Siebel – Fetch Active view properties – III I will discuss a practical example, and the corresponding Inputs...
Wow this is a great resource.. I’m enjoying it.. good article
Thanks! This will really motivate us to come up with new articles in Siebel:)
Very informative!! Thanks.. One small thing.. Setting the Admin Mode Flag to Y, can we make a list column in the applet read only based on the data in it??