Jump to content

Script Trigger


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

Recommended Posts

Im running a script to evaluate whether a field is empty and if so allow anyone to enter a value. If it is not empty only a specific user ID can change the value. My problem is that it seems all the script triggers only evaluate the script after the value is entered and the result is thus always "not IsEmpty = true" even though it is an empty field with new value being entered. Any advice, ideas or help would be greatly appreciated!

Link to comment
Share on other sites

Im running a script to evaluate whether a field is empty and if so allow anyone to enter a value. If it is not empty only a specific user ID can change the value. My problem is that it seems all the script triggers only evaluate the script after the value is entered and the result is thus always "not IsEmpty = true" even though it is an empty field with new value being entered. Any advice, ideas or help would be greatly appreciated!

Ok just and update: Seems like i was a retard and made a mistake in my script: I used If [ not IsEmpty ( Get(ActiveFieldName))] to determine my values, which obviously always will be not IsEmpty = true as the fields will always have a name! instead i changed it to Get(ActiveFieldContents)...

Link to comment
Share on other sites

This topic is 4753 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.