Forum Discussion

ColleenBurch's avatar
ColleenBurch
Qrew Trainee
3 months ago

Save and Redirect to Sharepoint site

I am looking to create a button (URL formula) that will save the current record and redirect to a Sharepoint site. I see posts in the community for redirects to another QB location. Is it possible to redirect to an external site?  If so, what would that formula look like?



------------------------------
Colleen Burch
------------------------------

1 Reply

  • I believe you simply put your URL into the redirect so for example a typical redirect might look like:

    "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "bfgdp7d69?a=dr&rid=" & [Record ID#])

    Yours may look like:

    "&rdr=" & URLEncode("https://mywebsite.thiswebsite.com)

    However, if memory serves me you may need to ask Customer Service to switch a setting on your account that allows for external redirects.



    ------------------------------
    Mike Tamoush
    ------------------------------