Offline Parameter (Connect-Workday Cmdlet)
Gets the data from the specified cache database instead of live Workday data.
Syntax
Connect-Workday -Offline SwitchParameter
Data Type
bool
Default Value
false
Remarks
When this connection property is set to True, all queries execute against the cache database instead of the live Workday data.
In this mode, some SQL operations like INSERT, UPDATE, DELETE, and CACHE are disabled.