I have my own Table that have relation with Worker table (hcmWorker, DirPerson, & DirPartyTable).
My table only keep the worker ID.
On grid i want to show the data from my table & display their name,addreess,etc based on the relation. Up until this step i have no problem, i can display the data as i want it to be.
Then i want to add new data to my table using CommandButton, but instead of inserting on my Table it also trying add new row to other table. is there a way for me to insert on my own table only. im trying to avoiding Display method here as it cant be filtered(Ctrl+G).
Thanks.
*This post is locked for comments
I have the same question (0)Hi ITIPG,
Yes there is a way, you need to remove call to super() in datasource write() method. Look at InventJournalMovement form as an example, how InventDim data source is handled, you have it in grid but never let AX to insert a record from the form, it is always handled by code.
Syed Haris Shah
9
Mea_
4
Community Member
2