I am creating an AX Form containing only one control, this control will give lookup of workers. I don't have any datasource in the form so cannot use any reference field on the control.
我正在创建一个只包含一个控件的AX表单,此控件将查找工作程序。我在表单中没有任何数据源,因此不能在控件上使用任何引用字段。
How to create this lookup on form control? Any help please!!
如何在表单控件上创建此查找?请帮忙!!
1 个解决方案
#1
4
Add a new ReferenceGroup
control to the form design and set the ExtendedDataType
property of that control to HcmWorkerRecId
. This will provide you with a basic lookup for the workers. Depending on your requirements you may have to customize this basic lookup.
将新的ReferenceGroup控件添加到窗体设计,并将该控件的ExtendedDataType属性设置为HcmWorkerRecId。这将为您提供工作人员的基本查找。根据您的要求,您可能必须自定义此基本查找。
#1
4
Add a new ReferenceGroup
control to the form design and set the ExtendedDataType
property of that control to HcmWorkerRecId
. This will provide you with a basic lookup for the workers. Depending on your requirements you may have to customize this basic lookup.
将新的ReferenceGroup控件添加到窗体设计,并将该控件的ExtendedDataType属性设置为HcmWorkerRecId。这将为您提供工作人员的基本查找。根据您的要求,您可能必须自定义此基本查找。