Gets the last added object type.
| Visual Basic |
|---|
Public Function GetNewObjectType() As String |
After the global flag EnableApprovalProcedureInDI is turned on, we strongly recommend that you call this method each time you add any document or payment to make sure that your Documents(Payments) have been added as Document(Payment) or Draft(PaymentDraft).
| Adding an invoice that needs approval (C#) | ||
|---|---|---|
| ||