Add-SageIntacct Cmdlet
Inserts Sage Intacct data.
Syntax
Add-SageIntacct [parameters]
Remarks
The Add-SageIntacct cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Sage Intacct records.
Add-SageIntacct -Connection $connection -Table "Customer" -Columns @("TotalDue") -Values @("Jon Doe")