Tech Tip: Triggers and new records
PRODUCT: 4D | VERSION: | PLATFORM: Mac & Win
Published On: February 22, 2002
Version: 6.5.x and 6.7.x
When you are executing a trigger each time a new record is saved, keep in mind the following: the record will not exist until the trigger has successfully completed. For example, if you want to add that record to a set, you cannot do it from a trigger since the record does not exist until the trigger has completed and has returned no error.