VendorRecords Object (IVendorRecords Interface)
This object is a collection of vendor records for training.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | VendorRecord, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Adds a new element at the end of the collection. |
| Commit | Commits all the changes you made to the vendor records since the previous commit. The changes will be finally saved to the Document Definition only after the CheckIn method call. |
| DeleteAll | Removes all the elements from the collection. |
| DeleteAt | Removes an element from the collection. |
| Item | Provides access to a single element of the collection. |
| LookUp | Returns the results of a full-text search in the vendor database. |
| UpdateFromDB | Resets vendor records to the state of the remote database. |
Related objects

See also
8/15/2023 1:19:30 PM