LastUserPeriod(ModuleCode=String[, UserCode=String]): Number
Last User Period Web Service function returns the last period in which the logged in User may post transactions in the specified module. If the UserCode is supplied, it returns the last available period for that user.
LastUserPeriod function syntax has these named arguments:
Parameter |
Description |
Module |
Required. Module to find the last user period for. |
User Code |
Optional. The User Code to return the last period for the module for. |
See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:
Response = MakeCall("LastUserPeriod(ModuleCode=GL,UserCode=Accredo)")
See also the MaxBasic LastUserPeriod function and the SQL LastUserPeriod function.