8/27/2025 9:28:54 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 writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Limit only the Contacts returned to those that have the Status of active on the Contact tab on the Account page
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?
|
|
|
| |
|
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!
|
|
|
|
|
|
|
|