Click or drag to resize

AccountGetOptions Enumeration

When getting Accounts, this limits the results returned.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+c12d9df0d8d7fcea7d512dd611805415d37673fe
Syntax
public enum AccountGetOptions
Members
Member nameValueDescription
None0 No options specified.
NewOnly1 Account is returned only if it has been inserted on the given time period. Updated accounts are not returned.
IncludeInactive2 Inactive Accounts are returned together with active ones.
ExcludeNotNumbered4 Account is returned only if it has an account number.
ExcludeWithNoWonCases8 Account is returned only if it has a case that is in a sales status, which is "Won".
CheckAccountGroupChanges32 Account is returned if any Account group of the account has been updated or inserted on the given time period.
CheckAddressChanges64 Account is returned if any Address of the account has been updated or inserted on the given time period.
CheckContactChanges128 Account is returned if any Contact of the account has been updated or inserted on the given time period.
CheckChildChanges224 Account is returned if any Address, Contact or Account group of the account has been updated or inserted on the given time period.
Remarks
See: IAccount.GetAccountsChangedSince()
See Also