Dynamics 365 Business Central: Cloud Migration and permission sets.
When moving Dynamics 365 Business Central customers from the on-premises platform to the online platform, the absolutely recommneded way to do that process is…
When moving Dynamics 365 Business Central customers from the on-premises platform to the online platform, the absolutely recommneded way to do that process is…
This post is part of the In Microsoft Dynamics 365 Business Central (Financial), how do I… series and of the wider In Microsoft Dynamics…
In PowerShell: $tablesInPermissionSets = @() $permissionSets = gci . -Recurse -Filter '*.al' | ? {(gc $_.FullName).Item(0).startsWith('permissionset')} $permissionSets | % { $content = gc $_.FullName…
On November 23 Microsft announced that DES (Data Export Services) will be deprecated and will reach end of life in November 2020. Microsoft is…
Tested on Project Operations on Dataverse version 4.25.0.91 (2021 wave 2 EA) Approval sets are a feature that was originally introduced in PSA. The…