Master - child link

Hello

How I can create parent-child link on form?

I have field (integer) which show parent record and I want to give possibility to show parent document when someone click on this field on form. I try ajax event with sc_reload but it dont work, I also try to change field type to image and create link but this form9actual) is not on list.

Is there any other solution?

Appearantly you don’t want to show the child initially? Because if that wouldn’t be a problem the link would be very easy to setup. What you can consider is to replicate your parent including the link and do a sc_redir in your initial application to this one. You need a global variable to pass the key obviously, but it would do what you want. Disadvantage is that you have two more-or-less similare applications (parent).