This property is True if any unmatched invoices or payments of the patient automatically appear when the Payment window is opened.
object.ShouldAlwaysReconcile
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display ShouldAlwaysReconcile for the patient.
Dim aPatient
Dim aShouldAlwaysReconcile
Set aPatient = Profile.SelectPatient
aShouldAlwaysReconcile = aPatient.ShouldAlwaysReconcile
Profile.MsgBox (aShouldAlwaysReconcile)
In Profile Client v8 on User Interface the Reconcile checkbox can be checked in
.