How to access Sorce Table of Subform in NAV 2013

alsolalsol Member Posts: 243
edited 2013-08-10 in NAV Three Tier
I have the following scenario: I need to include the comment section of the interaction wizard into the wizard itself as a subform. In the standard the page is called with the following code:


PAGE.RUNMODAL(PAGE::"Inter. Log Entry Comment Sheet",InterLogEntryCommentLineTmp);

In this case the temporary table InterLogEntryCommentLineTmp will be filled with the records entered in the comment page so it can be read when the wizard is being completed. Now I have a subform with SourceTable Inter. Log Entry Comment Line. But how can I access it from the main page which is the new wizard? Since the whole wizard is based on the Segment Line, it never gets saved so there is no link between the Interaction and the Comment.

Any ideas?
Sign In or Register to comment.