getCustomerDetails

getCustomerDetails

Description

Returns the detail fields for a customer.

Parameters

Return Type

JSMCustomerDetailField[]

Returns a list of JSMCustomerDetailField structures for the given customer id

Example

JSMCustomerDetailField[] customerDetailsFields = getCustomerDetails("qm:afdc53a9-c5f4c08de195:16ce414a-e682a47faccc"); for(JSMCustomerDetailField customerDetailField in customerDetailsFields) { runnerLog(customerDetailField.name + " = " + customerDetailField.values); }

Returns the detail fields for the specified customer.

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.