Skip to main content

I have created an Import Scenario as seen below.  The requirement is simply to correct a shipment.  In other words, the shipment is currently in a Confirmed status.  This Imp Scen needs to press the CORRECT SHIPMENT button.  When done manually, this places the shipment back into an Open status for updates.  In my Imp Scen, I am getting an error message that reads -

“The Correct Shipment button is disabled.”

Thoughts on what is wrong with my Scenario?

Note the Data Provider is a single column with the Shipment number that needs to be corrected.

 

Hello,

Did you try including both shipment type and shipment number?  I think both shipment type and shipment number are key fields; in this case including both keys in the import may help to activate the Correct Shipment option.

Laura


HI @jjakabcsin37 

For your last line <Action: Correct Shipment> have you tried to uncheck the commit box? Usually as with the <Action: Save> you do not need to Commit it. 


Hello Laura - the Shipment Type is not an available field from which to pick.  The key fields are Shipment Number and External.  In truth - I am not sure what the External would be.  


Hello kandybeatty - good catch!  But no luck after removing the Commit.  Same error.


Hello kandybeatty - good catch!  But no luck after removing the Commit.  Same error.

HI @jjakabcsin37  

Can you share the XML file and I will look at it for you?


Attached here.

Two things to note:

  1. when I add the Correct Shipment action, the Commit checkbox defaults to True
  2. for the External key field, it defaults the value as blank.  I have tried leaving blank and adding the highlighted text to match the View.  No luck either way.

     


Attached here.

Two things to note:

  1. when I add the Correct Shipment action, the Commit checkbox defaults to True
  2. for the External key field, it defaults the value as blank.  I have tried leaving blank and adding the highlighted text to match the View.  No luck either way.

     

Hi @jjakabcsin37 

Are there Inventory Issues or Invoices attached to these Shipments?


Hello kandybeatty49,

It is not invoiced - and I see no inventory docs/issues related.

Even tried different shipments - same error.

 

 

 


Hi @jjakabcsin37 

Can you check the below import scenario attached

the below import gives the ability the correct the shipment


Hello manikantad18,

I tried your XML.  Same error.

 


HI @jjakabcsin37 

Have you done any customization?

do you have any work flow customization? 


No workflow.  And very limited customizations.  We do have BigCommerce.  Is that the “External”, which is a key field?


No workflow.  And very limited customizations.  We do have BigCommerce.  Is that the “External”, which is a key field?

Hi @jjakabcsin37  do you have issue with one shipment or every shipment?

Can you try the same import scenario in other instance with out customizaiton?

Thanks


I do not have a vanilla instance readily available to me.


I do not have a vanilla instance readily available to me.

Understood, I have tested it in my locally.

Just check if the issue happening for every record or only record.

if it is happening for every record, please unpublish it and try in non business hours.

Thanks


Hello manikantad18,

Got it now with your Imp Scenario!

My Excel spreadsheet had removed the leading zero of the Shipment number; hence, it was not finding the shipment record.

THANKS!

 


Hi @jjakabcsin37 

Thank you for the Update! Good to hear.

 


Reply