I'm building off of Gwen and Peter's Inventor...

Iโ€™m building off of Gwen and Peterโ€™s Inventory Mgt 2.0 app. I have a Putaway action that calls a Putaway form that records an inventory receipt record.

I preload the form with inventory location and Row & Shelf columns from an ItemMaster table.

Then it saves to the Putaway table.

Here is my LINKTOFORM.

Is there a way, in this same LINKTOFORM expression, to also write back to my ItemMaster the Inventory Location and Row & Shelf data? (for changes or new locations)

LINKTOFORM(โ€œPutawayโ€, โ€œItem#โ€,[Item#],โ€œItem Nameโ€,[Item Name],โ€œEmailโ€,USEREMAIL(),โ€œInv Locationโ€,[Inv Location],โ€œRow & Shelfโ€,[Row & Shelf])

Or do I need to group two actions together?

Thanks

0 1 326
1 REPLY 1

Harry2
New Member

@Art_Travis As the name of the function suggests, LINKTOFORM will only open a new form view with pre-filled values. This means you will need to create another action to write data back to the table, and then group the actions together.

Top Labels in this Space