system.kanoa.asset.setAssetStateLinkCode
Description
This function updates the stateCode for an asset.Syntax
setAssetStateLinkCode(stateAssetLinkId, stateCode, userId)Parameters:
Returns:
Code Examples
# Example Usage:
modified_records, error_msg = system.kanoa.asset.setAssetStateLinkCode(123, 456, 789)