FRD- Implement Drop Down and Lookup Comboboxes

Issue No: FRD-1244
Created 4/10/2017 10:28:39 PM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 19.1
Description Ideally Dropdown combobox should have a records of not more than 1000, while the Lookup combobox will have a records of more than 1000.   *Examples of where to use the Drop Down control*   * ** Terms   ** Ship Via   ** Status   ** Currency   ** Tax Codes   ** Payment Methods   ** etc.       *Examples of where to use the Lookup control*   * ** Account Id ** Customers ** Vendors ** Items ** Contracts ** etc.     Module developer will decide which one the dropdown and lookup.   By default all combobox will now be a DropDown, kindly change all desire combobox by adding the following config.   *dropDownField : true* -> flag combobox to be a dropdown ( *optional* )   *lookUpField : true* -> flag combobox to be a lookup     Kindly see iNet page for more details.   [http://inet.irelyserver.com/pages/viewpage.action?pageId=68549152]