Hi,
I'm trying to use the custom forms value picker with External action, but I encountered an issue.
My goal is to retrieve AD users via external action(vRO) and populate value picker with these objects.
In order to use the Value Picker with AD integration I saw this blog post:
https://www.virtualiseme.net.au/index.php/vra-7-4-custom-forms-value-picker/
The "Reference Type" used here is the 'AD:User' object of vRO.
I'm trying to do something else, instead of returning 'AD:User' object , I try to parse and loop over all the users (Because the presentation of 'AD:User' object is very messy and has a lot of unnecessary attributes), push their names into array and present it via Value Picker.
But here is my issue, apparently vRA value picker "Reference Type" isn't supporting generic objects such as:
String
Array
Properties
But other type of objects working, such as:
VC:VirtualMachine
AD:User
VC:Datastore
Does anyone knows how do I send generic objects such as I mentioned above via External Action ?