FormAutoLookupFactory.createLookupForClientsideControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void createLookupForClientsideControl(Dynamics::AX::Application::xFormRun ^ parentForm, System::String ^ targetId, System::String ^ controlName, int tableId, int fieldId, System::String ^ controlValue, bool isInFilterMode);
public static void createLookupForClientsideControl (Dynamics.AX.Application.xFormRun parentForm, string targetId, string controlName, int tableId, int fieldId, string controlValue, bool isInFilterMode);
static member createLookupForClientsideControl : Dynamics.AX.Application.xFormRun * string * string * int * int * string * bool -> unit
Public Shared Sub createLookupForClientsideControl (parentForm As xFormRun, targetId As String, controlName As String, tableId As Integer, fieldId As Integer, controlValue As String, isInFilterMode As Boolean)
Parameters
- parentForm
- xFormRun
- targetId
- String
- controlName
- String
- tableId
- Int32
- fieldId
- Int32
- controlValue
- String
- isInFilterMode
- Boolean