GetLovNameVal Method
The GetLovNameVal method gets the value that Siebel Open UI currently displays in the client for a list of values. It uses the following syntax:
SiebelApp.S_App.Model.GetLovNameVal(LOV_name, LOV_type)
where:
LOV_name identifies the name of a list of values.
LOV_type identifies the type of list of values that LOV_name identifies.
For example, the following code gets the value that Siebel Open UI currently displays in the client for the Samples Request list of values:
SiebelApp.S_App.Model.GetLovNameVal(""Samples Request"", ""TODO_TYPE"")"
The GetLovNameVal method resides in the model.js file.
You cannot configure Siebel Open UI to override this method.