It the PreflightReportItem ActionID unique?
Posted: Wed May 08, 2024 7:40 am
Hello everyone,
we are trying to extract all kinds of information from the preflight reports for better visibility for our staff within our MIS.
Related to that, I realized, that the ActionID seems to be a unique identifier for a specific info/error/warning.
Is anybody able to confirm this?
Best Regards
Nico
we are trying to extract all kinds of information from the preflight reports for better visibility for our staff within our MIS.
Related to that, I realized, that the ActionID seems to be a unique identifier for a specific info/error/warning.
Is anybody able to confirm this?
Best Regards
Nico
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<EnfocusReport version="3.0" unit="mm" xml:lang="de-DE">
<PreflightReport errors="1" criticalfailures="0" noncriticalfailures="0" signoffs="0" fixes="0" warnings="0">
<Errors>
<PreflightReportItem ActionID="2079">
<Message>Spotcolor is missing</Message>
<StringContext>
<BaseString>Spotcolor is missing</BaseString>
</StringContext>
</PreflightReportItem>