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 Apr 1, 2020 3:40AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered

Hi,

I'm receiving error while invoking 'Data Validation Manager' in application pre_navigate script in OUI.  Can you please help. I want to throw error message from DVM rule set

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

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");

oBS.InvokeMethod("Validate", psInput, psOutput);

//return psOutput.GetProperty("Return Message"); // Error message is not  being thrown

Tagged:

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