In Mobile Application how can we change/configure the number of records visible in an Action if the Input Type for the UI Parameter is SearchList?There may be a requirement to show more/ less number of items returned for a search list type UI parameter than what is defined OOB.For example, there is an Action with the below UI Action Configurations: i.e: Default Value Type : Source FieldInput Type : SearchList By design only 1000 records will be shown up for the 'Assigned To' field on accessing the Action from Mobile Application. To change the default value to any custom value, need to follow the below step: 1) Login to instance. 2) Go to sys_properties.LIST 3) Search for glide.sg.list.max_items_number 4) Change the Value field from 1000 to any particular vale according to the requirement.