3/14/2026 5:26:11 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.
|
|
|
|
Check to see if tab is visible
Posted: 31 May 07 10:26 AM
|
In slx v.7 lan client, is it possible to check of a tab is visible? For example, to fire code from the account detail to see if a particular user has the Opportinities tab visible in his/her tabs?
Thanks |
|
|
|
Re: Check to see if tab is visible
Posted: 01 Jun 07 10:19 PM
|
It's right there in the Lan Dev REF:
If Application.BasicFunctions.GetTabVisibleProperty("Opportunity:WhatEver") Then 'It's visible Else 'It's NOT Visible End If
-- rjl |
|
|
| |
|
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!
|
|
|
|
|
|
|
|