Inventory check (stock check)
The inventory check object contains information about an inventory check record.
An inventory check 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.
Document layouts
The stock_check
object can be accessed in document layouts created against the following records:
Inventory check
allowed_stock_type
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
Input
Output
allowed_stock_type_name
allowed_stock_type_name
Returns the allowed stock type against the inventory check:
All
Rental
Sale
Input
Output
auto_return_bookings
auto_return_bookings
Returns true
if "Auto Return Bookings" is set to YES; false
otherwise.
Input
Output
auto_return_bookings_to_word
auto_return_bookings_to_word
Returns the value of "Auto Return Bookings" in the user's locale language.
Input
Output
item_name
item_name
When checking a product, the name of the product.
Input
Output
product
product
When checking a product, returns product objects.
Input
Output
product_group
product_group
When checking a product group, returns product group objects.
Input
Output
product_group_name
product_group_name
When checking a product group, returns the product group name.
Input
Output
status
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
Input
Output
status_name
status_name
Returns the status name for an inventory check.
Open
Submitted
Completed
Failed
Reverted
Revert failed
Canceled
Input
Output
stock_check_at
stock_check_at
Returns the date and time of an inventory check.
Input
Output
stock_check_items
stock_check_items
Returns inventory check items for items on an inventory check.
Input
Output
subject
subject
Returns the subject of an inventory check.
Input
Output
tag_filter
tag_filter
Returns a comma separated list of tags used to filter an inventory check.
Input
Output
Last updated