> 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/visits/ext_visits_getvisitstatus-1.md).

# EXT\_Visits\_CheckIn

Execute the start of the visit (checkin) on a customer, or on a customer delivery place

*Input Parameters:*

* inCustomerCode – Code of the customer to create the visit record
* inDeliveryPlaceCode – Code of the delivery place to create the visit record
* inAgendaStamp – If is a scheduled visit this should have the stamp of MSAGD (AGDSTP)
* inVisitType – Type of the visit, possible values, P – Presential / N – Not presential, if empty MSS will try to determine the value according to the configurations of automatic calculation

*Output Parameters:*

* outResultCode – 0 – OK / -3 – Error or user canceled
