Support returnobject in service automation tasks
W
Wim Bronswijk
As an administrator I would like to have the option to return referencedata in a returnobject from scripts.
In some cases you create a resource in a target system with a powershell script. The creation command of this resource returns a identifier.
It would be nice to be able to store this identifier in HelloID so it can be used when returning the product. This makes it possible to return resources in systems where you don't have influence on the name or number of the product created. Also when having a referenceobject you can make sure you don't remove items which aren't created by the create actions.
For example you have a product which results in a shared mailbox. After the product has been created some administrator renamed the mailbox manually which otherwise will cause the return script to go into an error state since the resource cant be found. If we have the objectID in an object to be used in the returnscript the script will execute succesfully.