Anyone knows is is possible to use a Utility function (eg EXT001.parseInt()) in a another Class (eg. EXT002.validDate()) ?
Greetings; If you create a Utility extension, you can reference it from other extensions. Infor provides an example at Date Utility - XtendM3 (infor-cloud.github.io) that shows the basics of a utility.
You can then call that code from other extensions.
correct.
But I think You cann't call from another Utility API - that's the question.
Did someone ever answer this one? This would be very nice to be able to do.I have tried as well without success.
not possible.
Infor loves duplicate code....