SetCustomFieldAsync Method
Sets a custom field value within QuickBooks.
Syntax
[VB.NET] Public Function SetCustomFieldAsync(ByVal FieldName As String, ByVal FieldValue As String) As IAsyncAction
[C#] public IAsyncAction SetCustomFieldAsync(string fieldName, string fieldValue);