Hi,
I'm converting a plugin to Developer Toolkit code and I think it's great to have intellisense for all Entity attributes. The problem is I don't know if there is a way to populate the related entities?
In example: for salesorder the attribute "order_details" exists, pointing to the related "salesorderdetail" entities. When debugging I see that this collection is null.
Is there a way to let the toolkit load them for you and use the order_details collection instead of using RetrieveMultiple to get them yourself?