ferenc.magyar
13th October 2021, 16:34
Hi!
How can I modify a built-in session with following: add a new input field with zoom session? With cdf on the main table it's possible, but without cdf how can I achieve this?
I'm in cloud environment, so only the tx based solutions can be used.
andreas.toepper
14th October 2021, 10:43
Are we talking about an update or print session? A cdf will work in a maintain session if the table of the cdf is the maintable of the session or is refered to.
In update or print sessions you can create an extension and add custom fields. Then you can create the hooks Get Zoom Session and Get Zoom Return Field.
We're on LN 10.7 on premise. But I think LN cloud version will not differ.
ferenc.magyar
14th October 2021, 11:01
Hi Andreas,
The session is the tisfc0120s000 so it's a maintain session. Now I worked with cdf, and it's working fine, but I don't think it's necessary to use cdf.
andreas.toepper
14th October 2021, 15:44
Well tisfc0120s000 is a synchronised dialog. So it's showing a single dataset in a dialog style window. I think I see, what you're are trying to archieve.
I don't think there's a way without CDFs. For print and update sessions you can create custom fields to input additional data.