Forum Discussion
MarkShnier__You
Qrew Legend
If you post an example of your current Add button and let us know which field(s) needs to be loaded on ADD with which value, we can fix the syntax.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
MarkShnier__You
4 years agoQrew Legend
I suggest that you build the button first on any record in your app and then expose the URL code which is generated and copy and paste that into the URL on the dashboard button.
The code to the standard add button would be
& "&_fid_99=" & URLEncode("Travel Requisition")
The reason you need the URLEncode is because you were building a URL string and many characters are not allowed in URL strings including spaces.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------