Hi ,
In my QueryExpression for the incident entity, I need to addLInk to incidents resolution. I don't know what's the id from incident entity to be used in the Addlink method.
query.AddLink("activitypointer", "caseid", "regardingobjectid",JoinOperator.LeftOuter);
whats should I use in the place of caseid?.
Please help
Mathew
*This post is locked for comments