Hi Guys,
I have developed a new screen for Purchase Put-Away in WMS and it works perfectly fine in Ax client. But when we run it in a browser, it gives an error only when a work is completed and the user tries to start another work by entering a WorkId. Basically after the below screen:

When I checked in the event viewer, I got a warning which says "Collection was modified after the enumerator was instantiated." After debugging, I got to know that it is failing at the loc:
pass = this.combineMaps(globalPass, pass);
though the value of pass (_sourceMap) inside the method "combineMaps" is not getting modified as suggested by the error.
Please suggest a solution ASAP. Thanks.
*This post is locked for comments
I have the same question (0)