# getConfigRecordAttachmentIdByFileName

### 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

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