Hello!
Please help!
I have Entity "opportunity" and this Entity references on some Account entity.
So, how can I get Related entities(Objects) of my current "opportunity" entity?
C# 5.0.
Hello!
Please help!
I have Entity "opportunity" and this Entity references on some Account entity.
So, how can I get Related entities(Objects) of my current "opportunity" entity?
C# 5.0.
Hi LeonardBertone,
Editing Opportunity form, you can create a subgrid like this:
But maybe you are talking about how to get related entities, programming in C#:
https://msdn.microsoft.com/en-us/library/gg309282.aspx
Regards!!