cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Desktop rules Execution

Former Member
0 Kudos

Dear Experts,

I have one doubt, Suppose if we create Portal Desktop Rules to set a particular deesktop to a particular user like below:

Condiion 1:

If user= * then desktop1

if user= "name" desktop2

Condition 2:

if user="name" desktop1

if user= * then desktop2

In the condition1 , which desktop is set to user?

In condition2, which desktop is set to user?

Thanks & Regards,

Vijay.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vijay,

Condition 1:

Always the desktop1 will be selected what ever may be the user

Condition 2:

If the user is 'name' it will go for desktop1 otherwise desktop2.

Rule collection will be always execute from top to bottom.So always keep the default option at the bottom.Always try to create rule in the condition2 format.

Naga

Former Member
0 Kudos

Thanks for the reply.

Answers (1)

Answers (1)

hofmann
Active Contributor
0 Kudos

Portal desktop rules are quite good documented at SAP Help:

http://help.sap.com/saphelp_nw70/helpdata/en/95/92b2f7d2f14a6da7a8b5d66808d1f6/content.htm

"Conditions are prioritized according to their top-to-bottom order of appearance in the rule collection. If a user fits more than one condition, then the first condition that is true for that user, determines which portal desktop is displayed. See the example below for details."