Server.saveHostingCustomer (Method)

Updates a hosting customer record. This method does not create a hosting customer record.

Returns:

Void

Arguments:

Name Type Required Description
customerID CustomerID Required A customer's ID.
name PlainText_NonNull_100 Required A customer's name.
description PlainText_2000 Required A customer's description.
permitAutoLogin Boolean Required Boolean flag which when set to true indicates that automatic login is permitted. If it is permitted, CommonSpot writes login information into a cookie.

Context:

License Requirements None
Permission Requirements server:ManageCustomers
Deny Context None
Require Context None
Author Lock  

Error Codes:

Code Error Message
41000 A customer record with the specified name already exists.

Notes:

None