11/26/2024 6:21:29 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.
|
|
|
|
Where is the View function located?
Posted: 23 Oct 06 10:26 AM
|
fiogf49gjkf0d I'm referring to the function called by the side toolbar. I found the toolbar to be Standard Toolbars and now want to restrict access to the Campaigns form based on the current user's department values. That entry in the toolbar has Function as the action and View:Campaign as the Argument. I've looked in SECFUNCTIONS and there's a View and a ViewCampaigns. Neither has a RESOURCEID though. I'm reading about adding new functions in DevLogix III and guess I could do that, but I'd rather find the actual function being used and modify it or at least steal its code.
Any idea where I can find that? |
|
|
|
Re: Where is the View function located?
Posted: 23 Oct 06 3:37 PM
|
fiogf49gjkf0d I think what you are looking for is the global script called "System:Global Campaign". In the Open dialog in Architect, add "Global Scripts" to the Type filter and you'll see it there. It has a function named OnBeforeFunctionExecute_ViewCampaign which should give you what you need (all it is doing is opening the campains MainView). |
|
|
|
Re: Where is the View function located?
Posted: 23 Oct 06 4:07 PM
|
fiogf49gjkf0d That sounds like what I'm looking for but ... I don't see a plugin of that name in my system. I also tried just including all Types without success. This is in verson 6.23. Is there another way to get to that function in Architect?
Thanks. |
|
|
|
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!
|
|
|
|
|
|
|
|