> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/mss-extensibility/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-kalipso-to-mss/customer/ext_customer_selectcontact.md).

# EXT\_Customer\_SelectContact

Function to ask MSS to open the MSS screen to select a customer contact

*Input parameters:*&#x20;

* inCustomerCode - Customer code to filter;&#x20;
* inDeliveryPlaceCode - Delivery place code to filter, can be empty to select all contacts from a customer;

*Output parameters:*&#x20;

* outResultCode - Return code: 0 – Done / < 0 Error or user cancelled;&#x20;
* outSelectedContact - Code of selected contact (CNTCID);&#x20;
* outSelectedContactName - Name of the contact;
