Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, August 23, 2025 
 
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!
 Architect Forums - SalesLogix Scripting & Customization
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.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: error on ticket detail screen
Ismael Gonzalez
Posts: 56
 
error on ticket detail screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Apr 08 7:53 PM
On my Ticket Detail Screen, on the Contact lookup link, whenever i click this I get this error:

Error calling method AXFormChange
Error in IDispatch.Invoke(): 0x80020101

Here is my code behind for me ToClick function on the Contact lookup:

Sub OnLookupGoToClick(Sender)
InvokeMainView Sender.LookupID, "System:" & Right(Sender.Name, Len(Sender.Name) - 3) & " Details" 'DNL
End Sub

After I click OK on the MsgBox, I go to that contacts detail view, why is this happening?

Am I missing something?
[Reply][Quote]
Matt Dockins
Posts: 159
 
Re: error on ticket detail screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Apr 08 8:53 AM
your goal is to navigate to the contact right? Change your code to this:

Sub OnLookupGoToClick(Sender)
Application.BasicFunctions.SetCurrentContactID Sender.LookupID
End Sub
[Reply][Quote]
Ismael Gonzalez
Posts: 56
 
Re: error on ticket detail screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Apr 08 10:42 AM
thanks Matt that worked like a charm
[Reply][Quote]
Matt Dockins
Posts: 159
 
Re: error on ticket detail screenYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Apr 08 11:50 AM
Always glad to help
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 8/23/2025 10:26:33 AM