We are using MES and have created two separate End Activity Customizations. We would like to have EndActivity-1 show for some users and EndActivity-2 show for other users.
Is there a way to do this?
Thanks,
DaveO
We are using MES and have created two separate End Activity Customizations. We would like to have EndActivity-1 show for some users and EndActivity-2 show for other users.
Is there a way to do this?
Thanks,
DaveO
You can make 2 menu items, and apply the different customization to either one. Then make 2 different buttons. That’s the simplest option.
You could build on that to be more automated by making a customization of the main screen, and replace the stock button with your own, and make an if statement for which of those menu items it opens up. Then if would be seamless for the user that logged in.
It mostly how you want to determine who does what. Is it a clear algorithm that never deviates? Use the if statement in the main customization. Would a user need to use both? Then make 2 buttons.
Let me know if you need help with it.
Mr. Brandon: Thank you - I will give that a try.
DaveO