Hi All,
Background:
Trying to get some request information in advance service designer pushed to my vCO (vRO) flow.
my Live environment is vCAC 6.0 now, In test i have vRA 6.1
In lab (6.1) there is a cool option in the request designer that allow me to capture that there:
Sadly in 6.0 that is not available!
So I tried to do that from vCO and I got __asd_subtenantRef captured;
test2 = System.getContext().getParameter("__asd_subtenantRef");
Which is perfect for the requester name but the BG (subtenant) comes as GUID
Is there a way I can get a clear name out of that?
Thanks
MJ