POST-QUERY TRIGGER
Hi All,
I query all records in the form, and i have post-query trigger which will be fired for each fetched record from the table causing form query slow down.
I use post-query trigger in the form to check for a specific record while fetching records from table, after this point this trigger no more needed.
Please, how can i stop firing this trigger after it reaches this record to make the query faster ?