Currently the standard info log relating to order multiples, which cannot be customized, is not providing enough information for the user to identify which order line is affected. Example when creating order lines using item list - the current info log is repeated and prompted which leads to an ineffective experience for the user as the impacted line cannot easily be identified. See examples below.
Examples:
"You have specified a quantity of X. The minimum allowed quantity is Y. Do you want to use Y instead?"
"The order quantity must be a multiple of X. Do you want to round up the order quantity to Y?"
By adding details like the item number or line number to the info log, the user experience will be much more effecient allowing the user to more easily identify the order line in question.
This affects both sales, purchase and inventory related processes.
Related info logs:
QuantityMustBeMultipleMessage
MinimumAllowedQuantityMessage
MaximumAllowedQuantityMessage
This small modification of the infolog would improve effeciency.