Hyperlink
Ronald Grentzius
Hello all!In the layout of a user created document it's possible to go with a Hyperlink (an orange arrow) to a SAP B1 form.
Is it also possible to go to a menu - id created in Coresuite ( for example "SWA_LL_UU000...." ) and fill the parameters with information from you first layout?
Philipp Knecht
Hi RonaldYes this is possible.
What is the Use Case? If you just would like top open up another layout then you also may use: LD.OpenLayout(...)
Else you have to register your own Eventhandler (AddHyperlink -> Docu)
and react to it with Code.
hth
Ronald Grentzius
Hi Philip,Thanks for the reply. We have custom software for our warehouse. This is why we need to make our own reports voor transaction history.
The case:
We want to give for example someone basic productinformation with location informtion while choosing a parameter ItemCode. When this layout is opened we want to use a hyperlink to open the layout "transaction history" for example.
And we want to automaticaly fill in the parameter ItemCode which was chosen for the first layout to be filled in in the layout "transaction history".
This is to save the user time and navigate quickly to other layouts without filling in the same information several times.
Thanks for the help!
Philipp Knecht
Hi RonaldA perfect use case for cld :)
In your transaction layout mark the parameters with mode 2 (do not prompt if already filled) and open up your layout via Hyperlink property where you can write the LD.OpenLayout("yourlayoutcode","ItemCode",itemcode, "Param2", param2,...)
hth
Ronald Grentzius
HI Philip,:D perfect! Thanks for the clear explanation!
Philipp Knecht
Hi RonaldGlad to hear that i works.
Please mark the thread as solved if everything works as expected.
hth
0
Please sign in to leave a comment.
Comments
0 comments