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.
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.ThanksGitansh Anand
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.RegardsKrishnanand Pathak