Hi there,
In my Microsoft Dynamics AX 2012 R3, I've created a Reference group with EDT HcmWorkerRecID. This gives me the lookup I need.


When I selected the worker and click a Select button the name shows properly. My issue is that I don't know how to save the selected worker name RecId.
For testing purposes, I used info:
public void lookup()
{
super();
info(strFmt("1%- 2% - 3%", ReferenceGroup.value(),
ReferenceGroup.valueStr(), ReferenceGroup.toString() ));
}
Unfortunately, the info didn't show me any value.
Could you show/advice me how to show the worker RecId in my info after I selected the worker from the drop-down list?
Thank you,
Petr
*This post is locked for comments
I have the same question (0)