getConfigRecordAttachmentIdByFileName

Returns an id of an attachment of a record in a config.

Parameters

  1. appName - the name of the config with the attachment

  2. recordId - the id of the record with the attachment

  3. fileName - the name of the requested attachment

Example Usages

   brixxApi.getConfigRecordAttachmentIdByFileName("customerOrder", 1234, "invoice.pdf");

Last updated