Cmdlets for Acumatica

Build 24.0.9060

Add-Acumatica Cmdlet

Parameters   Output Objects  

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")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060