Hello our wonderful IFS Community :)
We’re running IFS Cloud 24R1, applying SU20 to a pilot instance for evaluation (going from SU9). We’ve encountered an issue when receiving goods off of a Shop Order, complaining that an Expiration Date is mandatory. I’ve limited things down to something that appears correct in the SU9 version of the API INVENTORY_PART_IN_STOCK_API and a variable check_mandatory_expire_date_ that is referenced in the Check_Insert__ / Check_Common__ procedures.
Here’s a sample of the check_mandatory_expire_date_ being set (as opposed to the DEFAULT value for the parameter taking place. Anyone encounter an issue like this when going to SU20?
Error message:
ORA-20124: Error.NULLVALUE: Field [EXPIRATION_DATE] is mandatory for Inventory Part In Stock and requires a value.
INVENTORY_PART_IN_STOCK_API package body snippet:
-- Bug SCZ-27258, Start
check_mandatory_expire_date_ BOOLEAN := TRUE;
-- Bug SCZ-27258, End
Many thanks, and feel free to let me know if you’d like additional context or not :)
Regards,
Randy