CustomAttributeService.createCustomAttribute Method

Creates the attribute with the specified options.
 

Parameters

customAttribute

Type: CustomAttributeInfo
The custom attribute object that should be created.

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete. If successful, a dundas.account.CustomAttributeInfo object is returned.  

Examples