martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

ApplicationArea 'All' vs UsageCategory 'None' #54

Closed fvet closed 1 year ago

fvet commented 4 years ago

When creating a List page via the wizard, you can choose for UsageCategory None. Leaving the ApplicationArea to the default value (All), following (invalid) code is generated:

ApplicationArea = All;
    UsageCategory = None;

If UsageCategory is set to 'None', ApplicationArea should not be inserted.