Skip to content
Snippets Groups Projects
Commit 504cd574 authored by S.Listl's avatar S.Listl
Browse files

Activity - entry date can be changed

parent 505ac8d2
No related branches found
No related tags found
No related merge requests found
......@@ -677,13 +677,9 @@
<isFilterable v="true" />
<isLookupFilter v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>entryDateTimelineDate.value</name>
<recordfield>ACTIVITY.ENTRYDATE</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>entryDateDateFormat.value</name>
<recordfield>ACTIVITY.ENTRYDATE</recordfield>
<expression>%aditoprj%/entity/Activity_entity/recordcontainers/db/recordfieldmappings/entrydatedateformat.value/expression.js</expression>
</dbRecordFieldMapping>
</recordFieldMappings>
<filterExtensions>
......
import("system.result");
// In this case the expression is used instead of the recordField property, because the database field is
// already linked to another entity field. Otherwise, that would cause problems with updates.
result.string("ACTIVITY.ENTRYDATE");
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment