8/24/2025 10:38:22 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
CreateDocument 
Posted: 04 Apr 07 11:56 AM
|
fiogf49gjkf0d Hi All, Looks like this function really isn't utilized by SalesLogix. My question, has anybody gotten this to work successfully?
Application.BasicFunctions.CreateDocument "EMAIL",grdBuyerContacts.GetCurrentField("CONTACTID"),"CONTACT","","",1
I end up getting a "Failed to Parse" error, returning a SQL string that looks like this: Failed to parse SQL. (SQL: "SELECT AS FIRSTNAME, AS LASTNAME FROM WHERE = 'C6UJ9A0003ZV' ")
Seems like the CONTACT entity should have been added. Any ideas?
|
|
|
|
Re: CreateDocument 
Posted: 04 Apr 07 2:49 PM
|
Functionality Updated... fixed it using the: 'If Application.BasicFunctions.MergeFromSelectedTemplate(iMergeMode, strContactID, strOpportunityID, oAttachIDs, bAllowSelectOnly, bCheckMRU, bCanceled, strPluginID) Then'
Love the group though... thanks! |
|
|
|
Re: CreateDocument 
Posted: 10 Jul 08 10:10 AM
|
I'm having the same issue. Can you elaborate on your solution? Thanks. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|