c2g.CODAAPIBudget_8_0global with sharing class CODAAPIBudget_8_0 This service class provides budget functionality. This class contains deprecated items. Properties
Methods
ReportingBalanceUpdatewebService static Integer ReportingBalanceUpdate(c2g.CODAAPICommon_8_0.Context context, Boolean incremental) This service allows you to update reporting balances. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. DeprecatedThe following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions. Methods
CreateBudgetDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference CreateBudget(c2g.CODAAPICommon_8_0.Context context, c2g.CODAAPIBudgetTypes_8_0.Budget value) This service allows you to create a budget. See "Budget and Balance Fields" and "About Budgets and Balances" in the Certinia Help for more details. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpdateBudgetDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference UpdateBudget(c2g.CODAAPICommon_8_0.Context context, c2g.CODAAPIBudgetTypes_8_0.Budget value) This service allows you to update a budget. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. GetBudgetDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPIBudgetTypes_8_0.Budget GetBudget(c2g.CODAAPICommon_8_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to retrieve a budget. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpsertBudgetDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference UpsertBudget(c2g.CODAAPICommon_8_0.Context context, c2g.CODAAPIBudgetTypes_8_0.Budget value, String operation) This service allows you to update an existing budget, or create a new budget if it does not already exist. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |