QuickBooks Integrator 2020 C++ Builder Edition

Questions / Feedback?

Adjustment Property

Indicates whether this Journal Entry is an adjustment or not.

Syntax

__property TiqbJournalEntryAdjustments Adjustment = { read=FAdjustment, write=FSetAdjustment };
enum TiqbJournalEntryAdjustments { jeaNotSet=0, jeaIsAdjustment=1, jeaIsNotAdjustment=2 };

Default Value

jeaNotSet

Remarks

When a change is an "adjustment," the original information is retained, usually so an accountant can see the effects of the adjustment. The use of this property requires QBXMLVersion to be 3.0 or greater.

Data Type

Integer

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