Add-Sage50UK Cmdlet
Inserts Sage 50 UK data.
Syntax
Add-Sage50UK [parameters]
Remarks
The Add-Sage50UK cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Sage 50 UK records.
Add-Sage50UK -Connection $connection -Table "TradingAccounts" -Columns @("Name") -Values @("Joe Smith")