Hello everyone,
I need help with adding a custom field called YearCreated to the InventSerialIdLookup form. Here is an overview of the situation:
- The InventSerial table is already a datasource on the form, so I decided to add the field to this table.
- There are two grids on the form. I have added the YearCreated field to the first grid where the datasource is InventSerial, and mapped the field with the InventSerial datasource. The lookup is working fine, and the YearCreated value is displaying correctly.
- However, I am facing issues with the second grid where the datasource is InventDimItem. I have added the YearCreated field to this grid and bound it with the InventSerial datasource, but the lookup shows incorrect values.
- I have also tried creating a view and joining the view as a datasource, but the values are still incorrect.
I need guidance on how to resolve this issue. Note: I do not want to use a display method because the requirement is for the user to filter the data.
Can someone please check these details and correct me if I am wrong or suggest a solution?