hougaard / Simple-Object-Designer

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

Issue with deployment: table and page have different assigned numbers #346

Open juasanri opened 4 months ago

juasanri commented 4 months ago

Hello,

I don't know exactly when, but from a given moment, when I create new functions, the Assigned Numbers for Table and Page of the same feature are not the same. While I guess this is not really an issue, it gives problems later on, when I want to create fields that are lookup of those tables. I select the table in the drop-down, but in the "Filter" section it shows me the fields of the list with the same number, but of another table, which leads to errors in the deployment.

I try to explain it better here:

I have the feature PChar_Helper, Table: 60730, Page 60740 Captura de pantalla 2024-02-13 a las 13 11 23

With the fields: Captura de pantalla 2024-02-13 a las 13 11 48

I have another feature PChar_Ing_RR, Table 60720, Page 60730 Captura de pantalla 2024-02-13 a las 13 12 20

With the fields: Captura de pantalla 2024-02-13 a las 13 12 31

When I want to add a field that is a Lookup of the feature PChar_Helper I can select it and it shows the number 60730: Captura de pantalla 2024-02-13 a las 13 13 26

But once selected, the fields available for filtering, are the ones of the feature PChar_Ing_RR: Captura de pantalla 2024-02-13 a las 13 13 49

This produces errors when I try to deploy my app with this field.

Could you take a look please?

Thanks!