Video Blog: How to create a simple runbase dialog with lookup field

RunBase Dialog: A RunBase dialog class in Dynamics 365 Finance and Operations is a framework used to create a user interface which enables users to input parameters and options for running processes.

The RunBase framework manages the lifecycle of a batch job, including its execution, querying, and validation. By using this framework, developers can create consistent and user-friendly dialogs that help in complex business processes.


/* H1 style */ h1 { font-size: 24px; /* Adjust the size as needed */ font-weight: normal; /* You can use 'bold', 'lighter', 'bolder', or a number */ } /* H2 style */ h2 { font-size: 20px; /* Adjust the size as needed */ font-weight: normal; /* Adjust the weight as needed */ } /* H3 style */ h3 { font-size: 18px; /* Adjust the size as needed */ font-weight: normal; /* Adjust the weight as needed */ }