UCM 10g js user mail capture
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$>';
0