What's the best approach on unique Invoice PDF's for different subs? Adding an IF statement on the Advanced PDF template. Or, having separate Invoice forms per subsidiary
k
KevinJ of Kansas
08/02/2021, 1:02 PM
General preference of min is if statements that modify the layout.
KevinJ of Kansas
08/02/2021, 1:02 PM
Mainly cause when stuff changes - if you have 14 different forms, you have 14 different forms to update.
KevinJ of Kansas
08/02/2021, 1:03 PM
Now, if the layout is completely different, than I do different forms. But any that can be shared due to mostly common layout should be shared.
d
DonkeyBot
08/02/2021, 1:06 PM
Appreciated,
k
KevinJ of Kansas
08/02/2021, 1:09 PM
also depends on how much overlap in the fields between the forms too
KevinJ of Kansas
08/02/2021, 1:10 PM
if there's a boat load of custom fields that are manadatory/visible for 1 sub that dont apply to another - then i'll create seperate forms rather than workflow/script it