May 30, 201411 yr Hello Is there a way to enter a password first before editing the field for example i entered $100 in the field and i want change $50 before we can change it we must enter a password of the manager
May 30, 201411 yr Chadski, Use a script trigger (OnObjectEnter) the number field with a script that shows a Custom Dialog with a password field. If pasword correct than enter field else exit field. Your can work along with more options on this (ie depending on user). Good luck Jeroen
May 30, 201411 yr before we can change it we must enter a password of the manager Set the privileges so that only a manager can modify the field/s in question. Then use the Re-Login script step. Important: make sure the manager is logged out at the end of the action.
May 30, 201411 yr Or make it a transactional workflow: - user creates a request for modification - these show up on the manager's dashboard - he can approve them or not doesn't require any re-login and the potential risks of that, and it keeps a nice log.
May 31, 201411 yr - user creates a request for modification - these show up on the manager's dashboard - he can approve them or not I like this idea. Might take some work to set this up, though.
Create an account or sign in to comment