In X++ the prmIsDefault () let us know if a method's input parameter variable has been set at runtime or not. If it's been set at runtime prmIsDefault () returns false, if it's not set returns true. This method is useful if you have to to skip a method's logic if its input parameter variable's … Continue reading AX / D365FO – Check if parameters value is set at Runtime with prmIsDefault() method