LastUserPeriod(Module: String [,User: String]): Number
Returns the last period which the User may post transactions into for the specified module. If the User parameter is not specified, the User is the logged in User.
LastUserPeriod function syntax has these named arguments:
Parameter |
Description |
Module |
Required. Module to find the last user period for. |
User |
Optional. User to find the last period for. Defaults to the User currently logged in. |
See also the MaxBasic LastUserPeriod function and the Web Services LastUserPeriod function.