Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Rw ui layout macro

Date:  

Installation: https://downloads.interworkscloud.net/patches/3.28.0/CloudPlatform.Patch.3.28.34.zip
You must upgrade first to 3.28.0 using the interworks.cloud installer before applying this patch

Excerpt

S

T

Improvement on CSV Excel Files

The improvement corrects the CSV Excel Files containing punctuation marks (such as semicolons, commas, etc.), and now the displayed data inside the fields appear correctly.

On this page

Table of Contents
excludeOn this page
For more details, please check the …
page
.

Additions to Organization API

In the Organization API, we have introduced three endpoints for managing the country states of an organization, meaning that you can now create, update, and delete states.

Method

Description

POST /api/organization/countries/{countryId}/states

Creates a new state for a country.

PATCH /api/organization/countries/{countryId}/states/{stateId}

Partially updates an existing state of a country.

DELETE /api/organization/countries/{countryId}/states/{stateId}

Deletes an existing state of a country.

Resolved Issues

EXL-XXXXX