11/26/2024 6:25:50 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 general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
|
|
|
|
Documenting plugin releases
Posted: 09 Nov 09 2:23 PM
|
Is there a way to document plugin releases? The intention is to be able to mirror releases for a new user replacing, or performing the same tasks as another user. Thanks in advance! |
|
|
|
Re: Documenting plugin releases
Posted: 10 Nov 09 9:23 AM
|
Can you explain more what you're after? Not sure I follow completely.
And is this for LAN or web customizations? |
|
|
|
Re: Documenting plugin releases
Posted: 10 Nov 09 11:24 AM
|
This is for LAN development. In short, I want to document that plugins are released (specifically) to a user. Not interrested in plugins released to everyone as a new user would get them. The issue is i have a new user who will be taking over the responsibilities of another user who has plugins released specifically to her. I need to know what they are so I can release them for the new user. |
|
|
|
Re: Documenting plugin releases
Posted: 10 Nov 09 11:41 AM
|
Got it, then it is a simple item. You are looking for items that were not created by a user, but have been Released to him.
The quickest way:
SELECT TYPE, FAMILY, NAME, * FROM PLUGIN WHERE USERID = 'THE_ID_YOU_ARE_LOOKING_FOR' AND BASEDON IS NOT NULL
Now, this returns all items that have been directly relased to this user. The same way that he/she has access to Items released to "Everyone", he/she will have access to items released to TEams/Departments. However, I would assume that the new user is going to have the same Deparments and Team membership, so it would be less of a problem.
Also, if you want to filer it out based on who developed the original item, then you would have to create a recursive join from BASEDON to PLUGINID and get the USERID of the parent. |
|
|
| |
|
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!
|
|
|
|
|
|
|
|