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

MOSC Banner

Records Last modified Time

edited Nov 30, 2018 12:44AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered

Hi,

In Open UI(8.1.1.14.1), i want  to display the last modified date/time of a particular record. Any idea how to do it ? I tried below code, but when i update any one record, it is displaying current date/time for all the contact records.

$("#UserNew").html('<button>click</button>') ;

var x = document.lastModified;

document.getElementById("UserNew").innerHTML = x;

How can we restrict it for a particular record.

Regards,

Pallavi

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