Hi, I am trying to add attachment to invoice journal using OData. As I understand, the table for this corresponds to LedgerJournalAttachmentsEntity. The problem is that I see it doesn't have PublicEntityName and PublicCollectionName, and DataServiceEnabled is set to false:
{
"Name": "LedgerJournalAttachmentsEntity",
"PublicEntityName": "",
"PublicCollectionName": "",
"LabelId": "@GeneralLedger:LedgerJournalAttachmentsEntityLabel",
"DataServiceEnabled": false,
"DataManagementEnabled": true,
"EntityCategory": "Document",
"IsReadOnly": false
}
How do I enable for this for OData so that I can use it to attach documents?