Skip to main content
Question

How can I add hiperlink to summerized numerid data fields

  • May 12, 2022
  • 4 replies
  • 172 views

aaghaei
Captain II
Forum|alt.badge.img+10

Hello gang,

I have a data entry grid (Cost Projection) that I need to add drill down to some of its numeric columns. Let say for each given line of the grid I have  fld1, fld2 and fld3 as PK, fld0 as date from header and fld7 which is a numeric summary field and I would like to allow users drill down into it using a GI. How can I add a hyperlink to fld7 that when clicked will call my GI and passes the PK fields and header field to it as parameters?

4 replies

Forum|alt.badge.img+5
  • Jr Varsity II
  • May 12, 2022

Here’s a stack overflow post:

https://stackoverflow.com/questions/26387291/how-to-create-a-hyperlink-user-field

and @Naveen Boga also answered a similar question on here with a code sample

General overview is you create an action to handle the redirect and then set that action as the LinkCommand in the aspx.


aaghaei
Captain II
Forum|alt.badge.img+10
  • Author
  • Captain II
  • May 13, 2022

Thank you @markusray17 

Yes I have developed a few of this kind. what I am most interested in is calling a Generic Inquiry (GI) that can be further modified by user without requiring coding.


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • June 8, 2022

Hi @aaghaei were you ever able to resolve your issue? Thank you!


aaghaei
Captain II
Forum|alt.badge.img+10
  • Author
  • Captain II
  • June 9, 2022

@Chris Hackett Thanks for the follow up. No I couldn’t find a solution to call Generic Inquiry (GI)