Jump to content

Script on change field


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

Recommended Posts

Look into the OnObjectSave script trigger. This will trigger a script when you change and try to save the contents of a field on a layout. One caveat to keep in mind is that the trigger applies to a field object on a layout, not the underlying field itself; so it will only apply to one field object on a layout. Changes to the same field in a different field object without the trigger applied will not trigger the same script (or any script, for that matter).

Link to comment
Share on other sites

is possible to generate a script that runs at change field?

I am guessing by "change" you mean "modify"? If so, you should look into running the script OnObjectModify. However, the OnObjectValidate and OnObjectSave triggers are possible choices, too - all depends on what exactly you're trying to achieve.

For example if I write "text" in any field in other field writes "You have written text"

What would be the purpose of that?

  • Like 1
Link to comment
Share on other sites

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