Select all resources.
Created: 04 May 2011 | 3 comments
I have necessary to select all resources for connecting to another assets. By using a ResourceAssociation "Associated Assets" i can celect by Select Reources advanced view a group resources. How i can make by "Enable edition form" in ResourceAssociation or another way make a ability to select all resources.
For connecting 400 assets to another asset now i necessary select by small group.
Discussion Filed Under:
Group Ownership:
Comments 3 Comments • Jump to latest comment
From your description I understand you were trying to link all your assets to a certain resource by using out-of-box resource association "Associated Assets". However, considering the number of your assets it may not be a best practice to do it your way. Associating such a sizable group of Assets via Resource Association will inevitably cause big performance issue.
Besides performance consideration, what if there is a new asset coming in and you will have to remember to add this new asset to this resource association as well?
Consider what your requirements are:
If answers to the first question is NO and the second is YES, then I'd recommend to implement this in a user defined data class:
The pros and cons of this approach:
The main benefit is performance. Instead of associating 400 assets, which is about 1MB on the page size and considerably slows down the loading of the Edit page for that asset, you will only need to maintain 1 single item which is the filter. For instance, All Computers filter will contain any computer you have in your system. It automatically adds and removes any computer discovered in your system.
The main drawback is inconvenience of displaying which asset has been associated. You no longer be able to use Resource Association Diagram or Grid to display the associated assets. But defining a virtual resource association could nicely solve this trouble.
Filter is a good idea, but, as sad MgicGuru, i cant see a Resource Association Diagram with all this assets. May you say more about virtual resource association?
Would you like to reply?
Login or Register to post your comment.