Hi Experts,
I have a requirements that I should have a dropdown field in a form grid and the user should be able to select multiple records. specifically the dropdown should be the production orders list and if the user select 2 or 3 production orders together and press OK the sum of quantity produced for those orders should appear in the field. Is this possible if I create a lookup form, call this form as a look up for the field and add code to calculate the sum of quantities in the clicked method of OK button ? or I must go for SysLookupMultiSelectGrid class.
Thanks in advance.