Hi Folks !
Recently I got a requirement to import a list of Items in AX and also I have to make a list of Imported item. Well the problem was the list exceed 10000 Limit.
Default limit of Infolog messages is 10000. I have found a solution for this limit.
You can change the value of MaxErrors macro in viewBuild() method of Info class
Recently I got a requirement to import a list of Items in AX and also I have to make a list of Imported item. Well the problem was the list exceed 10000 Limit.
Default limit of Infolog messages is 10000. I have found a solution for this limit.
You can change the value of MaxErrors macro in viewBuild() method of Info class
Hope this information will help you
No comments:
Post a Comment