Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Cannot get service: OAK Process Selected RFH Option. (SBL-UIF-00275) IP14

edited Nov 30, 2018 12:18AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 4 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center