Configuring Default Details for Service Portal Users
By default, the following Details are presented for VMs on the Summary tab for Service Portal users:
However, by clicking each user can choose from among a wide assortment of properties to display:
Administrators can also change what properties are displayed as the default Details so their selection will be displayed for all Service Portal users the first time they log in. Doing so will not prevent users from updating the details used on their dashboards, however.
Following the procedure below, you can choose a set of properties as the displayed Details:
- Login to the Service Portal and select any VM to open its Summary tab.
- Click the
icon and use the arrow buttons to make your selections and confirm the ordering.
- Logout of the Service Portal.
- Run the following query against your Commander database:
select * from config_items item left join config_pln_values val on item.valueid=val.item_id where userid='superuser' and name='VIRTUALMACHINE-properties'
replacing superuser with the username of the account you used to set the desired details. - Copy the results of the value column.
- In Commander, under the Configuration menu, choose System Configuration. Switch to the Advanced tab.
- Filter the list by the word portal, and double-click the line for embotics.default.vmdetails.portal.
- Paste in the values copied from the query results. Replace all the semi-colons with commas, and click Save.
- The next time portal users login, they will see the same details you have configured.
Was this helpful?
© 2026 Flexera. All rights reserved.