AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • In-Person Gatherings
    • Power BI Workshop
    • Podcast
    • Rolodex
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register

“Help -> Get Link” Example Using Excel

February 15, 2014 by Tim Rodman

My Vendors (AP303000) screen in Acumatica for that vendor.

Basically, all you need to do is the following:

  1. Start with an Excel file that has a list of vendor IDs.
  2. Go to the Vendors (AP303000) screen in Acumatica, pick a random vendor, and click Help -> Get Link in the upper right-hand corner.
  3. Copy the External Link: value to your clipboard.
  4. Paste the External Link: into an Excel formula like this:
    =”http://localhost/AcumaticaERP/Main.aspx?ScreenId=AP303000&AcctCD=V000007″
  5. Change the hard-coded vendor ID to an Excel cell reference like this:
    =”http://localhost/AcumaticaERP/Main.aspx?ScreenId=AP303000&AcctCD=”&B21
  6. Wrap the link in the Excel HYPERLINK function like this:
    =HYPERLINK(“http://localhost/AcumaticaERP/Main.aspx?ScreenId=AP303000&AcctCD=”&B21,B21)
  7. Hide the original column in Excel that had the vendor ID and just display the new vendor ID with the hyperlink.
  8. Clicking the hyperlink for a vendor should take you to the Vendors (AP303000) screen in Acumatica for that specific vendor.
  9. You will need to login to Acumatica and your login will need permission to the Vendors (AP303000) screen.

Here is a quick video which walks through the steps:

Filed Under: Acumatica Learning Tagged With: Acumatica, Acumatica Blog, Acumatica Excel, Acumatica Get Link, Acumatica Hyperlinks, Acumatica Training

Comments

  1. Gabriel Michaud says

    July 20, 2015 at 5:44 pm

    The hyperlink issue is a known bug, AC-47803. Excel messes with the User Agent, which breaks our browser detection. We’ll try to fix it ASAP”

  2. thebradk says

    July 17, 2015 at 2:29 pm

    Tim,

    We spoke on email about this, but I thought summarizing it here might catch the eye of someone in the know…

    Following the steps above, I created columns in my table (fed from my OData connection to Acumatica, OF COURSE!) that are the Hyperlinked version of the “source data” which was just – in my case – the Customer ID or Invoice RefNbr. The link itself is fine – as I can copy and paste it into my browser(s) and it will take me to the Acumatica login page (assuming blank browser session to begin with) and then once logged in, will redirect me to the specific Invoice or Customer page from the table. Essentially – “works as expected” as a hyperlink.

    However, WITHIN excel, and using the HYPERLINK() function, when I click on the link (and yes, hovering over it DOES show met he correct URL I tested with), lo and behold – a Windows Security pop-up comes up asking me for credentials to .acumatica.com. No valid credentials were successful in opening the chrome tab (or IE when I reset my default in testing).

    When I clicked “Cancel” on the Authentication pop-up, it would actually open a tab in my default browser – but it was the “Browser Not Supported” error screen from Acumatica. (https://.acumatica.com/Frames/BrowserWarning.aspx)

    Oddly enough – when I publish this to OneDrive and open it on my iPad via the Excel App, it works fine.

    My research (aka – targeted Googling) leads me to believe that something within the OS itself (or Excel 2013 – but I don’t have many ways to test earlier versions).

    I believe it is related to the “Microsoft Office Protocol Discovery” feature in Office 2013 (Ref: https://support.microsoft.com/en-us/kb/838028 – thought this says it’s for Office 2003, so I cannot verify) or possibly a yet-to-be-figured-out “feature” of Windows 7.

    If anyone reading this has any insight, thoughts, or questions, please feel free to toss them my way! I created a pretty bad-ass report from Acumatica, and the users really want to “drill into” the related screens if we can make this work!!!!

    Thanks!

    Brad K.

    • Tim Rodman says

      July 17, 2015 at 3:20 pm

      Hi Brad,

      Thanks for all the detail that you provided. I did a test on TryAcumatica.com without the HTTPS (HTTP instead) and I get the same error. In the video above I was using my local instance of Acumatica which isn’t the case in the real world. There is something different about a “real” URL I guess.

      If you paste the following formula in Excel and click on the result, you’ll notice that you get the same error (note the HTTP instead of HTTPS):
      =HYPERLINK(“http://tryacumatica.com/Main.aspx?ScreenId=AP303000&AcctCD=AAVENDOR++”,”a link”)

      So, I’m wondering if Acumatica sees Excel as being the “browser” which is why it’s not supported.

    • thebradk says

      July 20, 2015 at 3:01 pm

      Tim,

      Have you attached wireshark or some type of packet sniffing tool to your network interface to grab the HTTP GET request and see if there’s anything in the HTTP header that’s asking for something funky?

      My Acumatica instances I have handy to test with are all HTTPS, so I don’t know that I’ll see any of that as it would be encrypted.

      Brad

    • Tim Rodman says

      July 22, 2015 at 4:29 pm

      Brad,

      Thanks for the screenshot from wireshark. It sure looks like Excel displays its browser type as “Microsoft Office Excel 2013” which must not be a supported browser in Acumatica.

      Acumatica Browser Error

By using this website, you agree to our Terms of Use (click here)
Building Generic Inquiries & Pivot Tables

Online Members

 No online members at the moment

Recent Blog Posts

  • EP 166: Tim uses ChatGPT and Claude to build something cool (Podcast) March 21, 2026
  • EP 165: Jake Wells – EOS Scorecard and Acumatica Dashboards (Podcast) March 12, 2026
  • EP 164: Phil Steichen – Vibe Coding your own Business Intelligence tool (Podcast) February 19, 2026
  • EP 163: Daryl Bowman – Dissecting the new Acumatica Calendar Board (Podcast) February 9, 2026
  • EP 162: Gabriel Michaud – Catching up on new cool stuff in Velixo and Excel (Podcast) February 2, 2026

Recent Forum Posts

  • Ed Dolan

    Negative/Credit Inventory Value?

    We are starting a new line of business to recycle const...

    By Ed Dolan , 2 days ago

  • Tami

    RE: Production Orders with all material on hand

    @timrodmanrodman Question for you. What table joins d...

    By Tami , 1 week ago

  • Brynn Rutherford

    RE: Can't export GI's to excel that contain the FATrans DAC after upgrade to 2025 R1 in less than 25 min

    @timrodman - It won't let me attach the file. I will em...

    By Brynn Rutherford , 2 weeks ago

  • Tami

    RE: Production Orders with all material on hand

    @timrodman Thank you! We just upgraded to 2025R1 in ...

    By Tami , 2 weeks ago

  • Tim Rodman

    RE: Production Orders with all material on hand

    @tlynn Looks like someone already created a product ide...

    By Tim Rodman , 2 weeks ago

  • Tami

    RE: Production Orders with all material on hand

    @timrodman Yes! If that parameter was optional it wo...

    By Tami , 2 weeks ago

  • Tim Rodman

    RE: Can not delete an automated schedule

    I doubt it since Business Events are stored on the Busi...

    By Tim Rodman , 2 weeks ago

  • Tim Rodman

    RE: Production Orders with all material on hand

    Is the problem with this Critical Materials (AM401000) ...

    By Tim Rodman , 2 weeks ago

  • Tim Rodman

    RE: Update the Unit Rate for Existing Project Templates

    The following worked for me.   Here's the Data...

    By Tim Rodman , 2 weeks ago

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2026 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.