c2g.CODAAPISingleMapping_2_0global with sharing class CODAAPISingleMapping_2_0 Deprecated: Deprecated: Use the Salesforce API for CRUD operations. The service class relating to Single Mappings. These are used when loading data into Accounting from Microsoft Excel. 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. Return ValueText 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. Return ValueText CreateSingleMappingDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference CreateSingleMapping(c2g.CODAAPICommon_2_0.Context context, c2g.CODAAPISingleMappingTypes_2_0.SingleMapping value, String name, boolean overrideExisting) This service allows you to create a SingleMapping instance of an Excel column to a corresponding Certinia field. Used to input data with Microsoft Excel. See the Certinia XL Help for more information. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |