J
James Palmer
Guest
It may be simpler to ask what you are trying to achieve, Rom? The create trigger is fired after the empty record is created on the database, as far as I remember. The data you have available to you will be very limited, probably just the default values of the record. The write trigger then fires once the record is committed to the database. The values are in the default customer buffer. If you're wanting to capture the values of new records only, for example, then in the write trigger you can check for IF NEW Customer.
Continue reading...
Continue reading...