Gets all batches with the given BatchPostingStatus created by the given user.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public static CBatch[] GetBatches( IiMISUser user, BatchPostingStatus status, string createdBy ) |
| Visual Basic |
|---|
Public Shared Function GetBatches ( _ user As IiMISUser, _ status As BatchPostingStatus, _ createdBy As String _ ) As CBatch() |
| Visual C++ |
|---|
public: static array<CBatch^>^ GetBatches( IiMISUser^ user, BatchPostingStatus status, String^ createdBy ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- status
- Type: Asi.iBO.Financials..::..BatchPostingStatus
The BatchPostingStatus desired, for example, open, ready, or posted.
- createdBy
- Type: System..::..String
The user name of the user who created the requested batch(es)