BPM OrderjobWiz on Method : OrderJobWiz.SelectAll

I found my why BPM check only a part, it's because of parts that are MRP. His first validation have parts that are checked by default in the MRP from entry. So the first BPM only its parts and as soon as I recheck again the select ALL, it check the other rooms. I have a customization screen in my job wizard, which is when the LOAD page, remove all the check boxes, and then checked when I would select all, maybe that would take for all! By cons I do not know what to put in my customization (Script editor for this to work?

Thanks

--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
>
> From the main Epicor screen, go to
> Options > Tracing Options
>
> From here you can enable tracing. This will cause Epicor to log all the
> Business Object calls and list the dataset. You should be able to use this
> as a reference when building your custom code.
>
> On Thu, Jun 23, 2011 at 9:19 AM, VantageUser13 <nmercier@...> wrote:
>
> > **
> >
> >
> > I do not know how to put a trace in a BPM. I did some tests and it did not
> > work.
> >
> >
> > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > >
> > > Run a trace on the process and see if the system is selecting some other
> > > values. Maybe you're missing something?
> > >
> > > On Fri, Jun 10, 2011 at 2:14 PM, VantageUser13 <nmercier@> wrote:
> > >
> > > >
> > > >
> > > > I don't find the solution for my problem. My BPM when I click select
> > all on
> > > > the job wizard, the system check all check box. But when I click to
> > create
> > > > job, although the check box is checked,when I click on the create job
> > the
> > > > system create only one job. If I click again on the select all, the
> > system
> > > > check all again and when I click on the button Create job, the system
> > create
> > > > all job. I will need to click two time for works. Do you have any
> > ideas, I
> > > > will need to click just one time.
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > >
> > > > > If I follow you correctly. It sounds like the BPM is not affecting
> > all
> > > > the
> > > > > records.
> > > > >
> > > > > The TT tables do not always contain every Dtl record. Sometimes they
> > only
> > > > > contained the added/updated lines. Try counting the tt records to see
> > if
> > > > > they match the actual number of JobDtls.
> > > > >
> > > > > If that's your issue, you need to look up the actual JobDtl records
> > > > instead
> > > > > of the tt records.
> > > > >
> > > > > Also, you can do multiple fields on one ASSIGN statement; like so:
> > > > > ASSIGN
> > > > > ttJWJobOrderDtl.JobChkBox = TRUE
> > > > > ttJWJobOrderDtl.DetailChkBox = TRUE
> > > > > ttJWJobOrderDtl.ScheduleChkBox = TRUE.
> > > > >
> > > > > On Wed, Jun 1, 2011 at 9:03 AM, VantageUser13 <nmercier@> wrote:
> > > > >
> > > > > >
> > > > > >
> > > > > > I create a BPM, when I check Select All automatically the check
> > job,
> > > > get
> > > > > > detail and schedule job is checked. My actions for my post
> > processing
> > > > BPM is
> > > > > > :
> > > > > > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > > > > > and not ttJWJobOrderDtl.PartNum begins 'ser'
> > > > > > and ttJWJobOrderDtl.HasLinkedReleases = false :
> > > > > >
> > > > > > assign ttJWJobOrderDtl.JobChkBox = true.
> > > > > > assign ttJWJobOrderDtl.DetailChkBox = true.
> > > > > > assign ttJWJobOrderDtl.ScheduleChkBox = true.
> > > > > >
> > > > > > end.
> > > > > >
> > > > > > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > > > > > and ttJWJobOrderDtl.PartNum begins 'ser'
> > > > > > and ttJWJobOrderDtl.JobChkBox = true :
> > > > > > assign ttJWJobOrderDtl.JobChkBox = false.
> > > > > >
> > > > > > end.
> > > > > >
> > > > > > if not avail ttJWJobOrderDtl then return.
> > > > > >
> > > > > > When I check Select All the first time, automatically I check the
> > good
> > > > > > part. But when I click on create job, the first time only one job
> > is
> > > > > > created. When I check select all two time, the BPM select only the
> > part
> > > > is
> > > > > > not release and the BPM created all job. I will need to click two
> > time
> > > > for
> > > > > > create all job. The first time is create only one job, and the next
> > > > time is
> > > > > > create all job. But I don't know why ?
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *Waffqle Driggers*
> > > >
> > > > > *High End Dev, System Design, Profit Drinking
> > > > > *
> > > > > *:: 904.962.2887*
> > > > > *:: waffqle@*
> > > > > *:: NO FAXES*
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > *Waffqle Driggers*
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
I create a BPM, when I check Select All automatically the check job, get detail and schedule job is checked. My actions for my post processing BPM is :
for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
and not ttJWJobOrderDtl.PartNum begins 'ser'
and ttJWJobOrderDtl.HasLinkedReleases = false :

assign ttJWJobOrderDtl.JobChkBox = true.
assign ttJWJobOrderDtl.DetailChkBox = true.
assign ttJWJobOrderDtl.ScheduleChkBox = true.

end.

for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
and ttJWJobOrderDtl.PartNum begins 'ser'
and ttJWJobOrderDtl.JobChkBox = true :
assign ttJWJobOrderDtl.JobChkBox = false.

end.

if not avail ttJWJobOrderDtl then return.

When I check Select All the first time, automatically I check the good part. But when I click on create job, the first time only one job is created. When I check select all two time, the BPM select only the part is not release and the BPM created all job. I will need to click two time for create all job. The first time is create only one job, and the next time is create all job. But I don't know why ?
If I follow you correctly. It sounds like the BPM is not affecting all the
records.

The TT tables do not always contain every Dtl record. Sometimes they only
contained the added/updated lines. Try counting the tt records to see if
they match the actual number of JobDtls.

If that's your issue, you need to look up the actual JobDtl records instead
of the tt records.

Also, you can do multiple fields on one ASSIGN statement; like so:
ASSIGN
ttJWJobOrderDtl.JobChkBox = TRUE
ttJWJobOrderDtl.DetailChkBox = TRUE
ttJWJobOrderDtl.ScheduleChkBox = TRUE.

On Wed, Jun 1, 2011 at 9:03 AM, VantageUser13 <nmercier@...> wrote:

>
>
> I create a BPM, when I check Select All automatically the check job, get
> detail and schedule job is checked. My actions for my post processing BPM is
> :
> for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> and not ttJWJobOrderDtl.PartNum begins 'ser'
> and ttJWJobOrderDtl.HasLinkedReleases = false :
>
> assign ttJWJobOrderDtl.JobChkBox = true.
> assign ttJWJobOrderDtl.DetailChkBox = true.
> assign ttJWJobOrderDtl.ScheduleChkBox = true.
>
> end.
>
> for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> and ttJWJobOrderDtl.PartNum begins 'ser'
> and ttJWJobOrderDtl.JobChkBox = true :
> assign ttJWJobOrderDtl.JobChkBox = false.
>
> end.
>
> if not avail ttJWJobOrderDtl then return.
>
> When I check Select All the first time, automatically I check the good
> part. But when I click on create job, the first time only one job is
> created. When I check select all two time, the BPM select only the part is
> not release and the BPM created all job. I will need to click two time for
> create all job. The first time is create only one job, and the next time is
> create all job. But I don't know why ?
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
I don't find the solution for my problem. My BPM when I click select all on the job wizard, the system check all check box. But when I click to create job, although the check box is checked,when I click on the create job the system create only one job. If I click again on the select all, the system check all again and when I click on the button Create job, the system create all job. I will need to click two time for works. Do you have any ideas, I will need to click just one time.


--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
>
> If I follow you correctly. It sounds like the BPM is not affecting all the
> records.
>
> The TT tables do not always contain every Dtl record. Sometimes they only
> contained the added/updated lines. Try counting the tt records to see if
> they match the actual number of JobDtls.
>
> If that's your issue, you need to look up the actual JobDtl records instead
> of the tt records.
>
> Also, you can do multiple fields on one ASSIGN statement; like so:
> ASSIGN
> ttJWJobOrderDtl.JobChkBox = TRUE
> ttJWJobOrderDtl.DetailChkBox = TRUE
> ttJWJobOrderDtl.ScheduleChkBox = TRUE.
>
> On Wed, Jun 1, 2011 at 9:03 AM, VantageUser13 <nmercier@...> wrote:
>
> >
> >
> > I create a BPM, when I check Select All automatically the check job, get
> > detail and schedule job is checked. My actions for my post processing BPM is
> > :
> > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > and not ttJWJobOrderDtl.PartNum begins 'ser'
> > and ttJWJobOrderDtl.HasLinkedReleases = false :
> >
> > assign ttJWJobOrderDtl.JobChkBox = true.
> > assign ttJWJobOrderDtl.DetailChkBox = true.
> > assign ttJWJobOrderDtl.ScheduleChkBox = true.
> >
> > end.
> >
> > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > and ttJWJobOrderDtl.PartNum begins 'ser'
> > and ttJWJobOrderDtl.JobChkBox = true :
> > assign ttJWJobOrderDtl.JobChkBox = false.
> >
> > end.
> >
> > if not avail ttJWJobOrderDtl then return.
> >
> > When I check Select All the first time, automatically I check the good
> > part. But when I click on create job, the first time only one job is
> > created. When I check select all two time, the BPM select only the part is
> > not release and the BPM created all job. I will need to click two time for
> > create all job. The first time is create only one job, and the next time is
> > create all job. But I don't know why ?
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
Run a trace on the process and see if the system is selecting some other
values. Maybe you're missing something?

On Fri, Jun 10, 2011 at 2:14 PM, VantageUser13 <nmercier@...> wrote:

>
>
> I don't find the solution for my problem. My BPM when I click select all on
> the job wizard, the system check all check box. But when I click to create
> job, although the check box is checked,when I click on the create job the
> system create only one job. If I click again on the select all, the system
> check all again and when I click on the button Create job, the system create
> all job. I will need to click two time for works. Do you have any ideas, I
> will need to click just one time.
>
>
> --- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
> >
> > If I follow you correctly. It sounds like the BPM is not affecting all
> the
> > records.
> >
> > The TT tables do not always contain every Dtl record. Sometimes they only
> > contained the added/updated lines. Try counting the tt records to see if
> > they match the actual number of JobDtls.
> >
> > If that's your issue, you need to look up the actual JobDtl records
> instead
> > of the tt records.
> >
> > Also, you can do multiple fields on one ASSIGN statement; like so:
> > ASSIGN
> > ttJWJobOrderDtl.JobChkBox = TRUE
> > ttJWJobOrderDtl.DetailChkBox = TRUE
> > ttJWJobOrderDtl.ScheduleChkBox = TRUE.
> >
> > On Wed, Jun 1, 2011 at 9:03 AM, VantageUser13 <nmercier@...> wrote:
> >
> > >
> > >
> > > I create a BPM, when I check Select All automatically the check job,
> get
> > > detail and schedule job is checked. My actions for my post processing
> BPM is
> > > :
> > > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > > and not ttJWJobOrderDtl.PartNum begins 'ser'
> > > and ttJWJobOrderDtl.HasLinkedReleases = false :
> > >
> > > assign ttJWJobOrderDtl.JobChkBox = true.
> > > assign ttJWJobOrderDtl.DetailChkBox = true.
> > > assign ttJWJobOrderDtl.ScheduleChkBox = true.
> > >
> > > end.
> > >
> > > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > > and ttJWJobOrderDtl.PartNum begins 'ser'
> > > and ttJWJobOrderDtl.JobChkBox = true :
> > > assign ttJWJobOrderDtl.JobChkBox = false.
> > >
> > > end.
> > >
> > > if not avail ttJWJobOrderDtl then return.
> > >
> > > When I check Select All the first time, automatically I check the good
> > > part. But when I click on create job, the first time only one job is
> > > created. When I check select all two time, the BPM select only the part
> is
> > > not release and the BPM created all job. I will need to click two time
> for
> > > create all job. The first time is create only one job, and the next
> time is
> > > create all job. But I don't know why ?
> > >
> > >
> > >
> >
> >
> >
> > --
> > *Waffqle Driggers*
>
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
I do not know how to put a trace in a BPM. I did some tests and it did not work.


--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
>
> Run a trace on the process and see if the system is selecting some other
> values. Maybe you're missing something?
>
> On Fri, Jun 10, 2011 at 2:14 PM, VantageUser13 <nmercier@...> wrote:
>
> >
> >
> > I don't find the solution for my problem. My BPM when I click select all on
> > the job wizard, the system check all check box. But when I click to create
> > job, although the check box is checked,when I click on the create job the
> > system create only one job. If I click again on the select all, the system
> > check all again and when I click on the button Create job, the system create
> > all job. I will need to click two time for works. Do you have any ideas, I
> > will need to click just one time.
> >
> >
> > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > >
> > > If I follow you correctly. It sounds like the BPM is not affecting all
> > the
> > > records.
> > >
> > > The TT tables do not always contain every Dtl record. Sometimes they only
> > > contained the added/updated lines. Try counting the tt records to see if
> > > they match the actual number of JobDtls.
> > >
> > > If that's your issue, you need to look up the actual JobDtl records
> > instead
> > > of the tt records.
> > >
> > > Also, you can do multiple fields on one ASSIGN statement; like so:
> > > ASSIGN
> > > ttJWJobOrderDtl.JobChkBox = TRUE
> > > ttJWJobOrderDtl.DetailChkBox = TRUE
> > > ttJWJobOrderDtl.ScheduleChkBox = TRUE.
> > >
> > > On Wed, Jun 1, 2011 at 9:03 AM, VantageUser13 <nmercier@> wrote:
> > >
> > > >
> > > >
> > > > I create a BPM, when I check Select All automatically the check job,
> > get
> > > > detail and schedule job is checked. My actions for my post processing
> > BPM is
> > > > :
> > > > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > > > and not ttJWJobOrderDtl.PartNum begins 'ser'
> > > > and ttJWJobOrderDtl.HasLinkedReleases = false :
> > > >
> > > > assign ttJWJobOrderDtl.JobChkBox = true.
> > > > assign ttJWJobOrderDtl.DetailChkBox = true.
> > > > assign ttJWJobOrderDtl.ScheduleChkBox = true.
> > > >
> > > > end.
> > > >
> > > > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > > > and ttJWJobOrderDtl.PartNum begins 'ser'
> > > > and ttJWJobOrderDtl.JobChkBox = true :
> > > > assign ttJWJobOrderDtl.JobChkBox = false.
> > > >
> > > > end.
> > > >
> > > > if not avail ttJWJobOrderDtl then return.
> > > >
> > > > When I check Select All the first time, automatically I check the good
> > > > part. But when I click on create job, the first time only one job is
> > > > created. When I check select all two time, the BPM select only the part
> > is
> > > > not release and the BPM created all job. I will need to click two time
> > for
> > > > create all job. The first time is create only one job, and the next
> > time is
> > > > create all job. But I don't know why ?
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > *Waffqle Driggers*
> >
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
From the main Epicor screen, go to
Options > Tracing Options

From here you can enable tracing. This will cause Epicor to log all the
Business Object calls and list the dataset. You should be able to use this
as a reference when building your custom code.

On Thu, Jun 23, 2011 at 9:19 AM, VantageUser13 <nmercier@...> wrote:

> **
>
>
> I do not know how to put a trace in a BPM. I did some tests and it did not
> work.
>
>
> --- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
> >
> > Run a trace on the process and see if the system is selecting some other
> > values. Maybe you're missing something?
> >
> > On Fri, Jun 10, 2011 at 2:14 PM, VantageUser13 <nmercier@...> wrote:
> >
> > >
> > >
> > > I don't find the solution for my problem. My BPM when I click select
> all on
> > > the job wizard, the system check all check box. But when I click to
> create
> > > job, although the check box is checked,when I click on the create job
> the
> > > system create only one job. If I click again on the select all, the
> system
> > > check all again and when I click on the button Create job, the system
> create
> > > all job. I will need to click two time for works. Do you have any
> ideas, I
> > > will need to click just one time.
> > >
> > >
> > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > >
> > > > If I follow you correctly. It sounds like the BPM is not affecting
> all
> > > the
> > > > records.
> > > >
> > > > The TT tables do not always contain every Dtl record. Sometimes they
> only
> > > > contained the added/updated lines. Try counting the tt records to see
> if
> > > > they match the actual number of JobDtls.
> > > >
> > > > If that's your issue, you need to look up the actual JobDtl records
> > > instead
> > > > of the tt records.
> > > >
> > > > Also, you can do multiple fields on one ASSIGN statement; like so:
> > > > ASSIGN
> > > > ttJWJobOrderDtl.JobChkBox = TRUE
> > > > ttJWJobOrderDtl.DetailChkBox = TRUE
> > > > ttJWJobOrderDtl.ScheduleChkBox = TRUE.
> > > >
> > > > On Wed, Jun 1, 2011 at 9:03 AM, VantageUser13 <nmercier@> wrote:
> > > >
> > > > >
> > > > >
> > > > > I create a BPM, when I check Select All automatically the check
> job,
> > > get
> > > > > detail and schedule job is checked. My actions for my post
> processing
> > > BPM is
> > > > > :
> > > > > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > > > > and not ttJWJobOrderDtl.PartNum begins 'ser'
> > > > > and ttJWJobOrderDtl.HasLinkedReleases = false :
> > > > >
> > > > > assign ttJWJobOrderDtl.JobChkBox = true.
> > > > > assign ttJWJobOrderDtl.DetailChkBox = true.
> > > > > assign ttJWJobOrderDtl.ScheduleChkBox = true.
> > > > >
> > > > > end.
> > > > >
> > > > > for each ttJWJobOrderDtl where ttJWJobOrderDtl.Company = cur-comp
> > > > > and ttJWJobOrderDtl.PartNum begins 'ser'
> > > > > and ttJWJobOrderDtl.JobChkBox = true :
> > > > > assign ttJWJobOrderDtl.JobChkBox = false.
> > > > >
> > > > > end.
> > > > >
> > > > > if not avail ttJWJobOrderDtl then return.
> > > > >
> > > > > When I check Select All the first time, automatically I check the
> good
> > > > > part. But when I click on create job, the first time only one job
> is
> > > > > created. When I check select all two time, the BPM select only the
> part
> > > is
> > > > > not release and the BPM created all job. I will need to click two
> time
> > > for
> > > > > create all job. The first time is create only one job, and the next
> > > time is
> > > > > create all job. But I don't know why ?
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > *Waffqle Driggers*
> > >
> > > > *High End Dev, System Design, Profit Drinking
> > > > *
> > > > *:: 904.962.2887*
> > > > *:: waffqle@*
> > > > *:: NO FAXES*
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > *Waffqle Driggers*
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]