When my customer used codeunit "Create Reserv. Entry" and function "CreateReservEntryFor" to create item trackings for sales line, but it errors out with below message:
The user-defined C/AL function 'CreateReservEntryFor' requires 12 parameters. It was called with 11 parameters.
My customer's BC version is 13.0.183491.0 on premise.
I have checked the parameters for function "CreateReservEntryFor", it only has 11 parameters in the version which greater than "13.0.24623.0", so my question is: function 'CreateReservEntryFor' need 12 parameters in the version less than version "'CreateReservEntryFor'"?