I have now played with the Set Status For Asset Component, and I can set the status but…. To set the status it needs two types – ‘Asset’ and ‘FixedAssetStatusResourceType’
It works by identify and setting the Asset variable and hardcoding the GUID for the ID property of the FixedAssetStatusResourceType’.
I can find the asset by querying with the computer GUID but I cannot find a way to identify what types of FixedAssetStatusResourceType there are!
I find it a bad way of programming to hardcode the GUID of the status I want the Asset to have.
Anyone that knows of a way to query available Asset statuses?