VendorCreditsLineItemsTags
Tags of the List line items of Vendor Credits.
Table Specific Information
Select
The driver will use the Zoho Inventory API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the driver.
- TagId supports the '=' comparison.
- VendorCreditId supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM VendorCreditsLineItemsTags WHERE TagId = '3350895000000089001' SELECT * FROM VendorCreditsLineItemsTags WHERE VendorCreditId = '983872973'
Columns
Name | Type | References | Description |
VendorCreditId | Long | ID of the Vendor Credit. | |
TagId [KEY] | String | Tag Id. | |
TagOptionId | String | Tag option Id. |