CurrentPeriod(ModuleCode=String): Number
Current Period Web Service Function returns the current period ID for the Module.
CurrentPeriod function syntax has these named arguments:
Parameter |
Description |
Module Code |
Required. Module to return the current period for. |
See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:
Response = MakeCall("CurrentPeriod(ModuleCode=GL)")
See also the MaxBasic CurrentPeriod Function and the SQL CurrentPeriod function.