DwightMunson1
8 years agoQrew Assistant Captain
Formula URL button to display a user list and add that user to a field.
I'm creating a button on a report for one of our team leads. The report will show the drafting status of permits. I want him to be able to click a button that will display a list of users, and assign that user to a field.
So far I've gotten to the ability for a drafter to click a button to assign a project to themselves:
URLRoot(Company URL) & "db/" & dbid() & "?a=API_EditRecord&rid="&[Record ID#]&"&apptoken=myapptoken&_fid_216=User()
I'm trying to do this without the use of java, but I will resort to that if needed. I haven't seen any java work since high school. Does Quickbase automatically come with the ability to use javascript?
Thanks in advance/
So far I've gotten to the ability for a drafter to click a button to assign a project to themselves:
URLRoot(Company URL) & "db/" & dbid() & "?a=API_EditRecord&rid="&[Record ID#]&"&apptoken=myapptoken&_fid_216=User()
I'm trying to do this without the use of java, but I will resort to that if needed. I haven't seen any java work since high school. Does Quickbase automatically come with the ability to use javascript?
Thanks in advance/