Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Wednesday, August 27, 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: Limit only the Contacts returned to those that have the Status of active on the Contact tab on the Account page
Chris Schone
Posts: 8
 
Limit only the Contacts returned to those that have the Status of active on the Contact tab on the Account pageYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 13 Feb 09 8:54 AM
I have a user that wants :

On the Accounts page, down in the tabs is a tab for contacts.
What the user wants me to do is make a copy of that tab that only shows active contacts.
So what the user will end up with is 2 tabs, one out of the box shows all contacts, and another that only shows active contacts.

I've made a copy and called it something else.
Is this where I would make a change?

Sub grdContactsChangeNode(Sender)
frmContacts.ClearContextList
If Sender.Recordset.RecordCount > 0 Then
frmContacts.AddToContextList "CONTACT", grdContacts.GetCurrentField("CONTACTID"), grdContacts.GetCurrentField("NAMELF") 'DNL
End If
End Sub

And if so what would I add to this statement to limit only active contacts?
[Reply][Quote]
Chris Schone
Posts: 8
 
Re: Limit only the Contacts returned to those that have the Status of active on the Contact tab on the Account pageYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 13 Feb 09 10:00 AM
Nevermind, I figured out what I needed to do.
[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/27/2025 10:25:14 PM