QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

QWCFileInfoUnattendedModePref Property

This property specifies whether you need to access QuickBooks in unattended mode (when QuickBooks is closed).

Object Oriented Interface

public function getQWCFileInfoUnattendedModePref();
public function setQWCFileInfoUnattendedModePref($value);

Procedural Interface

inqb_qbwcserver_get($res, 16 );
inqb_qbwcserver_set($res, 16, $value );

Default Value

0

Remarks

This property specifies whether you need to access QuickBooks in unattended mode (when QuickBooks is closed). Possible values are:

0 (umpOptional - default) Access to QuickBooks when it is closed is not required. The user may still grant access.
1 (umpRequired) Access to QuickBooks when it is closed is required.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]