Alex

Results 2 issues of Alex

Can EnterpriseCustomField be exported to xml? If so, what is the correct way to do it? I use it somehow addedTask.setEnterpriseCustomField ( properties.customFieldIndex, objectMapper.writeValueAsString (customFields) .toByteArray () ) At the...