Quantcast
Channel: Software Communities: Message List - In Need of Assistance For a PostCreate Script Module
Viewing all articles
Browse latest Browse all 3

Re: In Need of Assistance For a PostCreate Script Module

$
0
0

Thank you for your help, Jason! I did have to tweak it a little, but you nailed it!

 

function onPreCreate($Request)

{

if ($Request.Class -ne 'user') {return}

$UIDdecimal = $Request.get('uidNumber')

$UIDhex = [string]::Format("{0:X}",$UIDdecimal)

$Request.put('gecos',$UIDhex)

}


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images