7/5/2025 3:30:46 PM
|
|
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 the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Export to a File - Lookup
Posted: 08 Jul 09 2:43 PM
|
When you right click a group you have the ability to export that group to an excel file. I've got this working for groups that are saved as tabs, however, when you try to export the "lookup results" group to an excel file (something very useful!) I get a VBS error in the MailMerge.vbs file.
After doing a bit of debugging in the IE8 debugger it seems that the cause of my problem is on line 892:
data = getFromServer(mUrl + "/SLXGroupManager.aspx?action=GetGroupDatasetAsXML&gid=" + strGroupID) group = getFromServer(mUrl + "/SLXGroupManager.aspx?action=GetGroupXML&groupid=" + strGroupID)
strGroupID = "LOOKUPRESULTS"
I've hit a roadblock however in that I mUrl points to my base folder and SLXGroupManager does not exist that directory so I am assuming it's wrapped up in a DLL somewhere (not 100% sure how this is even working since I can't find that file anywhere).
This is a feature that I assume should work but perhaps there is a bug that since Lookup is a dynamic group? Anyone have any thoughts or suggestions on how I can fix this? |
|
|
|
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!
|
|
|
|
|
|
|
|