FirstUserPeriod(ModuleCode=String[, UserCode=String]): Number
First User Period Web Service function returns the first period in which the logged in User may post transactions in the specified module. If the UserCode is supplied, it returns the first available period for that user.
FirstUserPeriod function syntax has these named arguments:
Parameter |
Description |
Module |
Required. Module to find the first user period for. |
User Code |
Optional. The User Code to return the first 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("FirstUserPeriod(ModuleCode=GL,UserCode=Accredo)")
See also the MaxBasic FirstUserPeriod function and the SQL FirstUserPeriod function..