Scheduled job "SAM - Subscription Maintenance" can't run properly in SAM Foundation because SAMPReserveEntitlementUtil() called is in sampDescriptionScheduled job "SAM - Subscription Maintenance" can't run properly in SAM Foundation so that it fails to update entitlement statusSteps to Reproduce Go to the scheduled job "SAM - Subscription Maintenance". Click "Execute Now".Go to System logs and observe that there is warning as below:------org.mozilla.javascript.EcmaError: "SAMPReserveEntitlementUtil" is not defined.Caused by error in <refname> at line 107: }8:9: function sampUpdateStateStatus() {==> 10: SAMPReserveEntitlementUtil.processExpiredReserveEntitlements();11:12: var today = gs.daysAgo(0);13: var grEnt = new GlideRecord('alm_license');-------WorkaroundComment out the line below under the function sampUpdateStateStatus() of the "SAM - Subscription Maintenance" Scheduled Script Execution: SAMPReserveEntitlementUtil.processExpiredReserveEntitlements();Related Problem: PRB1475316