FreedomSoft - "the future is freedom"
Introduction - User

One of the parameters passed into each Custom Code type, is the current User session id or number.

This is a string containing both the user id, and a random number providing a unique session id, in the format userid~randomnumber, eg Administrator~12323232.

To separate out the user id, use the FIELD(User,'~',1) statement, eg UserID = FIELD(User,'~',1)

previousnext
123456789101112131415161718192021222324252627