
Is there any new guidelines against using reflection methods in X++ in D365FO?
Or using reflection method only in any specific way or specific scenario.
Nothing AX specific. You should be aware of the lack of compile-time control and the performance penalty associated with reflection and you shouldn't abuse it to access private members or something like that.