Customizing My Resources categories
The objects that display in the My Resources navigator in the Self Service Center are controlled by object structures and table domains. The table domains are SQL statements that can be customized to match requirements and use cases.
About this task
By default, the logic for the My Resources categories is as
follows:
The objects that display in each category are controlled by the
following object structures and filtering domains.
Category | Items that are displayed in the category |
---|---|
Assets | Assets for which the current logged in user is Custodian, User, or Primary,
and whose status is not Decommissioned The tree shows the classification hierarchy for each. |
Mobile Devices | Assets of the mobile device type for which the current logged in user is
Custodian, User, or Primary, and whose status is not Decommissioned. Asset type = MOBILE from the ASSETTYPE synonymdomain The tree shows the classification hierarchy for each. |
Virtual machines | CIs owned by the current logged in user or owned by a group that the user
belongs to that are classified as CI.COMPUTERSYSTEM and Is Virtual System = 1
User ownership means CI.PERSONID = person id of the logged in user. |
Virtual Systems | CIs owned by the current logged in user or owned by a group that the user belongs to that are classified as CI.VIRTUALSYSTEM and whose status is not Decommissioned |
Category | Object | Object Structure | Table Domain |
---|---|---|---|
Assets | ASSET | SCCDASSET | SRM_ASSET |
Mobile devices | ASSET | SCCDASSET | SRM_MOBILE |
Virtual machines | CI | SCCDAUTHCI | SRM_VM |
Virtual systems | CI | SCCDAUTHCI | SRM_VSYS |
Procedure
- Go to .
- Filter for the table domain that you want to modify.
- Open the domain.
- Make the changes that you want to the List Where Clause statement.
- Click OK.