_setName
Last updated
Edit the name of an existing Asset Maintenance
The ID of the Asset Maintenance you wish to set the name for.
The name you wish to set for the Asset Maintenance.
FM_api('AssetMaintenance_setName', ['id' => '15', 'val' => 'Service'])If the Asset name is successfully updated, the result will be:
{"ok":1}Last updated