Inventory check (stock check)
The inventory check object contains information about an inventory check record.
Last updated
Was this helpful?
The inventory check object contains information about an inventory check record.
Last updated
Was this helpful?
An is a way of scanning or manually counting your stock to make sure your inventory is accurate. An inventory check record in Current RMS is a record of a particular count that took place.
In some regions, it's called a stock check. We also call it a stock_check
under the hood.
The stock_check
object can be accessed in document layouts created against the following records:
allowed_stock_type
Returns an ID for the allowed stock type against the stock check.
ID
Allowed stock type
0
All
1
Rental
2
Sale
allowed_stock_type_name
Returns the allowed stock type against the inventory check:
All
Rental
Sale
auto_return_bookings
Returns true
if "Auto Return Bookings" is set to YES; false
otherwise.
auto_return_bookings_to_word
Returns the value of "Auto Return Bookings" in the user's locale language.
item_name
When checking a product, the name of the product.
product
When checking a product, returns product objects.
product_group
When checking a product group, returns product group objects.
product_group_name
When checking a product group, returns the product group name.
status
Returns the status ID for an inventory check.
ID
Status
0
Open
1
Submitted
2
Completed
3
Failed
4
Revering
5
Revert failed
6
Canceled
status_name
Returns the status name for an inventory check.
Open
Submitted
Completed
Failed
Reverted
Revert failed
Canceled
stock_check_at
Returns the date and time of an inventory check.
stock_check_items
Returns inventory check items for items on an inventory check.
subject
Returns the subject of an inventory check.
tag_filter
Returns a comma separated list of tags used to filter an inventory check.