Hi, question from junior.
1) Here event were i want to add my code. It has 6 parameters, include important for me TempWhseActivLine: Record /Warehouse Activity Line/
2)After doing EventSubscriber automatically added one more parameter var Sender what is codeunit where this event is.
3)Now to problem. var TempWhseActivLine is empty i can see it when debugging. But inside Sender now i can see my /Source No/. I can see it but i cant take it. There are no get to fetch it and other simple solutions hasn't worked.
Any ideas how to get data from sender?