Cmdlets for TSheets

Build 23.0.8839

Add-TSheets Cmdlet

Parameters   Output Objects  

Inserts TSheets data.

Syntax

Add-TSheets [parameters]

Remarks

The Add-TSheets cmdlet allows you to use a syntax similar to SQL INSERT statements to create new TSheets records.

Add-TSheets -Connection $connection -Table "Timesheets" -Columns @("JobcodeId") -Values @("Jon Doe")

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