Page 1 of 1

Hide field or button by each user

Posted: Thu Oct 21, 2010 12:42 am
by turbo
Hi all,

I am using R12.

Now I want to hide or invisible some fields and buttons on form at some users. The other users still use these fields or buttons.

So Can I do it in R12? How do I do?

Please help me!

Thanks alot!

Posted: Thu Oct 21, 2010 5:06 am
by AmanKhan
Use form personalization.

Regards,

Posted: Thu Oct 21, 2010 10:37 pm
by guhanadh
Hi Amankhan,

Is there any Blog Explains Forms Personalization or is there any Doc (either Oracle User Guide Document name also)

Thanks

Posted: Wed Oct 27, 2010 6:32 am
by bash.apps
Hi Turbo,

Through Personalization we will hide the fields and buttons.

Process:
Step1: Opent ur form after that Open the Personalization form
Navg: Help
Diagnostic
Customcode
Personalization

In this we have 4 parts are there 1.Rules 2.Condition 3.Context 4.Action

Step2: select the rule and enter the name and description

seq Description Enable
10 disable the button enable checkbox

Step3: Condition
here whenever you Open the form the button is automatically disabled then

Trigger : WHEN_NEW_FORM_INSTANCE

Step4:Action

Object Type : Button/Item
Triggerring Object: select whatever u want
**** : Enabled
**** : False

Step5: Context
Here we want to hide the items for 4 levels
1.User Level
2.Application Level
3.Resposibility Level
4.Site Level
You can select the User level and save the form close once and reopen it will work.

Posted: Thu Nov 04, 2010 4:15 am
by turbo
Thanks all very much!