Hi i try to get Attribute from entity but i don't why there is lot missing field from entity attribute, when i try to get entity from IORGANTIONSERVICE there is 14 attribute counts, but why when my attribute from Entity
Entity entity = (Entity)context.InputParameters["Target"];
I'm only get 5 attriubte, there is alot missing attribute that i want try to get for my validation
i want to get credit rating using this var postRating = ((OptionSetValue)entity.Attributes["ita_creditrating"]).Value; , but it keeps tell me The given key was not present in the dictionary , why my entity not get all field there ?
*This post is locked for comments
I have the same question (0)