Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConfiForms Form Definition
formNamestock
registrationFormTitleStock
Register stock itemINLINE


itemitemtexttrue

quantityQuantitynumber

id:[empty] AND quantity:<0Quantity shall be non negativeValidation rule

!id:[empty] AND quantity:<0Sorry, we dont have this item in stock anymoreValidation rule

ConfiForms TableView
formNamestock


...

ConfiForms Form Definition
formNameorderForm
OrderINLINE


orderItemItem to order[29393083|stock|item|true||]smartselect2

orderItemquantity:>0Apply Filter on a field – show only items with quantity > 0

id:[empty] AND orderItem.quantity:<0Sorry, we dont have this item in stock anymoreValidation rule

Create ConfiForms EntryonCreatedentryId=[entry.orderItem]&quantity=([entry.orderItem.quantity]-1)stock:this


...