Hi all,
Maybe I'm looking at it the wrong way ....
I created the standard Custom Property from vRO Action getApplicableReservationPolicies (as described in the Custom Property Doc page 116....just the normal stuff that one uses since 7.0)
Now I thought I give the new CustomForms a go and I run into problems.
The Property is in the selction...thats fine...BUT it dosnt use the CustomProperty definition I created. If one drags the Field onto the camvas and then runs it...it stays empty and is a text field. So next I recreated the value by setting:
- Appearance | Display type: DropDown
- Values | Value options: External and then com.vmware.vra.reservations/getApplicableReservationPolicies
Running that end with an error:
Some data cannot be retrieved. If the problem persists, contact your system administrator.;
[1][macOS_10.13.3~ReservationPolicyID.valueList][com.vmware.vra.reservations/getApplicableReservationPolicies] Error occurred executing action. Error: [Unable to start action 'com.vmware.vra.reservations/getApplicableReservationPolicies'. Reason 'Action 'getApplicableReservationPolicies' in module 'com.vmware.vra.reservations' failed : Supplied tenant 'null' is different from the token's tenant 'applebuild' (unnamed script#9)'.]
Which tells me that the context that was previously used to transport meta data between vRA and vRO isnt used anymore....
ANYHOW...donst work for me.
Thought/Ideas?