MikeTamoush
5 months agoQrew Commander
URL Syntax using updated addresses?
What syntax will people use now that QB has updated their URLS?
ie, a redirect to a record used to look something like:
URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & URLEncode([Record ID#])
Now, will it be like this?
URLRoot() & "nav/app/" & AppID() & "table/" & Dbid() & "action/dr?rid=" &
URLEncode([Record ID#]
That can't be right.....do we just stick with the original?