Error: Input string was not in a correct format. Couldn't store <1.000000> in usedqty Column.

Problem

Error: Input string was not in a correct format. Couldn't store <1.000000> in usedqty Column. Expected type is Decimal.

 ---> System.FormatException: Input string was not in a correct format.

Solution

If you're using Adv Mobile in a different language, you'll need to add the following to the Core web.config file. (\Program Files (x86)\Blue Dot\Advanced Mobile for Infor EAM Server\Instances\1833\AMCoreWeb)

<system.web> 
<httpRuntime maxRequestLength="5120" /> 
<!-- Default to US-English unless a different locale/language combination is required. --> 
<globalization culture="en-US" uiCulture="en" />

Culture code lookup: http://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo(v=vs.80).aspx 

Have questions? Email support@bluedotsolutions.com