Identifier of the person, who is responsible for the payment of an invoice.
object.GuarantorId
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the guarantor.
Dim aPatient
Dim aGuarantorId
Set aPatient = Profile.SelectPatient
aGuarantorId = aPatient.GuarantorId
Profile.MsgBox (aGuarantorId)
In Profile Client v8 on User Interface Guarantor Id cannot be found.