6/20/2025 9:35:43 AM
|
|
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.
|
|
|
|
Dynamically set Detail View
Posted: 08 Sep 07 3:20 PM
|
Is it possible in a MainView to dynamically set the DetailsView? Something like this:
Sub MainAXFormOpen(Sender, ID) Application.MainViews.ActiveView.DetailsView = "System:Account Detail - Custom" End Sub
I don't want to use the feature security to set detail views for users due to the number of users. I'd like to write logic that looks up info from the user's profile and determines which account detail view they should see.
Possible? |
|
|
| |
| |
|
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!
|
|
|
|
|
|
|
|