Open UI: List Applet PR code GetRecordSet not triggering on Hover or current record
Hi experts,
I am having trouble fixing one of the Open UI custom JS code issue.
Requirement: Highlight with a color based on field value in List applet.
Issue: The color code doesn't work when I hover on the record or if the cursor is on the record.
The record shows the desired color if the record is violating, but the color disappears when in hover the record or select the record as current record.
my list applet JS:
if( typeof( SiebelAppFacade.ColorCodeListPR ) === "undefined" ){
SiebelJS.Namespace( "SiebelAppFacade.ColorCodeListPR" );
define("siebel/custom/ColorCodeListPR", ["siebel/jqgridrenderer"], function () {
SiebelAppFacade.ColorCodeListPR = ( function(){
function ColorCodeListPR (pm){