Post Author: tzinser
CA Forum: Formula
A little background on how it works....
We create a record, and everytime it is created, a number of "events" within that record are automatically created. The specific event I am trying to run a report on is "REC". I can run a report and get the information entered into the REC event no problem, but my problem is that if someone deletes the "REC" event it does not show up in my report.
So my question is, what is the best way to write a function that displays all records that have the "REC" event, and all records that the "REC" event is missing.
I'm using the generic funtion {EVENT.EventCode} = "REC" right now....any suggestions?