Hello Friends,
Need your kind help for the below unique issue,
ResponseHolder reportRH = bipService.Get("path://InfoObjects/Root Folder/Risk IT Admin/**/" , null);
InfoObjects infoobjects = reportRH.InfoObjects;
if (infoobjects == null)
{
return;
}
String repID = infoobjects.InfoObject[0].CUID; --> it always fails here, the reason isinfoobjects.InfoObject is always null. where as infoobjects.Any has the required result but that is not what we want to do.
Kindly find the attached screenshot for more details.
Quick response appreciated.
Kindly reply asap as its impacting our delivery.
Thanks,
Sunny