ICRow
Captures row-level data for the Inventory Control (IC) module, including inventory movement and adjustments.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
Unique identifier for the ICRow entry. |
| Rowkey [KEY] | String | False |
Unique key representing the row in the IC module. |
| Rowdesc | String | False |
Description or name of the row in the IC module. |
| Whencreated | Datetime | False |
Timestamp indicating when the row entry was created. |
| Whenmodified | Datetime | False |
Timestamp indicating when the row entry was last modified. |
| Createdby | Int64 | False |
Identifier for the user who created the row entry. |
| Modifiedby | Int64 | False |
Identifier for the user who last modified the row entry. |
| Record_url | String | False |
URL link to access the record associated with this row entry. |