
If you have tried the new Infor CRM Mail Merge addin from Infor, you may have noticed you cannot insert the Account Manager of an Contact into the Mail Merge document. You also cannot add Custom Fields from Custom tables. There is a resolution – create a new SQL value field in the Word Addin to access Account Manager. Create a new SQL Value field and use this script:
SELECT b.USERNAME FROM CONTACT a left join USERINFO b on a.accountmanagerid=b.userid WHERE a.CONTACTID = :ContactID
To do this go to the Insert Field menu and choose SQL Value.
Enter you SQL statement into the the SQL field and click on OK. This will insert into your Mail Merge Template.
When you run the Mail Merge Template it will insert the name of the Account Manager from the Contact.
Subscribe To Our Newsletter
Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!
You have Successfully Subscribed!