Accounting Apex API Developer Reference

c2g.CODAAPIIntegrationRule_7_0

global with sharing class CODAAPIIntegrationRule_7_0

Deprecated: Deprecated: Use the Salesforce API for CRUD operations.

this service class provides integration rule functionality.

Properties

Name Type Description
VERSION_STRING string the api version of this service class.
SERVICE_NAME string the service name of this service class.

Methods

GetAPIVersion

Deprecated: 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.

GetServiceName

Deprecated: 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.

CreateIntegrationRule

Deprecated: Deprecated: Use the Salesforce API for CRUD operations.

webService static c2g.CODAAPICommon.Reference CreateIntegrationRule(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule value)

This service allows you to create an integration rule. See "Integration Rule Fields" and "What is an Integration Rule" in the FinancialForce Help for more details.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule Holds details of the integration rule you want to create.

Return Value

This web service returns a CODAAPICommon.Reference object.

UpdateIntegrationRule

Deprecated: Deprecated: Use the Salesforce API for CRUD operations.

webService static c2g.CODAAPICommon.Reference UpdateIntegrationRule(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule value)

This service allows you to update an integration rule. Use IntegrationRulesEdit (Edit Integration Rules) custom permission to grant permissions on this method.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule Holds details of the integration rule you want to update.

Return Value

This web service returns a CODAAPICommon.Reference object.

GetIntegrationRule

Deprecated: Deprecated: Use the Salesforce API for CRUD operations.

webService static c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule GetIntegrationRule(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICommon.Reference value)

This service allows you to retrieve an integration rule.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPICommon.Reference Identifies the integration rule you want to retrieve.

Return Value

This web service returns a c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule object.

GetAllIntegrationRule

Deprecated: Deprecated: Use the Salesforce API for CRUD operations.

webService static List<c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule> GetAllIntegrationRule(c2g.CODAAPICommon_7_0.Context context)

This service allows you to retrieve all integration rules in the specified FinancialForce company.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.

Return Value

This web service returns a list of c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule objects.

GetIntegrationRulesByObject

Deprecated: Deprecated: Use the Salesforce API for CRUD operations.

webService static c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule GetIntegrationRulesByObject(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIIntegrationRuleTypes_7_0.enumObject objectType)

This service allows you to retrieve integration rules by object type.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.
objectType c2g.CODAAPIIntegrationRuleTypes_7_0.enumObject The object type you are interested in.

Return Value

This web service returns a c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule object.

© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.