I have added a custom field to VendPackingSlipJour table. Now I want to assign the value of my custom field every time the data is inserted into this table. I have tried to use insert, create, write and relevant methods on table level as well as on FormDataSource level. However, nothing happens. I have tried debugging, but the debugger doesn't hit these methods as well. Currently, I am assigning the value to my custom field through active method on FormDataSource level.
I have also tried using PurchPackingSlipJournalCreate.initHeader() and initFromPurchTable method present in VendPackingSlipJour table.
I want to know from exactly which method or class, the data is inserted in table VendPackingSlipJour.
I'd appreciate any help or suggestion. Thank you in advance.