I have a business event that gets fired off a GI and I'm running across a issue that the event won’t fire because it says the ScreenID for that particular GI is not available in the system monitor. I have re-created that GI and given it a different screenID but that GI still won’t fire.
I have checked the sitemap to confirm that GI is showing up and it is. I can run that GI without any issues or the newly created one with zero issues and my results are displayed.
Is this a bug in a older version of Acumatica or any other recommendations?
ContextScreenId = GI992709
ContextUserIdentity = admin
CurrentCompany = CompanyName
EventID = Scheduler_SchedulerThrewExceptionEventId
SourceContext = Scheduler
Exception =
PX.Data.PXException: Error: This generic inquiry does not exist anymore.
at PX.Data.PXGenericInqGrph.PrepareCaches(String id, String name, Dictionary`2 parameters, Boolean fetchSchema)
at PX.Data.PXGenericInqGrph.CreateInstance(PXSiteMapNode node, Boolean fetchSchema, String prefix)
at PX.SM.AUScheduleMaint.CreateGraph(String graphName, Boolean secure)
at PX.Data.Process.ScheduleProcessor.ProcessSchedule(AUScheduleMaint graph, AUSchedule schedule, Object key)
at PX.Data.Process.ScheduleProcessor.TryProcessSchedule(AUSchedule schedule, AUScheduleMaint graph, Object key, DateTime nextrun)
Schedule =
{
"_typeTag": "AUSchedule",
"ScreenID": "GI992709",
"ScheduleID": 100056,
"Description": " Receipt to Customer is overdue",
"GraphName": "PX.Data.PXGenericInqGrph",
"ViewName": "Results",
"FilterName": "Filter",
"FilterVisible": true,
"TableName": "PX.Data.GenericResult",
"BranchID": null,
"FilterCntr": 0,
"FillCntr": 0,
"IsActive": true,
"ActionName": "RaiseEvent",
"TimeZoneID": "GMTM0600G",
"ScheduleType": "D",
"DailyFrequency": 1,
"DailyLabel": "Day(s)",
"WeeklyFrequency": 1,
"WeeklyLabel": "Week(s)",
"WeeklyOnDay1": true,
"WeeklyOnDay2": false,
"WeeklyOnDay3": false,
"WeeklyOnDay4": false,
"WeeklyOnDay5": false,
"WeeklyOnDay6": false,
"WeeklyOnDay7": false,
"MonthlyFrequency": 1,
"MonthlyLabel": "Month(s)",
"MonthlyDaySel": "D",
"MonthlyOnDay": 1,
"MonthlyOnWeek": 1,
"MonthlyOnDayOfWeek": 1,
"PeriodFrequency": 1,
"PeriodLabel": "Period(s)",
"PeriodDateSel": "S",
"PeriodFixedDay": 1,
"StartDate": "2025-07-29T00:00:00",
"NoEndDate": true,
"EndDate": null,
"NoRunLimit": true,
"RunLimit": null,
"RunCntr": 0,
"NextRunDate": "2025-07-29T00:00:00",
"LastRunDate": null,
"LastRunStatus": "",
"LastRunErrorLevel": 0,
"LastRunResult": null,
"StartTime": "1900-01-01T18:00:00",
"EndTime": null,
"Interval": 0,
"NextRunTime": "1900-01-01T12:05:00",
"TemplateScreenID": null,
"ExactTime": false,
"FilterFillValues": null,
"NoteID": "14856cf6-906c-f011-9596-0050560110fd",
"CreatedByID": "35e08517-ef40-4761-ba2e-e8c7ed54ef4e",
"CreatedByScreenID": "SM302050",
"CreatedDateTime": "2025-07-29T10:31:24.45",
"LastModifiedByID": "72f04d34-ddc7-401f-883c-cd34a82fe996",
"LastModifiedByScreenID": "SM205020",
"LastModifiedDateTime": "2025-07-29T12:04:53.447",
"TStamp": "00000000C27E460A",
"HistoryRetainCount": null,
"KeepFullHistory": true,
"ShouldBeRan": true,
"ShowEventsTabExpr": true,
"CreatedFromBusinessEvent": null,
"StartDateTime": "2025-07-29T18:00:00",
"EndDateTime": null,
"NextRunDateTime": "2025-07-29T12:05:00",
"NextRunDateTimeUTC": "2025-07-29T17:05:00"
}