Deleting data from forms
Deleting data from forms
Hello,
I am working in Zoho Creator and am a bit stuck. My app is for Production Inventory. The offered apps don't really fit my requirements.
I have created 3 Forms to capture incoming goods that have unique serial numbers for each item: GNSS board, Camera and Antenna.
I have also created a Form called Build Orders. This form allows me to gather the items needed for a production build.
When I fill out the info in Build Orders, I have look up fields for GNSS boards, Camera and Antenna. This allows me to see what items are available and make a selection from a drop down list.
Upon submit, the selected items from the other 3 Forms are deleted (I have written the code for this). That is what I want, as I need to see when items are left over for the next build order.
However, I have noticed that upon deleting from the other 3 Forms, the info is also deleted from Build Orders.
How do I keep the data in Build Orders, as I delete it from the other Forms?