How to add Kinetic Dataset Part to Sales Order Entry

I am working in application studio with the Sales Order Entry.
I was able to follow the Epicor Education example and I successfully added a dataset for the Customer table using an Event AfterGetByID and it works great.

However, now i need to add a dataset for “Part” to the OrderDtl however i am struggling with how to do that. I tried looking for an Event however i have not found one (no AfterGetByID).

Has anyone attempted this before? Any suggestions welcome.
Thank you,
DaveO

Looks like there is an event that fires anytime you change the OrderDtl Part number… so you could try:

Event After > AfterOrderDtlPartNumChanged

Mr. David: Thank you for the suggestion - I will give that a try.
DaveO