Oracle WebCenter Content (MOSC)

MOSC Banner

UCM 10g js user mail capture

edited May 7, 2013 7:12AM in Oracle WebCenter Content (MOSC) 1 commentAnswered
 
Hi to all,

I have the nex code used in UCM 10g to sen email during a delete action inside a wf,

the poblen is the line in red, I need to get the user mail but the user name in the usuario js valiable as you can see , so wen the page is uploade the user mail is not charge, someone have an idea how to solve this ?

function mailNotification()
{
documentID = '<$dDocName$>';
releaseDate = '<$dInDate$>';
usuario = '<$xNOMBREUSUARIO$>';
if(usuario.match(/Bancolombia/)){
temp = usuario.substr(11);
usuario = temp;
}
subtipoDoc = '<$xSubTipoDocumental$>';
numeroID = '<$xNumeroIdentificacion$>';

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