I have an interesting situation and I don't know if it is version specific or something in my environment. I just upgraded to LFS 10.4.3.106 and then edited an existing template to add dynamic fields. It is an HR Template and I have the last name as the first field, so we select the Last Name and then the First Name list is filtered on the Last Name. The EmployeeID list is filtered on the Last and First names and usually will auto populate but when there are duplicate names, the user will have to select the correct EmployeeID. Then the Hire, Term, and Birth Dates, along with Status and Job Title fields are filtered on the EmployeeID.
After adding the Dynamic Fields, I started testing and any time I selected an Employee that had a Null Job Title in the DB, the Server crashes with no entries into any event logs. If I create a view and do use a case statement to return '' (blank) when Null, then it works without crashing the LFS.
Has anybody else seen this? Is this a bug in 10.4.3 or is it expected behavior? Or maybe it is just something with my environment?