Skip to main content

I have set up a store and integrated a checkout flow. But there doesn't seem to be a standard quantity field on the product or any available inventory object to calculate the product quantity. Am I missing something? Or does Salesforce not really provide that option yet? 

I want to be able to have a quantity field on my products/warehouse, etc., so that if there are only 5 units of that product available in my inventory, then the customer cannot order for more than 5 units of that product.

 

Is there a standard feature available for this? Or do I have to customize this process?

 

Thanks #Trailhead Challenges

1 件の回答
  1. 2021年11月11日 5:42

    @Kimberly Dsouza there is no OOB feature for the scenario yet. 

    We implemented a custom process to maintain the fulfillments of the order using the product inventory object. and did a rollup on CC product based on the qty solved or delivered. This way we got the total inhand qty and then we wrote a custom code on cart to validate the qty against the threshold of the product. 

     

    I know this very high level, it might need some customization as well. Try it, if need ask me for a help.

0/9000