Is there a way to update "UpdateDate" attribute of parent entity when child entity is updated from semarchy application ?
Thanks,
Asha
Best Answer
S
Stéphanie FOURRIER
said
10 months ago
Hi Asha,
UpdateDate is a technical attribute that stands for an actual database update, which is not the case for a parent record when one of its child records is updated.
My proposal to answer your needs would be to display a calculated field on your forms and collections, that will use a lookup expression. This could look like this:
lookup
max UpdateDate
from <child_entity_role>
end
I hope this helps.
Stéphanie.
1 Comment
S
Stéphanie FOURRIER
said
10 months ago
Answer
Hi Asha,
UpdateDate is a technical attribute that stands for an actual database update, which is not the case for a parent record when one of its child records is updated.
My proposal to answer your needs would be to display a calculated field on your forms and collections, that will use a lookup expression. This could look like this:
lookup
max UpdateDate
from <child_entity_role>
end
Asha.ramegowda
Hello,
Is there a way to update "UpdateDate" attribute of parent entity when child entity is updated from semarchy application ?
Thanks,
Asha
Hi Asha,
UpdateDate is a technical attribute that stands for an actual database update, which is not the case for a parent record when one of its child records is updated.
My proposal to answer your needs would be to display a calculated field on your forms and collections, that will use a lookup expression. This could look like this:
I hope this helps.
Stéphanie.
Stéphanie FOURRIER
Hi Asha,
UpdateDate is a technical attribute that stands for an actual database update, which is not the case for a parent record when one of its child records is updated.
My proposal to answer your needs would be to display a calculated field on your forms and collections, that will use a lookup expression. This could look like this:
I hope this helps.
Stéphanie.
-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 72 topics