Hi Nikalaos,
Ahh, I've now added to my class declaration:
public class TEE_Register_SubmitToLangdons extends RunBaseBatch
{
TEE_RegisterJournalId parmJournalId;
DialogField dlgparmJournalId;
#define.CurrentVersion(1)
#define.Version1(1)
#localmacro.CurrentList
parmJournalId
#endmacro
}
Looking at where this is referenced in the tutorial class, do I need to implement a dialog(), getFromDialog() and dialogPostRun() method or are these inherited anyway? Where do I associate this dialog with my current parmJournalId declaration above?