Cmdlets for SAP Business One

Build 24.0.8963

Sync-SAPBusinessOne Cmdlet

Parameters  

Syncs SAP Business One data.

Syntax

Sync-SAPBusinessOne [parameters]

Remarks

The Sync-SAPBusinessOne cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.

$conn = Connect-SAPBusinessOne -Url 'http://localhost:50000/b1s/v1' -User 'user' -Password 'password' -CompanyDB 'companydb'
Sync-SAPBusinessOne -Connection $conn -Table "Orders"

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