You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Field Level Update Trigger updates field only once

edited Nov 15, 2019 5:18PM in Visual Builder 6 comments

Summary

Field Level Update Trigger on BO only updates field when record is created

Content

Hello,

I have a very simple trigger in one BO that executes always.  When a field is updated (treasurySymbol), I grab another field from a related BO (attributeOne).

This works fine when the record is created but updates do not work.

It is an update trigger so I am a little confused here.  When I change the treasurySymbol field, the attribute1 field does not change.

Here is the simple code generated:

// Field Trigger Beginning 
println 'Field Trigger started: testUpdateTrigger, business object: fvBeTrxHdrs, field: treasurySymbol';

try {

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!