216
Views
2
Comments
Solved
How to get Attribute value by AttributeName.
Question

I wanna get Attribute value by AttributeName.

Is there any Entities that have Attribute value ?


[details]

I found Entity of "Entity" and "Entity_Attr" in System Objects.

I can get "AttributeName" in Entity of "Entity_Attr"  by Entity_Id.

But I can't get Attribute values by "Attribute Name" in Entity of "Entity_Attr" .


Any solution ?

2025-08-22 10-19-44
Pramod Jain
 
MVP
Solution

Hi Santoshi,

Entity_Attr keeps the meta data information of an entity (like attribute name , type etc) it doesn't hold value for the attributes.

Also what exactly you want from the attribute value as these attributes are the columns of an entity and you can get their values in corresponding entity.



Regards

-PJ-

2019-01-17 14-59-15
Satoshi Kawazoe

Hi PJ.

Cheers !

I'll try to create extention module that gets Attribute Value by Attribute Name in C#.


 



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