cancel
Showing results for 
Search instead for 
Did you mean: 

Requested Date in Sales Order Excel Upload

former_member200567
Active Contributor
0 Kudos

Hi experts,

Is it possible to upload Sales Order including Requested Date with Excel?

There is a structure in the xml schema.

I cannot still figure out how to add Requested Date to the excel to be able to upload Requested Date successfully.


Thanks in advance,

Fred.

Accepted Solutions (1)

Accepted Solutions (1)

former_member200567
Active Contributor
0 Kudos

Just got a solution by changing the following xml schema.

<xs:element minOccurs="0" maxOccurs="1" name="RequestedFulfillmentPeriodPeriodTerms">

<xs:complexType>

<xs:sequence>

<xs:element minOccurs="0" maxOccurs="1" name="StartDateTime" type="tns:GLOBAL_DateTime"/>

</xs:sequence>

<xs:attribute name="actionCode" type="tns:ActionCode"/>

</xs:complexType>

</xs:element>

Cheers,

Fred

Hello Fred,

I have the exact same requirement as you. I tried to do the same as you mentioned changing the XML schema, but it is showing an error when I try to save. Please refer to the screenshot below. Could you please advise if there is some steps missing? Many many thanks in advance.

BR,

Chee.

Answers (0)