SC "Choice" Rules

I'm stumped again. So I have the Choice after the get by ID web method. When it doesn't find that part I'm getting an error that the part isn't found (duh). But then it appears to go through the work flow of adding a new part, but the part isn't really being added and I'm not getting any other errors.

Thoughts?



Michelle de la Vega
Business Applications Manager
Cold Jet, LLC
455 Wards Corner Road
Loveland, Ohio 45140
USA
+1 513-716-6400 (office)
+1 513-382-3281 (mobile)
+1 513-831-1209 (fax)
www.coldjet.com<http://www.coldjet.com>
[cid:image001.jpg@...3866A0]

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Michelle de la Vega
Sent: Thursday, June 04, 2009 10:37 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] SC "Choice" Rules





Rob,

That seems to be working, thanks for the help.

Michelle de la Vega
Business Applications Manager
Cold Jet, LLC
455 Wards Corner Road
Loveland, Ohio 45140
USA
+1 513-716-6400 (office)
+1 513-382-3281 (mobile)
+1 513-831-1209 (fax)
www.coldjet.com<http://www.coldjet.com>
[cid:image001.jpg@01C9E500.5A30D440<mailto:image001.jpg%4001C9E500.5A30D440>]

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of Rob Bucek
Sent: Tuesday, June 02, 2009 5:15 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] SC "Choice" Rules

You could put it right after a web method part.getbyID and map the
response from the partnum to the node, set your condition True (most
likely already there by default). If your GetbyID method returns a part
number (or numbers) then that will satisfy the true condition and it
will follow whichever connector you have associated with that condition.
The user guide should help you with those basic setup steps... Email me
offline if you need more help or screen shots. I have a choice element
following a query for a specific sales order, basically the same
concept.

Rob Bucek

Manufacturing Engineer

PH: 715-284-5376 ext 311

FAX: 715-284-4084

<http://www.dsmfg.com/>

(Click the logo to view our site)

________________________________

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>] On Behalf
Of Michelle de la Vega
Sent: Tuesday, June 02, 2009 3:59 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com><mailto:vantage%40yahoogroups.com>
Subject: [Vantage] SC "Choice" Rules

I am trying to set up a Choice in my SC workflow. I want to determine if
a part already exists and if so do X and if not then add...

However, I have never used the Choice option before and am totally lost.
The User Guide is of no real help.

Any advice would be greatly appreciated.

Thanks,

Michelle de la Vega
Business Applications Manager
Cold Jet, LLC
455 Wards Corner Road
Loveland, Ohio 45140
USA
+1 513-716-6400 (office)
+1 513-382-3281 (mobile)
+1 513-831-1209 (fax)
www.coldjet.com<http://www.coldjet.com <http://www.coldjet.com> >
[cid:image001.jpg@01C9E3A3.5ECBF8D0<mailto:image001.jpg%4001C9E3A3.5ECBF8D0><mailto:image001.jpg%4001C9E3A3.5ECBF8D0>
<mailto:image001.jpg%4001C9E3A3.5ECBF8D0> ]

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

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

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



[Non-text portions of this message have been removed]
I am trying to set up a Choice in my SC workflow. I want to determine if a part already exists and if so do X and if not then add...

However, I have never used the Choice option before and am totally lost. The User Guide is of no real help.

Any advice would be greatly appreciated.

Thanks,

Michelle de la Vega
Business Applications Manager
Cold Jet, LLC
455 Wards Corner Road
Loveland, Ohio 45140
USA
+1 513-716-6400 (office)
+1 513-382-3281 (mobile)
+1 513-831-1209 (fax)
www.coldjet.com<http://www.coldjet.com>
[cid:image001.jpg@01C9E3A3.5ECBF8D0]



[Non-text portions of this message have been removed]
You could put it right after a web method part.getbyID and map the
response from the partnum to the node, set your condition True (most
likely already there by default). If your GetbyID method returns a part
number (or numbers) then that will satisfy the true condition and it
will follow whichever connector you have associated with that condition.
The user guide should help you with those basic setup steps... Email me
offline if you need more help or screen shots. I have a choice element
following a query for a specific sales order, basically the same
concept.



Rob Bucek

Manufacturing Engineer

PH: 715-284-5376 ext 311

FAX: 715-284-4084

<http://www.dsmfg.com/>

(Click the logo to view our site)



________________________________

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Michelle de la Vega
Sent: Tuesday, June 02, 2009 3:59 PM
To: vantage@yahoogroups.com
Subject: [Vantage] SC "Choice" Rules





I am trying to set up a Choice in my SC workflow. I want to determine if
a part already exists and if so do X and if not then add...

However, I have never used the Choice option before and am totally lost.
The User Guide is of no real help.

Any advice would be greatly appreciated.

Thanks,

Michelle de la Vega
Business Applications Manager
Cold Jet, LLC
455 Wards Corner Road
Loveland, Ohio 45140
USA
+1 513-716-6400 (office)
+1 513-382-3281 (mobile)
+1 513-831-1209 (fax)
www.coldjet.com<http://www.coldjet.com <http://www.coldjet.com> >
[cid:image001.jpg@01C9E3A3.5ECBF8D0
<mailto:image001.jpg%4001C9E3A3.5ECBF8D0> ]

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





[Non-text portions of this message have been removed]
You might consider the PartExists method

--- In vantage@yahoogroups.com, Michelle de la Vega <mdelavega@...> wrote:
>
> I am trying to set up a Choice in my SC workflow. I want to determine if a part already exists and if so do X and if not then add...
>
> However, I have never used the Choice option before and am totally lost. The User Guide is of no real help.
>
> Any advice would be greatly appreciated.
>
> Thanks,
>
> Michelle de la Vega
> Business Applications Manager
> Cold Jet, LLC
> 455 Wards Corner Road
> Loveland, Ohio 45140
> USA
> +1 513-716-6400 (office)
> +1 513-382-3281 (mobile)
> +1 513-831-1209 (fax)
> www.coldjet.com<http://www.coldjet.com>
> [cid:image001.jpg@...]
>
>
>
> [Non-text portions of this message have been removed]
>
Rob,

That seems to be working, thanks for the help.

Michelle de la Vega
Business Applications Manager
Cold Jet, LLC
455 Wards Corner Road
Loveland, Ohio 45140
USA
+1 513-716-6400 (office)
+1 513-382-3281 (mobile)
+1 513-831-1209 (fax)
www.coldjet.com<http://www.coldjet.com>
[cid:image001.jpg@01C9E500.5A30D440]

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Rob Bucek
Sent: Tuesday, June 02, 2009 5:15 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] SC "Choice" Rules





You could put it right after a web method part.getbyID and map the
response from the partnum to the node, set your condition True (most
likely already there by default). If your GetbyID method returns a part
number (or numbers) then that will satisfy the true condition and it
will follow whichever connector you have associated with that condition.
The user guide should help you with those basic setup steps... Email me
offline if you need more help or screen shots. I have a choice element
following a query for a specific sales order, basically the same
concept.

Rob Bucek

Manufacturing Engineer

PH: 715-284-5376 ext 311

FAX: 715-284-4084

<http://www.dsmfg.com/>

(Click the logo to view our site)

________________________________

From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf
Of Michelle de la Vega
Sent: Tuesday, June 02, 2009 3:59 PM
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] SC "Choice" Rules

I am trying to set up a Choice in my SC workflow. I want to determine if
a part already exists and if so do X and if not then add...

However, I have never used the Choice option before and am totally lost.
The User Guide is of no real help.

Any advice would be greatly appreciated.

Thanks,

Michelle de la Vega
Business Applications Manager
Cold Jet, LLC
455 Wards Corner Road
Loveland, Ohio 45140
USA
+1 513-716-6400 (office)
+1 513-382-3281 (mobile)
+1 513-831-1209 (fax)
www.coldjet.com<http://www.coldjet.com <http://www.coldjet.com> >
[cid:image001.jpg@01C9E3A3.5ECBF8D0<mailto:image001.jpg%4001C9E3A3.5ECBF8D0>
<mailto:image001.jpg%4001C9E3A3.5ECBF8D0> ]

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

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



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