Need to get custom inventory item to show up in report
I have a custom inventory rule that pulls in monitor serial numbers. I need to create a report of this information for all workstations.
currenlty my code is
[CODE]
SELECT
MACHINE_CUSTOM_INVENTORY.STR_FIELD_VALUE
FROM
ORG1.MACHINE_CUSTOM_INVENTORY
WHERE
MACHINE_CUSTOM_INVENTORY.ID = MACHINE.ID
AND MACHINE_CUSTOM_INVENTORY.SOFTWARE_ID = 4469
[/CODE]
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
brianfulcher15
8 years ago
Posted by:
SMal.tmcc
8 years ago