Skip to main content

Posts

Featured

Dynamics 365 FO PU15: Create multiselect lookup control in out of box form

Recently came across the situation where we need to create the multi select lookup in the out of box form, As we knew in previous versions we have an option of over layering but from PU15 version they have completely restricted the over layering concept. Because of the same it was impossible for us to use the previous workaround for multi select lookup using SysLookupMultiSelectCtrl class as we have to declare the variable of it globally which is not possible in out of box form's extension in PU15 version of Dynamics 365 FO. At the end of all and like always we found the solution for the multi select lookup within the Dynamics 365 FO only, There are out of box two classes used to build the multi select lookup, you can take below both class as a reference and create your solution, ERDataAreaIdLookup ERSysLookupMultiSelectGrid I am giving the source code of above both class for your reference so you dont have to dig into AOT and check, internal class ERDataAreaIdLookup

Latest Posts

Greater than Date and Less than date with Equal to Date ranges

Microsoft Dynamics AX 7 – How to customise standard element?

Microsoft Dynamics AX 2012 R3 and TFS Online

Data Migration Framework