hougaard / Simple-Object-Designer

Issue tracking for the Simple Object Designer for Business Central
7 stars 0 forks source link

Error trying to expose a field on API #353

Open asubi opened 6 months ago

asubi commented 6 months ago

Hello Erik,

Having an issue publishing a field as an API. Getting the following error:

Package validation failed due to the following error(s): API/sales_HeaderRO_SOD.APIPage.al (335,46) - Error AL0132: 'Record "Sales Header"' does not contain a definition for 'Sales Order Type VEL' API/sales_HeaderRW_SOD.APIPage.al (147,46) - Error AL0132: 'Record "Sales Header"' does not contain a definition for 'Sales Order Type VEL'

The field is there: image

The field comes from another extension that is deployed as PTE and I downloaded symbols and cleared cache, yet it still does not seem to "find" the field when deploying...

asubi commented 5 months ago

Hello again! Any idea what could be wrong here?