Hi all,
I would like to populate createdBy field value on a form at a line level and make it searchable.
I see that PurchTable table has createdBy field but PurchLine table does not have that value although there is a relation btw two tables.
In order to populate createdBy field on a form at a line level, what would be the best approach?
I have been thinking like
1. create a purchLine table extension and add a new field purchLine.Createdby
2. add a method to populate the createdBy field from PurchTable using select keyword
3. add this new field to the form to show at a purchase line level.
would this be OK ? or are there a better way to do it?
Thank you.