i tried to run a business rule to check availabilty in the stockroom but it is not working
Hi i need some help . the below is not working for me // Check items and quantities in variablesvar items = current.variables.item_requested; // Assuming "item" is the variable name for itemsvar req_quantity = current.variables.quantity; // Assumin...

