CRM问题:ISV传值问题

通过ISV传值时,在win2K电脑访问出错,win2003,XP 均不会出现问题

唯一不同是,win2K为IE6,win2003 和XP均为IE7

代码:

JavaScript="openObj(10053,null­,'new_quotedetailguid='+crmFor­m.ObjectId
+'&new_product='+crmForm.a­ll.productid.DataValue[0].id
+'&new_productname='+crmFo­rm.all.productid.DataValue[0].name
+'&new_quantity='+crmForm.­all.quantity.DataValue
+'&new_priceperunit='+crmF­orm.all.priceperunit.DataValue
+'&transactioncurrencyid='­+crmFrom.all.transactioncurren­cyid.DataValue[0].id

 +'&transactioncurrencyidname='­+crmFrom.all.transactioncurren­cyid.DataValue[0].id

错误类型一:

Event code: 3005
Event message: 发生了未处理的异常。
Event time: 2009-3-25 10:07:26
Event time (UTC): 2009-3-25 2:07:26
Event ID: eb292ba5822b40239452e3a41877d560
Event sequence: 2869
Event occurrence: 1
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/1/ROOT-1-128823698272414853
    Trust level: Full
    Application Virtual Path: /
    Application Path: c:\inetpub\wwwroot\
    Machine name: TRAINCRM
 
Process information:
    Process ID: 264
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE 
 
Exception information:
    Exception type: ArgumentNullException
    Exception message: 值不能为空。
参数名: String

 

错误类型二:

 
Exception information:
    Exception type: InvalidOperationException
    Exception message: Cannot set a child property without first setting it's parent.

posted @ 2009-03-25 10:48  wendy-丽  阅读(299)  评论(0编辑  收藏  举报