Bertverbeek4PS / bc2adls

Exporting data from Dynamics 365 Business Central to Azure data lake storage or MS Fabric lakehouse
MIT License
60 stars 22 forks source link

Converted promoted properties to actionrefs #13

Closed Bertverbeek4PS closed 1 year ago

Bertverbeek4PS commented 1 year ago

Orignial PR: https://github.com/microsoft/bc2adls/pull/86

Bertverbeek4PS commented 1 year ago

@Arthurvdv can you have a look?

Arthurvdv commented 1 year ago

Maybe enable the SplitButton feature for the export buttons?

image

area(Promoted)
{
    group(Category_Process)
    {
        Caption = 'Process';

        group(Export)
        {
            ShowAs = SplitButton;
            actionref(ExportNow_Promoted; ExportNow) { }
            actionref(Schedule_Promoted; Schedule) { }
        }
        actionref(StopExport_Promoted; StopExport) { }
        actionref(ClearDeletedRecordsList_Promoted; ClearDeletedRecordsList) { }
        actionref(DeleteOldRuns_Promoted; DeleteOldRuns) { }
    }
}
Bertverbeek4PS commented 1 year ago

@Arthurvdv good one! Added it 😄

Is it possible to approve the pull request?