So i have a deep link, which is pointing to a record, based on a unique identifier, integer value. Inside the record the manger has the possibility to deny the application or approve. Interger values will change to 0 or 2 depending to the choice.
Now i want to make deep links uneditable after the value is not 1. I need to get values from that specific line inside the record which is matching the unique id.
I did some reasearch and did not find a solution yet. Please help!