Add-Acumatica Cmdlet
Inserts Acumatica data.
Syntax
Add-Acumatica [parameters]
Remarks
The Add-Acumatica cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Acumatica records.
Add-Acumatica -Connection $connection -Table "Events" -Columns @("location_displayName") -Values @("Town Hall Grille")