i am struggle to clear a custom field.
I set set a new value no problem, but clearing seems to be an issue. Setting "" or $null will not change the ninja field.
There is no error and nothing happens.
To replicate - Create a custom field of type string and set a value - now try something like:
Set-NinjaOneDeviceCustomFields -deviceId 4210 -deviceCustomFields @{"nameOfField" = ""}
Hello,
i am struggle to clear a custom field. I set set a new value no problem, but clearing seems to be an issue. Setting "" or $null will not change the ninja field. There is no error and nothing happens.
To replicate - Create a custom field of type string and set a value - now try something like:
Set-NinjaOneDeviceCustomFields -deviceId 4210 -deviceCustomFields @{"nameOfField" = ""}