Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 12:48 PM
I don't think the problem is because of this code, but some other BR (or code) that is triggered by inserting an incident record.
To test this you should add instruction
incidentGR.setWorkflow(false);before
incidentGR.initialize();b.t.w, while at it, you should use
incidentGR.newRecord()instead of initialize.