Hey,
I need to open Job Journal from the Job Card.
I have already made a function in the job journal form with a parameter to take the Job No. when I run the Job Journal from the Job Card.
I then set a global variable equal to the parameter and on the trigger OnNewRecord I set Job No. equal to the global variable.
But how do I get it to set the filter for the Journal Template Name field in the job journal line.
Anyone tried this before?
Thanks Ann
0
Comments
RIS Plus, LLC
Able to guide me?
Thanks Ann
Does that make sense?
RIS Plus, LLC
I have from the job card menu written this to pass on the job no:
JobJournalForm.SetJobNo("No.");
JobJournalForm.RUN;
This code will pass on the Job No. from the Job Card to the Job Journal.
But again, not sure how to combine this with the filters for the template.
Thanks Ann
RIS Plus, LLC