Skip to main content

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.

 

@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


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


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

 

Reply