Accounting API Developer's Reference
|
c2g.CODAAPIMappingFormat_2_0global with sharing class CODAAPIMappingFormat_2_0 The service class relating to Mapping Formats. 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 CreateMappingFormatwebservice static c2g.CODAAPICommon.Reference CreateMappingFormat(c2g.CODAAPICommon_2_0.Context context, c2g.CODAAPIMappingFormatTypes_2_0.MappingFormat value, String name, boolean overrideExisting) This service allows you to create a data map for loading data into FinancialForce using Microsoft Excel. See the FinancialForce XL Help for more information. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. GetMappingFormatwebservice static c2g.CODAAPIMappingFormatTypes_2_0.MappingFormat GetMappingFormat(c2g.CODAAPICommon_2_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to retrieve a mapping format. Input Parameters
Return ValueThis web service returns a c2g.CODAAPIMappingFormatTypes_2_0.MappingFormat object. GetMappingFormatsByUserAndTypewebservice static List<String> GetMappingFormatsByUserAndType(c2g.CODAAPICommon_2_0.Context context, String objectUser, String objectType) This service allows you to retrieve mapping formats by user or object type. Input Parameters
Return ValueThis web service returns a list of String objects. |