GetCustomFieldAsync Method
Gets a custom field value from QuickBooks.
Syntax
[VB.NET] Public Function GetCustomFieldAsync(ByVal FieldName As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetCustomFieldAsync(string fieldName);