ffbc.DefaultDocumentTextsServiceglobal with sharing class DefaultDocumentTextsService This class provides service functionality for the Default Document Text object. Methods
loadglobal static ffbc.DefaultDocumentTextsService.DefaultDocumentText load() Retrieves a wrapper object representing the default document text. Return ValueThe wrapper object representing the default document text. If no default document text exists, the object's fields are blank. saveglobal static Id save(ffbc.DefaultDocumentTextsService.DefaultDocumentText text) Updates the default document text with the values provided. If default document text already exists, it is overwritten. Input Parameters
Return ValueThe Id of the the default document text. ffbc.DefaultDocumentTextsService.DefaultDocumentTextglobal with sharing class DefaultDocumentText This class wraps a set of default document text. Properties
MethodsDefaultDocumentTextglobal DefaultDocumentText() The default constructor for a DefaultDocumentText object. |