Following the last update, I get the following error with one BAQ : Severity: Exception, Table: JobOpDtl, Field: , RowID: fd06f939-4793-4ff2-a1a4-0e8855868843, Text: Value cannot be null. (Parameter ‘fromItem’)
Query returned 1 row(s).
The error happens when in my BAQ I activate the “Released” field that comes from JobHead and update. I can update any other field without issue, even other fields located in the JobOpDtl table that are not check boxes.
With our consultant, we found an issue with the checkbox01 UD field located in the JobOpDtl UD table.
They tested by copying the BAQ and removing the field checkbox01 from the BAQ and that solved the issue for this BAQ copy. However we need a checkbox for our process.
I created a new UD field in JobOpDtl called Confirmation_c and integrated it in the BAQ. I tested the BAQ again and still got the same issue.
I created a new UD field in JobHead called Confirmation_c and integrated it in the BAQ. I tested the BAQ again and still got the same issue.
I verified the settings of the field to make sure it’s all ok.
After more testing, it seems, the BAQ will crash when updating two tables (JobHead + JobOpDtl). This is a new behavior with our BAQ.
I have multiple fields to update in the JobOpDtl table and then release the job via JobHead. When I do all of them and save, it crashes.
If I change the JobOpDtl fields first (chose the resource, set date and time for the appointment), save, then check “release” and save, this works.