Hi,
The advanced note will be added as a note attachment to the document (both Header and Lines). You can then create a calculated field to extract the value in your model mapping. Consider using the following formula:
WHERE( '$SalesInvoiceHeaderFooter'.'<Relations'.'<Documents', '$SalesInvoiceHeaderFooter'.'<Relations'.'<Documents'.'docuType()'.TypeGroup = Enums.DocuTypeGroup.Note )You can use this record list to bind it to the Note field in your data model
Note = @.'$Notes'.Notes
André Arnaud de Cal... 291,703 Super User 2024 Season 2
Martin Dráb 230,433 Most Valuable Professional
nmaenpaa 101,156