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)
| previous | next |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |

