mvanta
13th June 2022, 11:39
Hello all,
we have a table extension (cisli220) and we would like to create a question with predefined answers (yes/No).
How can this be done?
Thank you a lot,
Maria
RieseUSA
14th June 2022, 01:35
Hi Maria,
DALs and Table Extensions cannot have any logic that requires user interaction. While it might be possible to sneak it in, it is against the concept of those components.
You can have conditional logic in the Table Extension, but if a user decision is needed, it needs to have been made beforehand when a user interface was present.
Yours,
Stephan
ysovva
25th July 2022, 14:16
In extension of DAL you can call to new customized session which will open the question in before.program. Just catch the answer and send it to your extension script
RieseUSA
25th July 2022, 14:46
Hi ysovva,
While your suggestion is technically possible, as explained in my previous comment, it violates the concept of the DAL and Table Extension, e.g., there should not be any user interaction as the logic could be executed when there is none possible, e.g., from an integration.
Yours,
Stephan