Skip to main content

Is it possible to change the hyperlink in a financial statement from the General Ledger Details report to a custom report? If so, can this be done per report or would be for all reports?

The hyperlink opens report CS600000.rpx, which you should be able to modify. I don’t think you can change the report ID being used, however.

What are you looking to add or change in the report?


I know this is old, but I have a similar question. 

When drilling down on Financial reports, when I click on Account on General Ledger Details screen, can I change the link to bring me to a specific GI report instead of Account Details screen?  

Thanks.


I know this is old, but I have a similar question. 

When drilling down on Financial reports, when I click on Account on General Ledger Details screen, can I change the link to bring me to a specific GI report instead of Account Details screen?  

Thanks.

You should be able to do this in the report designer by designating a Navigate URL, parameters, and methods for the field in question. I just tried to direct a field to a random GI in my system and it took me there.

 

 


 

I know this is old, but I have a similar question. 

When drilling down on Financial reports, when I click on Account on General Ledger Details screen, can I change the link to bring me to a specific GI report instead of Account Details screen?  

Thanks.

You should be able to do this in the report designer by designating a Navigate URL, parameters, and methods for the field in question. I just tried to direct a field to a random GI in my system and it took me there.

 

 

 

Thank you for your response, but I was referring to Financial General Ledger reports, I do not see the ability to edit those with Report Designer.  


Hi ​@mswiderski21 

Please refer to the "Trial Balance Summary" (GL.63.20.00) report. Acumatica has it set up as you expect.

NavigateUrl = 'Main?ScreenId=GL404000'+IIF(I@OrgBAccountID]=Null,'&OrgBAccountIDIsEmpty=True','&OrgBAccountID='+D@OrgBAccountID])+'&LedgerID='+D@LedgerID]+'&StartPeriodID='+D@StartPeriodID]+'&EndPeriodID='+D@EndPeriodID]+'&AccountID='+DGLHistoryByPeriod.AccountID]

 

 

 

Best Regards,

NNT


Hi ​@mattsylvia22 

There is no option available to alter the hyperlink. However, you may save your custom report as the default CS600000.rpx report. 

What information are you intending to add or what changes are made on the report?

By retaining all default columns, adding more columns and retaining same report name should work. 

You may explore further.

Regards,

 

 


Reply