Skip to content

Commit 60dd661

Browse files
authored
Proofread
1 parent a7a4402 commit 60dd661

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/refguide10/modeling/domain-model/entities

content/en/docs/refguide10/modeling/domain-model/entities/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Data grids do not directly display this date.
130130

131131
#### Store 'changedDate'
132132

133-
This property defines whether the entity contains the system attribute 'changedDate'. This is an attribute of type **Date and time** that stores the most recent date and time when the object was changed (Mendix 10.19.x and below), or when the changed object is committed (Mendix 10.20 and above).
133+
This property defines whether the entity contains the system attribute 'changedDate'. This is an attribute of type **Date and time** that stores the most recent date and time when the object was changed (Mendix .x and below), or when the changed object is committed (Mendix 10.20 and above).
134134

135135
| Option | Description |
136136
| --- | --- |
@@ -148,7 +148,7 @@ In Mendix 10.19.x and below, the 'changedDate' attribute is updated whenever a v
148148
{{% /alert %}}
149149

150150
{{% alert color="warning" %}}
151-
In Mendix 10.19.x and below the `changedDate` value is not updated if you update the object directly in Java using calls which resolve to use the [`com.mendix.systemwideinterfaces.core.IMendixObject.setValue​(IContext context, java.lang.String memberName, java.lang.Object value)`](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/systemwideinterfaces/core/IMendixObject.html#setValue(com.mendix.systemwideinterfaces.core.IContext,java.lang.String,java.lang.Object)) method (for example, `Entity.setValue(IContext, String)`). If you need `changedDate` to be updated when using Java, use the [`com.mendix.core.Core.change​(IContext context, IMendixObject object, java.util.Map<java.lang.String,​java.lang.String> changes)`](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/core/Core.html#change(com.mendix.systemwideinterfaces.core.IContext,com.mendix.systemwideinterfaces.core.IMendixObject,java.util.Map)) method.
151+
In Mendix 10.19.x and below, the `changedDate` value is not updated if you update the object directly in Java using calls which resolve to use the [`com.mendix.systemwideinterfaces.core.IMendixObject.setValue​(IContext context, java.lang.String memberName, java.lang.Object value)`](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/systemwideinterfaces/core/IMendixObject.html#setValue(com.mendix.systemwideinterfaces.core.IContext,java.lang.String,java.lang.Object)) method (for example, `Entity.setValue(IContext, String)`). If you need `changedDate` to be updated when using Java, use the [`com.mendix.core.Core.change​(IContext context, IMendixObject object, java.util.Map<java.lang.String,​java.lang.String> changes)`](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/core/Core.html#change(com.mendix.systemwideinterfaces.core.IContext,com.mendix.systemwideinterfaces.core.IMendixObject,java.util.Map)) method.
152152
{{% /alert %}}
153153

154154
#### Store 'owner' {#store-owner}

0 commit comments

Comments
 (0)