Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos


<%
// Start Header for SALES-A -


if (SALESORG_A.equals(salesOrg))
{
%>
               
                    
               <%  //default header::original -
                 }
                 else
                 {
               %>              
                    


Note that when the sales organisation is SALESORG-A then the new session link is not displayed but its displayed for the default header.


deploy the par file!!


Step-3


    • Select the MASTHEAD to view the properties.
      Since we have added the Sales Organisation property in the portalapp.xml it will be displayed as a masthead iview property.

    • Select the sales organisation based on which the framework is created.

      During runtime this selected value will be taken to decide on the display of the MASTHEAD iView.

Step-4

Create a portal desktop and relevant rules depending on the sales organisation.

Conclusion


The desktop and rules are created based on the sales organisation, when a user from SALESORG-A login then the framework page created for them will be loaded and the masthead will display the respective links and layout for the loggin user.


2 Comments