Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two web adresses :
- A - shoud be used internally by 2 users only
- B - should be used externally
I have defined a table mapping to define 2 users which should use the A version of the adress and added them role 'internal'.
Table:mapping Load * Inline [Username,Role FirstUser,adminRoleSecondUser,adminRole];
Than, i want to create variable which will check if user, who displays the report if FirstUser or SecondUser in order to display webadress A or B.
Do you have any recommendations how to do it?