Add-SageBCAccounting Cmdlet
Inserts Sage Business Cloud Accounting data.
Syntax
Add-SageBCAccounting [parameters]
Remarks
The Add-SageBCAccounting cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Sage Business Cloud Accounting records.
Add-SageBCAccounting -Connection $connection -Table "SampleTable_1" -Columns @("Column1") -Values @("Jon Doe")