Greetings,
I have custom vRO actions that are bound to vRA 7.2 properties. The actions are working properly and returning values into vRA. However, vRA is not displaying the properties in a sorted fashion. I even go so far as to sort the properties in vRO before I return them to vRA, but it seems that vRA is rejecting / not caring about the order in which vRO returns them, and it displays them (in the Catalog Request) however it sees fit.
Has anyone had any luck in getting properties to sort alphabetically when returned via a vRO action? See screenshot below for an example. This is showing a list of networks that is valid for a user-selected Reservation (via a ReservationPolicy). The action that provided this list is a derivative of the OOTB action {com.vmware.vra.networks}\getApplicableNetworks.
I'm having the same challenges for ReservationPolicyId.
Any help / advice would be appreciated. Thanks!