Skip to main content
Solved

Configuration Context Mapping not working

  • March 18, 2025
  • 3 replies
  • 202 views

Forum|alt.badge.img+4

I’ve created a mapping to remove commands at the top of Manual Supplier Invoice to people not in a specific user group. I am not in that group and even after refreshing the mapping cache the page does not show the Finance context that it should. Am I missing something? The prior week it was working sporadically as well.

 

Best answer by kvbe

@RyanSleight make sure you add your other users to a group called ALL  or something similar . It looks like the expression to say if user is not in group X only works if all users are in a group. As otherwise it seems it considers that the user is part of null groups so the expression is valid for all users.

 

so give it a try with an ALL group or so

3 replies

Forum|alt.badge.img+10
  • Hero (Partner)
  • 218 replies
  • Answer
  • March 18, 2025

@RyanSleight make sure you add your other users to a group called ALL  or something similar . It looks like the expression to say if user is not in group X only works if all users are in a group. As otherwise it seems it considers that the user is part of null groups so the expression is valid for all users.

 

so give it a try with an ALL group or so


PhillBronson
Hero (Customer)
Forum|alt.badge.img+11
  • Hero (Customer)
  • 184 replies
  • May 15, 2025

@kvbe why does the global context not suffice for this “ALL” group?


Forum|alt.badge.img+10
  • Hero (Partner)
  • 218 replies
  • May 19, 2025

@PhillBronson it looks to me a “bug” in IFS that if the user is no group the expressions do not work correctly...