How to solve warning “Non-blocking difference Warning format PLICRDIDX K10c Sage X3” while importing data through template

By | September 29, 2021

Sage X3 has feature to import data to X3 tables through Import/Export template. Users can create template by adding table fields which user has to enter or modify through file which contains data import/export template. Once file imported successfully then file data will inserted in particular table/screen. With the help of this fabulous feature of X3 one can import single transaction or bulk of transaction.

There were instance we got a support case from client that they are facing warning “Non-blocking difference error format PLICRDIDX K:10c Sage X3” while importing file using import template. Please refer below screenshot.

New stuff: How to check the version and patch used for Sage X3

[Error Log]App
[Error Log]

Above warning appear because of the field PLICRDIDX field which was added in template with option as ‘C’ as shown below screenshot.

[Import/Export Template]
[Import/Export Template]

“C” option against particular field means, that particular field can only capture text value in capital letters. But while importing a file user was entering any text value for that field. Because this, even if file was importing successfully value for that particular field was not getting capture and giving an error/warning.

[Table Dictionary]
[Table Dictionary]

So to get this resolved, user either have to input correct value in the file for that particular field or we will have remove ‘C’ condition from import template against PLICRDIDX field. After correcting value in import file, record gets successfully imported without any error/warning.

[Log Result]
[Log Result]