Table of Contents
< All Topics
Print

6766 – Fwd: item upload

Issue Summary: [6766] The customer requested to add validation logic at ‘OOS Qty’ and ‘Over Stock Day’ columns in SAP B1, allowing only numerical values.

Resolution / Workaround: A C# program was implemented using Visual Studio to apply validation logic for the two columns. The program checks if the columns are not NULL, and if they contain non-numerical values, an error warning bar appears preventing the addition of such values.

Scroll to Top