A recent release to the Workiva platform included improvements to the following products and features. You can learn more about each item in the section below.
ESG
Create custom units of measurement for Percent values in ESG Program metrics
GRC
Improved review tracking with enhanced visibility and reviewer limits
組織管理
A local time stamp column is now available in the activities export .csv
Local time stamp now available for the workspace and organization activities page
平台
Prototype API: Text creation and edit endpoint
ESG
Create custom units of measurement for Percent values in ESG Program metrics
For additional clarity, you can now enter a custom unit of measurement from the Configure Metric panel of an ESG Program metric that collects Percent values, just like with Number and Currency values. To learn more, read Configure an ESG Program metric's data collection.
GRC
Improved review tracking with enhanced visibility and reviewer limits
We’re enhancing visibility into review statuses to streamline your workflow management. With new visual indicators in the reviewer column of the list view and within the workflow section on the assessment, you can easily track each review step at a glance to monitor progress more efficiently. Additionally, the Add review button will be disabled after adding a fifth reviewer, helping maintain an optimal number of reviewers for each assessment.
組織管理
A local time stamp column is now available in the activities export .csv
With the new local time stamp, an additional column is available which includes the local time. This avoids a user needing to do timezone math to interpret the system UTC time to their own time. The column will contain the timezone information based upon the user's timezone from their user profile. If the user profile does not contain a local time setting, then the browser’s time zone will be used.
If you have any business logic built around the existing activities export .csv, please review and update it.
Local time stamp now available for the workspace and organization activities page
With the new local time stamp, an additional column is available which displays the local time. This avoids a user needing to do timezone math to interpret the system UTC time to their own time. The column will contain the timezone information based upon the user's timezone from their user profile. If the user profile does not contain a local time setting, then the browser’s time zone will be used.
平台
Prototype API: Text creation and edit endpoint
This endpoint allows clients to create, read, update, and delete text within a Workiva Document.
With the release of this endpoint users can automate the following kinds of scenarios:
- Create a section in a document, add RichText to the section, and format the RichText
- Edit existing RichText in a document to update a word or value
- Create multiple sections and fill them in with RichText
More details can be found in the documentation at Edit rich text.