9.11
Last modified: July 4, 2023
9.11.0
Release date: February 16, 2022
DomainModels
MappedValue (Element)
- We introduced the
creatableRuntimeproperty.
RemoteAssociationSource (Element)
- We introduced the
creatableFromParentRuntimeandcreatableFromChildRuntimeproperties.
Projects
Document (ModelUnit)
- We made the
excludedproperty public, which means you can use this without first loading the unit.
Settings
RuntimeSettings (Element)
- We introduced the
bcryptCostproperty.
Rest
PublishedRestResource (Element)
- We introduced the
updateModeproperty for theChangeModethat defines the update functionality. - We introduced the
insertModeproperty for theChangeModethat defines the insert functionality. - We introduced the
deleteModeproperty for theChangeModethat defines the delete functionality. - We deleted the
updatableandupdateMicroflowproperties. This has been replaced by theupdateModeproperty. - We deleted the
insertableproperty. This has been replaced by theinsertModeproperty. - We deleted the
deletableproperty. This has been replaced by thedeleteModeproperty.
ChangeMode (Element)
- We introduced this element for details about insert, update, or delete functionality.
ChangeNotSupported (Element)
- We introduced this element for the insert, update, or delete functionality that is not supported for this resource.
ChangeSource (Element)
- We introduced this element for the default insert, update, or delete functionality that changes the source,
CallMicroflowToChange (Element)
- We introduced this element for calling a microflow that implements the insert, update, or delete functionality.
ODataRemoteEntitySource (Element)
- We introduced the
creatableproperty for answering whether new objects can be created. - We introduced the
deletableproperty for answering whether existing objects can be deleted.
ODataRemoteAssociationSource (Element)
- We introduced the
creatableFromChildproperty for when you create a child object and need to answer whether you can specify its associated parent. - We introduced the
creatableFromParentproperty for when you create a parent object and need to answer whether you can specify its associated child.
ODataMappedValue (Element)
- We introduced the
representsStreamproperty for answering whether the attribute represents the stream. - We introduced the
creatableproperty for answering whether the attribute can be sent when the object is new.
WebServices
DataMember (Element)
- We introduced the
isWritableproperty for answering whether it is possible to change this member through the exposed service.
Pages
ScrollContainer (Element)
- We introduced the
nativeHideScrollbarsproperty.
Workflows
Workflow (ModelUnit)
- We introduced the
adminPageproperty. - We deleted the
overviewPageproperty.
PageReference and PageParameterMapping (Elements)
- We introduced these elements.
UserTask (Element)
- We introduced the
taskPageandautoAssignSingleTargetUserproperties. - We deleted the
pageproperty.