Jump to content

Enter password first before editing the field


This topic is 3611 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 3611 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.