Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Open UI: List Applet PR code GetRecordSet not triggering on Hover or current record

edited Feb 26, 2020 12:16PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 commentsAnswered

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){

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