AccpacOrganizations.Next
Retrieves an object that represents a company set up in the system.
Function Next(pVal As AccpacOrganization) As Boolean
Parameters
pVal
[out] an AccpacOrganization object, which represents a company set up in the system
Return Value
Returns whether information on the next company is available.
Remarks
If Next is called after calling Reset, the first AccpacOrganization object in the collection is retrieved. Subsequent calls to Next would navigate through the collection and return the next AccpacOrganization object.