116
Views
2
Comments
How to find entity record data using System Entities
Application Type
Reactive

Hi,

I have a EspaceId and Entity Name. By using these I need to get the Entity and Entity Attributes with its Records from "System Entities".

Kindly suggest the procedure to get the Entity Records.


Regards,

Ravi.


2024-12-10 04-40-04
Gitansh Anand

Hi @Ravi Kumar, I have not done this but in "(System)" module you can find Entity and Entity_Attr, look the image below for reference. Please look to see if it helps.

Entity has Espace_Id attribute and Entity_Attr has Entity_Id attribute.

Thanks
Gitansh Anand

2023-04-16 15-25-31
Krishnanand Pathak

Hi @Ravi Kumar,


Sharing the oml in which there are two aggregates one to get entities by espaceId and another to get entity attributes by entityId.
To get entity records I think you have to use entity it self like users because Entity_Record system entity is only for static entity records.

Regards
Krishnanand Pathak


SystemEntity.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.