Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Modify the app.config file

 

Code Block
languagexml
 <configuration<configuration xmlns="http://schemas.taskletfactory.com/MDMF/MobileWMS/Services/2009/01/ServiceConfiguration.xsd">
   <ServiceType>Pick</ServiceType>
   ...

  <validation>
     <lotNumber>
       <!-- By default online validation is disabled, thus 'enabled=false' -->
     <online enabled="true"/>
     </lotNumber>
<lotNumber enabled="true" requestDocumentName="ValidateLotNumber"/>
  </validation>
</configuration>

...