Issue In Automation Of Validate Button In Product Definition Screen
(Doc ID 2321050.1)
Last updated on NOVEMBER 18, 2020
Applies to:
Siebel CRM - Version 15.9 [IP2015] and laterInformation in this document applies to any platform.
Symptoms
On : 15.9 [IP2015] version, Order Management
When attempting to Invoke the Validation button functionality of the Product Definition view from a business service does not show results
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Invoking the workflow "Configurator Validate Workflow" by sending below parameters from escript:
svc = oApp.GetService("Workflow Process Manager");
svcInp = oApp.NewPropertySet();
svcOut = oApp.NewPropertySet();
svcInp.SetProperty("ValidateMode","Y");
svcInp.SetProperty("UIOption","N");
svcInp.SetProperty("ViewName","");
svcInp.SetProperty("ViewName (JS)","");
svcInp.SetProperty("CxVersion",version);
svcInp.SetProperty("Product Id",prodId);
svcInp.SetProperty("ProcessName","Configurator Validate Workflow");
svc.InvokeMethod("RunProcess",svcInp,svcOut);
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |