Get Number of times update done for a single row in Datatable (Thingworx 9.1)
Hi ,
I am having one use case in that i need to check how many times a end user can change/update the particular field value. for Example
| ID(Primary key) | UserID |
| 1 | 101 |
| 2 | 102 |
above table there will be restriction to update userID (Max 2 times can change/update a userID for ID 1) same will be for ID 2. how we can achieve this in TWX 9.1.
Thanks

