SalesReturnsComments
List comments of Sales Returns.
Table Specific Information
Select
The add-in 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 add-in.
- CommentId supports the '=' comparison.
- SalesReturnId supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM SalesReturnsComments WHERE CommentId = '3350895000000089001' SELECT * FROM SalesReturnsComments WHERE SalesReturnId = '3350895000000089001'
Columns
| Name | Type | References | Description |
| CommentId [KEY] | Long | Unique ID generated by the server for the comment(history). | |
| CommentType | String | Indicates the type of the action. | |
| CommentedBy | String | Indicates the user who performed the action on the purchase order. | |
| Date | Date | Date on which the entity was created. | |
| DateDescription | String | Indicates the time duration since the action was performed. | |
| OperationType | String | Type of operation performed on the transaction. | |
| SalesreturnId | Long |
SalesReturns.Id | Unique ID generated by the server for the Sales Return. |
| Time | Datetime | Indicates the time when the action was performed. | |
| TransactionId | Integer | Unique ID generated by the server for the transaction | |
| TransactionType | String | Indicates the type of transaction. |