StefanMaron / vsc-lintercop

MIT License
6 stars 6 forks source link

LC0044: Records 'Recipe Planning Entry PTE' and 'A104 Production Batch Line' have conflicting fields with the same ID #13

Open Duizy1971 opened 7 months ago

Duizy1971 commented 7 months ago

It seams that enum types are not correctly checked:

RecipePlanningEntry.TransferFields(ProdBatchLine, false);

[{ "resource": "/d:/DevOps/Customers/TenCateFabrics-BC23-NL/Source/src/RecipePlanningEntry.Table.al", "owner": "_generated_diagnostic_collectionname#2", "code": { "value": "LC0044", "target": { "$mid": 1, "path": "/StefanMaron/BusinessCentral.LinterCop/wiki/LC0044", "scheme": "https", "authority": "github.com" } }, "severity": 4, "message": "Conflicting ID, Name or Type with Table 'A104 Production Batch Line'", "source": "AL", "startLineNumber": 33, "startColumn": 9, "endLineNumber": 37, "endColumn": 10 }]

image

pri-kise commented 7 months ago

Might be related to https://github.com/StefanMaron/BusinessCentral.LinterCop/issues/473

Could you update our LinterCop