ChrisDyroff
5 years agoQrew Member
Toggle Checkbox for Whole Table
Hi All,
What's the best way to set a value on every record in a table? Best solution would be something I could call with the API, OK solution would be something scheduled, unacceptable is anything manual.
Workflow/Use Case
Thanks,
CD
------------------------------
Chris Dyroff
------------------------------
What's the best way to set a value on every record in a table? Best solution would be something I could call with the API, OK solution would be something scheduled, unacceptable is anything manual.
Workflow/Use Case
- Flip all records in the table to Exists=False (Exists is a checkbox field)
- Load (POST to /records endpoint) my data from an external system, each record has Exists=True
- Now any records which weren't in the last load are still marked Exists=False
- Profit. Or at least have an accurate representation of the current state of the other system.
Thanks,
CD
------------------------------
Chris Dyroff
------------------------------