lookup 那个页面 是有两个 execute message
你 debug下就可以根据 FetchXml 的值来判断是那个 execute了
if (context.InputParameters.Contains("FetchXml"))
{
string
FetchXml = (String)context.InputParameters["FetchXml"];
}
Batistuta Cai-刀客 | 蔡敏生 | MS CRM MVP | Blog:http://caims.cnblogs.com