Javascript help please!

Soldato
Joined
11 Feb 2004
Posts
4,532
Location
Surrey, UK
Hi,
It's an onChange event.

Two fields: FieldA and FieldB

When FieldA's value is changed by a user to a different value, a static value (1) is added to FieldB.

Thanks :)
 
Hi Spunkey - you've helped me out at least once before so thanks for replying :)

We're using a web tool.
There's an assignee field on each record, and when the value of that field changes we would like to trigger an email alert.

The notification process in the tool can be event based, but only using things like contains or equals (E.g. if FieldX = 'domo' then set FieldY to 1).

So, I was hoping to set a hidden field to '1' if the assignee field is changed - then build the event driven action based on the value of that field = 1.

The tool, although limited out-of-the box allows us to create custom objects on the form which can include JS.

Hope this makes sense!
 
Back
Top Bottom