Getting error while adding custom app in ptc navigate
I am getting error Exception executing service,GetAppCollection.This service is returning null value.
Here is the snippet.
@Override
public InfoTable GetAppCollections() throws Exception {
InfoTable consolidatedAppCollections = InfoTableInstanceFactory.createInfoTableFromDataShape((String)"PTC.NavigateApps.CollectionDataShape");
this.appCollectionsConsolidator.addAppCollectionRow(consolidatedAppCollections, "Product Configurator", null,null,TagLink.valueOf(VOCAB_PTC, VIEW_PR), 200);
return consolidatedAppCollections;
}

