Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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!

Posted

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)...

Posted

imho, script triggers are overused. This really ought to be a RLA rule for the privilege set.

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