c2g.CODAAPIMappingFormat_2_0global with sharing class CODAAPIMappingFormat_2_0 Deprecated: Deprecated: Use the Salesforce API for CRUD operations. The service class relating to Mapping Formats. 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 CreateMappingFormatDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService 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 Certinia using Microsoft Excel. See the Certinia XL Help for more information. Use MangeXL (Manage XL) custom permission to grant permissions on this method. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. GetMappingFormatDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService 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. GetMappingFormatsByUserAndTypeDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService 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. |