Skip to main content
Solved

Contexts - can they be duplicated

  • April 28, 2021
  • 4 replies
  • 169 views

Forum|alt.badge.img+8

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.  :-)

Best answer by anmise

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" )

This topic has been closed for replies.

4 replies

  • Superhero (Employee)
  • 1495 replies
  • April 29, 2021

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.
 



 


Forum|alt.badge.img+8
  • Author
  • Do Gooder (Customer)
  • 59 replies
  • April 29, 2021

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)


  • Superhero (Employee)
  • 1495 replies
  • Answer
  • April 29, 2021

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" )


Forum|alt.badge.img+8
  • Author
  • Do Gooder (Customer)
  • 59 replies
  • April 29, 2021

Awesome - that worked - thanks so much