Add-D365BusinessCentral Cmdlet
Inserts Microsoft Dynamics 365 Business Central data.
Syntax
Add-D365BusinessCentral [parameters]
Remarks
The Add-D365BusinessCentral cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Dynamics 365 Business Central records.
Add-D365BusinessCentral -Connection $connection -Table "Accounts" -Columns @("Name") -Values @("Jon Doe")