Your sub workflow element has cycling execution enabled and the row element as the xpath ?
--- In vantage@yahoogroups.com, "Blake Clemens" <blake.clemens@...> wrote:
>
> Here's my Main schema...
>
>
>
> <?xml version="1.0" encoding="utf-8"?>
>
> <xs:schema
> xmlns:tns="http://Epicor.com/SC/UserSchema/Cvs/3141970168946343607"
> attributeFormDefault="unqualified" elementFormDefault="qualified"
> targetNamespace="http://Epicor.com/SC/UserSchema/Cvs/3141970168946343607
> " xmlns:xs="http://www.w3.org/2001/XMLSchema">
>
> <xs:element name="table">
>
> <xs:complexType>
>
> <xs:sequence>
>
> <xs:element maxOccurs="unbounded" name="row">
>
> <xs:complexType>
>
> <xs:sequence>
>
> <xs:element name="PartNumber" type="xs:string" />
>
> <xs:element name="Qty" type="xs:unsignedByte" />
>
> <xs:element name="QuoteNumber" type="xs:string" />
>
> <xs:element name="CustomerNumber" type="xs:unsignedShort"
> />
>
> <xs:element name="PONumber" type="xs:string" />
>
> <xs:element name="NeedByDate" type="xs:date" />
>
> <xs:element name="OrderNumber" />
>
> </xs:sequence>
>
> </xs:complexType>
>
> </xs:element>
>
> </xs:sequence>
>
> </xs:complexType>
>
> </xs:element>
>
> </xs:schema>
>
>
>
> Thanks,
>
> Blake Clemens
>
> IT Systems Engineer
>
> Delmarva Millwork Corporation
>
> (800) 360-2364 x132
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Rob Bucek
> Sent: Wednesday, June 02, 2010 4:28 PM
> To: vantage@yahoogroups.com
> Subject: RE: [Vantage] Re: Service Connect - Create New Order with
> Multiple Lines
>
>
>
>
>
> When you created your initial schema, did you have multiple records in
> the csv for it to create the schema from?
>
> Should look something like below: The key is maxoccurs =unbounded
>
> <xs:schema
> xmlns:tns="http://Epicor.com/SC/UserSchema/Cvs/283209713723967494"
> attributeFormDefault="unqualified" elementFormDefault="qualified"
> targetNamespace="http://Epicor.com/SC/UserSchema/Cvs/283209713723967494"
> xmlns:xs="http://www.w3.org/2001/XMLSchema">
>
> <xs:element name="table">
>
> <xs:complexType>
>
> <xs:sequence>
>
> <xs:element maxOccurs="unbounded" name="row">
>
> <xs:complexType>
>
> <xs:sequence>
>
> <xs:element name="TranePO" type="xs:string" />
>
> Rob Bucek
>
> Manufacturing Engineer
>
> PH: (715) 284-5376 ext 3111
>
> Mobile: (715)896-0590
>
> FAX: (715)284-4084
>
> <http://www.dsmfg.com/>
>
> (Click the logo to view our site) <http://www.dsmfg.com/>
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> Behalf
> Of Blake Clemens
> Sent: Wednesday, June 02, 2010 3:23 PM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Subject: RE: [Vantage] Re: Service Connect - Create New Order with
> Multiple Lines
>
> That's how I have it setup. The file I feed SC is the .csv version of a
> quote. I use that information to create the sales order header info then
> I feed that to a subworkflow. For some reason the subworkflow is only
> seeing one line.
>
> Thanks,
>
> Blake Clemens
>
> IT Systems Engineer
>
> Delmarva Millwork Corporation
>
> (800) 360-2364 x132
>
> 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 mattcald_73
> Sent: Wednesday, June 02, 2010 4:20 PM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> Subject: [Vantage] Re: Service Connect - Create New Order with Multiple
> Lines
>
> I process each line of an order by using a subworkflow.
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com>
> <mailto:vantage%40yahoogroups.com> ,
> "Blake Clemens" <blake.clemens@> wrote:
> >
> > I'm stuck. I am working on a SC workflow. One that is supposed to
> create
> > a new order and then add lines to that order. I have the workflow
> > working but I am only able to add one line to the order. Anyone care
> to
> > throw some suggestions out there. I can email you the file I'm
> > submitting to SC if it helps. It seems like I have everything set up
> > properly but it just isn't working. I'm stumped!
> >
> >
> >
> > Thanks,
> >
> > Blake Clemens
> >
> > IT Systems Engineer
> >
> > Delmarva Millwork Corporation
> >
> > (800) 360-2364 x132
> >
> >
> >
> > [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]
>