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

MOSC Banner

Getting error while invoking data validation manager BS from Script in Application Pre_navigate

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

Hi,

I'm receiving error while invoking 'Data Validation Manager' in application pre_navigate script in OUI.  Can you please help.

"Unable to Load Message 0xffff(sbl-gen-00000)"

if((DestViewName != "<My View name >") && (DestViewName != ""<My View  Name_1 >") && sOpenUI != "1") // Loop for HI

{

TheApplication().RaiseErrorText("Please associate a Contact or to specify Unidentified Contact.");

}

if((DestViewName != "<My View name >") && (DestViewName != "<My View  Name_1 >") && sOpenUI == "1")// Loop for OUI

{

TheApplication().SetProfileAttr("CCBTestJVVal","Y");

var sRuleSetName = "Test Rule Set Validation";

var oBS = TheApplication().GetService("Data Validation Manager");

var psInput = TheApplication().NewPropertySet();

var psOutput = TheApplication().NewPropertySet();

psInput.SetProperty("Rule Set Name", sRuleSetName);

psInput.SetProperty("BusObj", "Account");

psInput.SetProperty("BusComp", "Contact Log");

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