Summary
The following SQL statements illustrate an example of how to add a custom asset type to FlexNet Manager Suite:
declare @AssetTypeResourceName nvarchar(512) = 'MyOrgAssetType.ITDevice' declare @AssetTypeName nvarchar(128) = 'IT Device' declare @ManagedType bit = 0 declare @BitwiseValue int select @BitwiseValue = 2 * MAX(bitwisevalue) from AssetType exec dbo.ComplianceTranslationPutByResourceStringCultureTypeResourceValue @AssetTypeResourceName, 'en-US', @AssetTypeName insert into AssetType(AssetTypeResourceName, AssetTypeName,ManagedType, BitwiseValue) values (@AssetTypeResourceName, @AssetTypeName, @ManagedType, @BitwiseValue)
To remove this newly created asset type the below command can be used by replacing 'IT Device' with the asset type name to be deleted.
exec AssetTypeRemoveByName 'IT Device'
Additional information
Refer the System Reference for additional information about adding custom asset types (and other types of data model customizations): Adding a Custom Asset Type.
Note that custom asset types cannot be added to Flexera One ITAM organizations. If this capability would be of interest to you, please vote for the following Idea: ITAM-I-153: Custom status and type for asset and contract.
Related Articles
Inventory device details not shown as expected when viewing asset records with a custom "managed" asset type 5Number of Views FlexNet Manager Suite log files and locations 197Number of Views How to enable FlexNet Manager Suite diagnostic tracing 297Number of Views License Type Priority in FlexNet Manager Suite 7Number of Views Install the SAP connector libraries for SAP integration with FlexNet Manager Suite versions 2023 R1 or above 44Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Revenera Assistant
Case id: 00001065
Activity: Status change: 2 hours ago