Forum Discussion
GaryMcRoberts
11 years agoQrew Cadet
I have a parent table that shows in a record a link to records in the child table. The child table contains cases that a user can assign to them self to work, using a custom "Get" button that shows in the link report. When they click the "Get" button it changes some values in the child record using API_EditRecord to assign the case to that person. The problem is, if someone else hits the "Get" button at the same time or moments after that second person will take the case from the first person because the report hasn't refreshed. If I could refresh first I could test the child record to make sure it's not already assigned and therefore not risk someone getting a case that someone else already has.