8.10
Last modified: July 4, 2023
8.10.0
Release date: May 26, 2020
DomainModels
Entity (Element)
- We introduced the
sourceproperty as a replacement for theremoteSource,remoteSourceDocument, andisRemoteproperties. - We deleted the
remoteSource,remoteSourceDocument, andisRemoteproperties.
AssociationBase (Element)
- We introduced the
sourceproperty. - We deleted the
remoteSourceDocumentproperty. This information is now stored inODataRemoteAssociationSource.
EntitySource, RemoteEntitySource, MappedValue, AssociationSource, and RemoteAssociationSource (Elements)
- We introduced these elements.
RemoteEntitySourceDocument (ModelUnit)
- We introduced this model unit.
- We introduced the
descriptionproperty for a multi-line description of the remote source. - We introduced the
catalogUrlproperty for the URL to a page that gives more information about the remote source. - We introduced the
iconproperty for a custom icon of the source document.
Microflows
SynchronizeAction (Element)
- We introduced the
typeandvariableNamesproperties.
WorkflowCallAction, SetTaskOutcomeAction, and OpenUserTaskAction (Element)
- We introduced these elements.
Rest
ConsumedODataService (ModelUnit)
- We added the public
serviceNameand^versionproperties.
ODataRemoteEntitySource (Element)
- We introduced this element, which indicates that this entity is from an OData source.
ODataRemoteAssociationSource (Element)
- We introduced this element, which indicates that this association is from an OData source.
ODataMappedValue (Element)
- We introduced this element, which indicates that the value of this attribute is from an OData source.
ODataEntity (Element)
- We added the public
nameproperty. - We deleted the
entityproperty, which is no longer needed, because now an entity knows its source.
ODataNavigationProperty (Element)
- We deleted the
associationproperty, because associations now know their remote names. - We deleted the
thisSideIsParentproperty, which is no longer needed, as this can be deduced inODataRemoteAssociationSource.
ODataAttribute (Element)
- We deleted the
attributeproperty, which is no longer needed, because now attributes know their remote name.
Pages
TextBox and TextArea (Elements)
- We introduced the
autocompleteproperty.
GroupBox (Element)
- We introduced the
headerModeproperty.
Workflows
WorkflowActivity, Flow, FlowValue, NoValue TaskOutcomeValue, StartWorkflowActivity, EndWorkflowActivity, WorkflowTask, WorkflowTaskOutcome, and UserTask (Elements)
- We introduced these elements.
Workflow (ModelUnit)
- We introduced this model unit.