Accounting API Developer's Reference
|
c2g.CODAAPISingleMapping_2_0global with sharing class CODAAPISingleMapping_2_0 The service class relating to Single Mappings. These are used when loading data into FinancialForce Accounting from Microsoft Excel. Properties
Methods
GetAPIVersionwebservice static String GetAPIVersion() Used to get the latest API version. Return ValueText GetServiceNamewebservice static String GetServiceName() Used to get the name of the service. Return ValueText CreateSingleMappingwebservice 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 FinancialForce field. Used to input data with Microsoft Excel. See the FinancialForce XL Help for more information. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |