What's new
2021.2
No changes in this release.
2021.1
No changes in this release.
2021.0
No changes in this release.
2020.3
- The
AccessToken
andUseOAuth
parameters have been added to theBuilderParameters
to support the OAuth2 authentication. If you getAuthenticationException
when using theBuildAsync
method in the OAuth2 mode, it means that the current access token has expired and another one should be obtained. See Merge API. Ready
,startDocument
, andexportToExcel
methods are no longer used as the available API methods. The newinitialize
method has been introduced. TheopenDocument
method has been replaced by theopenEmail
one. See Available API methods.
2020.2
No changes in this release.
2020.1
No changes in this release.
2020.0
No changes in this release.
2019.3
New macro interface members have been introduced:
Before_Merge
After_Merge
WorkZone_BeforeMerge
WorkZone_AfterMerge
Use them to notify custom methods when the merging starts and ends, and, optionally, to cancel the merging. See Macro interface members.
2019.2
No changes in this release.
2019.1
- The ICustomXmlPartBuilder interface has been extended with another
BuildAsync
method. The new method containscaseID
as a parameter and allows to retrieve case ID directly from the method. See Merge API.
2019.0
No changes in this release.
2018.2
No changes in this release.
2018.1
No changes in this release.
2018
- Merge API methods have been added and described. Now you can customize content controls and merge them with information by using public API.
- New settings have been added to configure content controls. The settings for the merge are the following: <linkTemplate> with attributes
href
andqueryForLocalData
;internal
in <property>;addressContext
in <staticData> and <link>. The settings for repeating section are the following:repeatable
in <dynamicMenu>,group
in <staticData> andadditionalKey
in <dynamicData>. - Number of run-time dependencies has been decreased from 6 to 4.
2017
- REST API methods have been added and described. Use them to integrate your system with the WorkZone for Office functionality.
- You can customize content controls for your WorkZone for Office installation. To do this, you need to learn the structure of the XML files and follow the example.
- You can make the Role field on the Document registration pane required.
2016 R2
- The standard value set for WorkZone for Office Server has been updated. See the Standard value set in WorkZone Office Server installer.