9.14
Last modified: January 11, 2024
9.14.0
Release date: May 20, 2022
DomainModels
AssociationBase (Element)
- We introduced the
navigabilityproperty for indicating in which direction (or directions) the association can be navigated.
Microflows
GenerateJumpToOptionsAction (Element)
- We introduced this element.
Rest
PublishedODataService (ModelUnit)
- We introduced the
contractproperty, which is for the generated contract for this service. - We deleted the
serviceFeedproperty, which has been moved tocontract.metadata.serviceFeed.xml. - We deleted the
serviceFeedJsonproperty, which has been moved tocontract.metadata.serviceFeed.json. - We deleted the
metadataproperty, which has been moved tocontract.metadata.
PublishedRestResource (Element)
- We introduced the
readModeproperty for theChangeModethat defines the read functionality. - We deleted the
queryMicroflowandcountMicroflowproperties, which have been replaced byreadMode.
ReadMode (Element)
- We introduced this element for details about read functionality.
ReadSource (Element)
- We introduced this element for the default read functionality that changes the source.
CallMicroflowToRead (Element)
- We introduced this element for calling a microflow that implements the read functionality.
ODataRemoteAssociationSource (Element)
- We introduced the
navigability2property for describing the direction (or directions) in which the association can be traversed. - We deleted the
navigabilityproperty, which has been replaced bynavigability2.
PublishedODataContract (Element)
- We introduced this element for the contract of a published OData service.
ServiceFeed (Element)
- We introduced this element for the service feed of a published OData service.
Pages
TextArea (Element)
- We introduced the
submitBehaviourproperty. - We introduced the
submitOnInputDelayproperty.