c2g.CODAAPIGeneralLedgerAccount_4_0global with sharing class CODAAPIGeneralLedgerAccount_4_0 Deprecated: Deprecated: Use the Salesforce API for CRUD operations. This service class provides general ledger account functionality. Properties
Methods
GetAPIVersionDeprecated: Deprecated: The class has been marked as deprecated so this method will not be available in the future. webService static string GetAPIVersion() Used to get the latest API version. GetServiceNameDeprecated: Deprecated: The class has been marked as deprecated so this method will not be available in the future. webService static string GetServiceName() Used to get the name of the service. CreateGeneralLedgerAccountDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference CreateGeneralLedgerAccount(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPIGeneralLedgerAccountTypes_4_0.GeneralLedgerAccount value) This service allows you to create a general ledger account. See "General Ledger Account Fields" and "What is a General Ledger Account?" in the Certinia Help for more details. GLA data can also be loaded using the Salesforce API. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpsertGeneralLedgerAccountDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference[] UpsertGeneralLedgerAccount(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPIGeneralLedgerAccountTypes_4_0.GeneralLedgerAccount[] values) This service allows you to update existing general ledger accounts, or create new general ledger accounts if they do not already exist. GLA data can also be loaded using the Salesforce API. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |