Friday 4 March 2011

Service Manager Asset Status Enum List

One of my colleagues was doing a CSV import into Service Manager today, but couldn't see anywhere in my documentation where I'd listed the enum value for "Deployment Requested".

Well since this is a default value provided out of the box it was fairly obvious to me why I hadn't documented it as part of my asset management solution documentation.

However, it did raise a good point that it would be handy to have this list.

So, below is the default OOB list of enums used by the Asset Status property:

System.ConfigItem.AssetStatusEnum
System.ConfigItem.AssetStatusEnum.Deployed
System.ConfigItem.AssetStatusEnum.DeploymentRequested
System.ConfigItem.AssetStatusEnum.Disposed
System.ConfigItem.AssetStatusEnum.Purchased
System.ConfigItem.AssetStatusEnum.PurchaseRequested
System.ConfigItem.AssetStatusEnum.Retired
System.ConfigItem.AssetStatusEnum.Undefined

No comments: