Kanban Receipt BPM Help

Hi Tracy,

Thanks for the help. This worked well.

David


--- In vantage@yahoogroups.com, "tracy.tmat" <tracy.smith@...> wrote:
>
> I created a post process BPM on KanbanReceipts.ProcessKanbanReceipts that placed a message in the server log withcorrect job number:
>
> find last JobHead where JobHead.Company = CUR-COMP and JobHead.CreatedBy = DCD-USERID no-lock no-error.
>
> message "BPM Running - Last JobHead: " + string(JobHead.JobNum).
>
>
> hth
>
>
>
> --- In vantage@yahoogroups.com, "nustepvantage" <dpfiester@> wrote:
> >
> >
> > Hi All,
> >
> > I'm working on a BPM where after a kanban receipt finishes and then shows the job number created, an information box would appear showing the job number and the number of parts that were back flushed. My problem is I can't seem to find the correct method in the KanbanReceipts business object to grab the job number and then pull in the rest of the information I need. Has anyone tried this before, or have any ideas on how I could make this work?
> >
> > Thanks,
> > David
> >
>
Hi All,

I'm working on a BPM where after a kanban receipt finishes and then shows the job number created, an information box would appear showing the job number and the number of parts that were back flushed. My problem is I can't seem to find the correct method in the KanbanReceipts business object to grab the job number and then pull in the rest of the information I need. Has anyone tried this before, or have any ideas on how I could make this work?

Thanks,
David
I created a post process BPM on KanbanReceipts.ProcessKanbanReceipts that placed a message in the server log withcorrect job number:

find last JobHead where JobHead.Company = CUR-COMP and JobHead.CreatedBy = DCD-USERID no-lock no-error.

message "BPM Running - Last JobHead: " + string(JobHead.JobNum).


hth



--- In vantage@yahoogroups.com, "nustepvantage" <dpfiester@...> wrote:
>
>
> Hi All,
>
> I'm working on a BPM where after a kanban receipt finishes and then shows the job number created, an information box would appear showing the job number and the number of parts that were back flushed. My problem is I can't seem to find the correct method in the KanbanReceipts business object to grab the job number and then pull in the rest of the information I need. Has anyone tried this before, or have any ideas on how I could make this work?
>
> Thanks,
> David
>