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

MOSC Banner

Highlighting Mandatory Fields

edited Nov 30, 2018 12:47AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 2 comments

Hi Team,

We are trying to customize the Mandatory fields high light behavior at Open UI.

  1. Using CSS approach: The below mentioned CSS changes are working properly.

input[aria-required="true"], div.mceGridField input.siebui-ctrl-mvg[aria-required="true"], input[aria-required="true"][readonly="readonly"], input[aria-label *="icon_req"], input[aria-label *="icon_req"][readonly="readonly"]

{

    border-color: red !important;

  

}

2. However, as per business it has to be dynamic. Thus we are trying to implement using script. Please refer the attached zip files for PM & PR files changes.

Pending Items: It is working properly in case of Field change however, the PR method is not invoked in case of new record so after new record the mandatory fields are not highlighted.

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