Help with Inventory App

Hi,

I have created an inventory app where in 1 sheet i have current stock

in another sheet i have all stock issueโ€ฆ

i want a way so that when i am entering stock issue form when an entry is made for more than the current stock it must give a warning saying qty entered is more than current stockโ€ฆ

if that is not possibleโ€ฆhow do i refโ€ฆa virtual column that is current stock in current stock sheet to stock issue sheetโ€ฆso that whenever the product is selectedโ€ฆbefore entering qty of issue i can view current stock levelโ€ฆ

@Aleksi @Suvrutt_Gurjar

Solved Solved
0 3 240
1 ACCEPTED SOLUTION

I am working on a similar thing but not there yet.
For your issue I thought about having a valid if condition for the qty field
[qty]<=[stock]

View solution in original post

3 REPLIES 3

Hi @Pro_Nature
Did you check out any of the sample apps? There are a few Inventory ones.

did not find any with such a solution

I am working on a similar thing but not there yet.
For your issue I thought about having a valid if condition for the qty field
[qty]<=[stock]

Top Labels in this Space