c2g.CODAAPIIntegrationRule_7_0global with sharing class CODAAPIIntegrationRule_7_0 Deprecated: Deprecated: Use the Salesforce API for CRUD operations. This service class provides integration rule 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. CreateIntegrationRuleDeprecated: 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 Certinia Help for more details. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpdateIntegrationRuleDeprecated: 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
Return ValueThis web service returns a CODAAPICommon.Reference object. GetIntegrationRuleDeprecated: 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
Return ValueThis web service returns a c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule object. GetAllIntegrationRuleDeprecated: 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 Certinia company. Input Parameters
Return ValueThis web service returns a list of c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule objects. GetIntegrationRulesByObjectDeprecated: 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
Return ValueThis web service returns a c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule object. |