Hi, I need to change the attention field on an email notificaiton template.
I need to include the bill-to info → account name
However, everything I try only gives the account info → account name
Is it possible to get to the bill-to info account name in an notification template?
These are all of the fields I have tried and do not work -
((DefaultCompanyContact.FullName))
((DefaultCompanyContact.BAccountID))
((Customer.DefContactID.FullName))
((DefaultCompanyContact.MemberName))
((DefaultCompanyContact.FullName))
((Customer.AcctName))
((Customer.BillCustomerID))
((Customer.BillLocationID.Descr))
((Customer.BillLocationID.DefContactID.FullName))
((Customer.BillLocationID.DefContactID.MemberName))
((Customer.BillLocationID.DefContactID.BAccountID))
((Customer.BillLocationID.DefContactID.BAccountID.SendInvoicesTo))
((Customer.BillLocationID.DefContactID.BAccountID.BillCustomerID))
Best answer by matt hoss
@dcomerford I tried that field, however it did not pull in either. Yes, I am using Insert>Datafields
It’s screenid = AR503500 and Build 21.107.0023
Tried again and was able to get it to fill with - ((CustomerDefaultBillingContact.FullName))
I’m not sure why it didn’t work before, but it’s working now.
Thanks!