ITSupport
7 years agoQrew Trainee
Hide Button (link url filed) on form after click
I have a Button on a form (link Url Field) that is used for Approval. It then populates another field that is Text Multiple Choice called Approvals with ex: "[JUN-07-18 IT Support] Approved " and fires off some email notifications etc.
I would like this button to not show or be grayed out after it has been clicked once. Were having users repeatedly clicking Approve Button and not knowing they have already approved (not sure why they don't check the status first) so this creates duplicate notifications and confusion. Any help would be appreciated or if this has been resolved in another post if you could point me there.
this is the formula on the Button URL Field which works well
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=5t39dmb9j59pjdz6mj9hd55p9rd&_fid_48=Approved&rid=" & [Record ID#] & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?act=dr&rid=" & [Record ID#])
I would like this button to not show or be grayed out after it has been clicked once. Were having users repeatedly clicking Approve Button and not knowing they have already approved (not sure why they don't check the status first) so this creates duplicate notifications and confusion. Any help would be appreciated or if this has been resolved in another post if you could point me there.
this is the formula on the Button URL Field which works well
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=5t39dmb9j59pjdz6mj9hd55p9rd&_fid_48=Approved&rid=" & [Record ID#] & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?act=dr&rid=" & [Record ID#])