Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
That is easy to do, I think, but the issue will be permissions and even if the user does have permissions they may not be logged into Quick Base.
You could have a userid with restricted permissions, but enough to check the checkbox and the button could authenticate with a userid and password and then redirect to check the checkbox and then it would need to do something like display the record.
You could have a userid with restricted permissions, but enough to check the checkbox and the button could authenticate with a userid and password and then redirect to check the checkbox and then it would need to do something like display the record.
JimHarrison
8 years agoQrew Champion
I'm getting closer.
<p>
<a href="https://<realm>/db/<dbid>?a=er&r=&[Record ID#]&fid7=1">Click to Approve</a>
</p>
<p>
<a href="https://<realm>/db/<dbid>?a=er&r=&[Record ID#]&fid7=1">Click to Approve</a>
</p>