ArchiveUser
8 years agoQrew Captain
Field change in connected table triggers field change in local table's corresponding record - possible?
I have an app that uses connected tables and regular tables. My records are "products" in this situation.
When work is done on a product, my vendor updates the status for that record/product to "complete." I have a table within my own app that more or less mirrors the vendor's table. The two tables have fields with matching values, which I'm hoping I can use to leverage a relationship.
What I want to achieve is: when the vendor updates a product's status to "complete" in the connected app, I want the corresponding record in my app to update to "complete." Ideally, this would be a text value and not a checkbox, but I'm open to any/all thoughts on the best way to approach this.
When work is done on a product, my vendor updates the status for that record/product to "complete." I have a table within my own app that more or less mirrors the vendor's table. The two tables have fields with matching values, which I'm hoping I can use to leverage a relationship.
What I want to achieve is: when the vendor updates a product's status to "complete" in the connected app, I want the corresponding record in my app to update to "complete." Ideally, this would be a text value and not a checkbox, but I'm open to any/all thoughts on the best way to approach this.