Hi!
I use Crystal Reports 2008 and SAP Business One 8.82
In CR, I can create a hyperlink to the A/P Invoice Screen by using the following formula in CR (Format hyperlink):
'http://$b1$/link?table=OPCH&key='+TOTEXT({OPCH.DocEntry})
I would like to know if it is possible to do the same thing to obtain the 'General Settings' Screen:
Modules->Administration->System Initialization->General Settings->Path
I tried the formula below, but it does not work
'http://$b1$/link?table=OADP&key='+TOTEXT({OADP.PrintId})
Does anyone know if it is possible to achieve this?
I want to be able to obtain the General Settings screen by clicking on the CR Hyperlink
Any alternative ideas are most welcome.
Thanks
Leon Lai