c2g.CODAAPIPrintFormat_3_0global with sharing class CODAAPIPrintFormat_3_0 Deprecated: Deprecated: Use the Salesforce API for CRUD operations. The service class relating to Print Formats. These are used by the Print Formatter tool. 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 GetPrintFormatsByUserDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static List<String> GetPrintFormatsByUser(c2g.CODAAPICommon_3_0.Context context, String objectUser, String templateType) This service allows you to retrieve print formats by user or template type. Input Parameters
Return ValueThis web service returns a list of String objects. GetPrintFormatDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPIPrintFormatTypes_3_0.PrintFormat GetPrintFormat(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to retrieve a print format. Input Parameters
Return ValueThis web service returns a c2g.CODAAPIPrintFormatTypes_3_0.PrintFormat object. DeletePrintFormatDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static void DeletePrintFormat(c2g.CODAAPICommon_3_0.Context context, String name) This service allows you to delete a print format. Use ManagePrintFormatter (Manage Print Formatter) custom permission to grant permissions on this method. Input Parameters
Return ValueThis web service does not return a value. CreatePrintFormatDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference CreatePrintFormat(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPIPrintFormatTypes_3_0.PrintFormat value, String name) This service allows you to create a print format for use with Print Formatter. See the Property Reference section in the Certinia Print Formatter Help for more information. Use ManagePrintFormatter (Manage Print Formatter) custom permission to grant permissions on this method. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpdatePrintFormatDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference UpdatePrintFormat(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPIPrintFormatTypes_3_0.PrintFormat value, String name, Boolean overrideExisting) This service allows you to update a print format for use with Print Formatter. Use ManagePrintFormatter (Manage Print Formatter) custom permission to grant permissions on this method. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |