- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago - last edited 4 hours ago
According to the official documentation for the Zurich release, the MAC address can be displayed in the "capture asset tags" dialog box as part of a purchase order.
The instance I am currently using is already on the Zürich release, and HAM Pro is installed. However, I do not have the option to enter the MAC address in the dialog box mentioned.
However, I haven't been able to locate a suitable option for customizing or editing this dialog box. I would appreciate any insights or recommendations.
One more question about the dialog box. In a demo instance, it is mandatory to enter a serial number. This is not the case in a customer instance. However, even there, if I create an asset manually, the serial number is not mandatory. Are these two things related, and where can I control this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi,
The MAC address field is only displayed if Enterprise Asset Management (com.sn_ent) is installed, and the model class is an enterprise asset model class.
The field is conditional, and based on the script include POReceiveManager.getPOItemsWithParams returning 'is_mac_supported_model' as true. You can see on line 176 the IF condition which qualifies whether to show the mac field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi,
The MAC address field is only displayed if Enterprise Asset Management (com.sn_ent) is installed, and the model class is an enterprise asset model class.
The field is conditional, and based on the script include POReceiveManager.getPOItemsWithParams returning 'is_mac_supported_model' as true. You can see on line 176 the IF condition which qualifies whether to show the mac field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Thanks @Kieran Anson , that helped me. Unfortunately, the ServiceNow documentation is a little misleading. I understand the sentence “If you have activated the Enterprise Asset Management or OT Asset Management application, then the MAC address field is also displayed” to mean that the MAC address is displayed in HAM Pro as well as EAM and OTAM.
Unfortunately, this can only be done via customizing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I agree it's misleading, I'd recommend using the feedback option to have the wording updated.
