Accessing LOVs With LookupValue In Open UI
(Doc ID 1681433.1)
Last updated on JULY 15, 2023
Applies to:
Siebel CRM - Version 8.1.1.11 [IP2013] and laterInformation in this document applies to any platform.
Goal
Qn1:To build this functionality most effectively, we would like to use a method similar to the LookupValue method which is provided in Siebel Expression Language, and is also accessible in eScript (e.g. through InvokeMethod functionality).
Is it possible to use LookupValue in Open UI using a vanilla method such as this? If so, please could you provide details of how this functionality is used, and could Bookshelf be updated to include documentation about this?
Qn2:The customer already tried the following two methods of doing this (placing the following code in the Physical Renderer):
this.ExecuteMethod("InvokeMethod", "LookupValue", "OUI_THEME_SELECTION", "GRAY_TAB");
SiebelApp.S_App.InvokeMethod("LookupValue", "OUI_THEME_SELECTION", "GRAY_TAB");
Neither of these examples work, but I know that the syntax is correct. Both of the examples above *do* work for other methods - just not LookupValue.
Solution
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
Goal |
Solution |
References |