hi all, is there any way to somehow insert a suitescript into the chain of events when generating a standard advanced pdf/html temple? let me clarify: i want to add additional custom fields to a check template that would require some custom queries. i know that a suitescript can do this, and can insert values into a BFO template. but how can i have my SS run any time netsuite tries to generate a check, and output the check template with the custom fields that i provided via my SS? edit - my guess is that i would need to setup a user event or client script to write my values to custom fields on the check record, then pull those into the advanced pdf template in the usual way. correct?