I'm using VMware Orchestrator to create a workflow to automatically fill in custom attributes (annotations) as part of my VM provisioning process however I can't seem to find a way to set or get the value of the Notes field.
Any ideas? I'm assuming it is pulled from somewhere else
var vmNotes = System.getModule("com.vmware.library.vc.customattribute").getCustomField(vmObject, "Notes");
Doesnt work.