Skip to main content

I am using Contexts in Aurena and using Context mapping by user groups (all working well in UPD10) HOWEVER what I would like to know is does anyone know how to duplicate a context.   Reason being - I have created a context for Frontline but I have 3 user groups that need to use this context and context mapping will not allow me to assign more then one user group (unless I’m doing that wrong as well) and I don’t want to have to do all the page updates in each new context.

 

Hope this makes sense and somebody has an answer.  :-)

I am using Contexts in Aurena and using Context mapping by user groups (all working well in UPD10) HOWEVER what I would like to know is does anyone know how to duplicate a context.   Reason being - I have created a context for Frontline but I have 3 user groups that need to use this context and context mapping will not allow me to assign more then one user group (unless I’m doing that wrong as well) and I don’t want to have to do all the page updates in each new context.

 

Hope this makes sense and somebody has an answer.  :-)

There’s no way to duplicate a context, but you can map the context to multiple user groups using the OR operator.
 



 


So in my case if I’m using two usergroups it would look like this  - does it not need single quotes anywhere

 

(USERGROUP=FRONTLINE SALES OR FRONTLINE - REGIONAL)


So in my case if I’m using two usergroups it would look like this  - does it not need single quotes anywhere

 

(USERGROUP=FRONTLINE SALES OR FRONTLINE - REGIONAL)

Yes, but if those are your contexts you need to use quotation marks.

(USERGROUP="FRONTLINE SALES" OR "FRONTLINE - REGIONAL" )


Awesome - that worked - thanks so much