Cannot get service: OAK Process Selected RFH Option. (SBL-UIF-00275) IP14
Hello,
We have a custom business service named OAK Process Selected RFH Option. I have added an Application User Property Name ="ClientBusinessService0" and Name="OAK Process Selected RFH Option".
When I try to invoke this from the Physical Renderer using the following code, I get the error "Cannot get service: OAK Process Selected RFH Option. (SBL-UIF-00275)"
var pBusComp=SiebelApp.S_App.GetActiveView().GetActiveApplet().GetBusComp();
var vId=pBusComp.GetFieldValue("Id");
var service=SiebelApp.S_App.GetService("OAK Process Selected RFH Option");
var inPropSet=SiebelApp.S_App.NewPropertySet();
inPropSet.SetProperty("RFHRowId",vId);
service.InvokeMethod("Execute",inPropSet);
This is for IP2014
I have already tried reactivating "Help - About Record" in the CRA Generic WEB Menu. That didn't help.