Hi,
The client has asked to show the project category name field on all the forms where category id is displayed.
This is because they have category id in English and category names in the national language.
The column should be filterable and sortable if in a grid.
For this I added a data source ProjCategory to the form, specified joinsource and set join mode to outerjoin, and defined a joinsource, set no to edit, create, delete and insert if empty. Then, I added the name field beside category id colum.
But when I tried to create a records eg. in the project Hours form, it would give an error for empty category group id.
ProjJournalTable does not have a category group id field, it is in the ProjCategory table.
So, why is it trying to create a record in ProjCategory table when I have disabled creation of records and if this is not the right approach, then what else I should try?
Thank you for your time!
With best regards,
Abhinay