Product management for ordering

I have created an appsheet for internal orders where users can order goods in the app. I have 3 tables for this app mainly items, outlet references, and order details.in the items table, I have the column of 

BarcodeNo.DescriptionUOMManufacturer CodeStatusStockAeonAeon BigJaya Grocer

while in outlet references I have the column of 

CustomerOutlet NameUsoft OutletCustomer code

Location code

and the table order details I have

IDTimestampStaff EmailOrder NoBarcodeDescriptionTypeNo.UOMQtyOutlet NameCustomerCustomerLocation codeCustomer code

In the page order details in the appsheet, I want the customer to order the goods by barcode. However, if the item is unavailable, the user cannot order the items. I maintain the order by entering stock with Y or N in the column Y or N in the customer Aeon, Aeon Big. how can I do it?

0 2 124
2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @kira 

You need to use a valid_if expression for the column that will scan. Basically, this is about using a FILTER() expression, with the yes/no condition to be matched.

Aurelien_0-1716184779261.png

 

For reference:

Drop-down from Valid_If - AppSheet Help

FILTER() - AppSheet Help

 

i have use my valid if with Items[Barcode]

Top Labels in this Space