zoukankan      html  css  js  c++  java
  • org2 Account Load

    crmForm.all.var_remark.Disabled = false;
    if ((crmForm.all.var_businesstype.SelectedText=='other')&&(crmForm.all.var_buyingcategory.SelectedText=='other'))
    {
    crmForm.all.var_remark.Disabled 
    = true;
    }
    else
    {
    crmForm.all.var_remark.Disabled 
    = false;
    }

    var accountID = crmForm.ObjectId;

    crmForm.all.primarycontactid.lookupbrowse 
    = 1;
    crmForm.all.primarycontactid.additionalparams 
    = “fetchXml=<fetch mapping=’logical’> <entity name=’contact’> <all-attributes/><filter type=’and’><condition attribute=’parentcustomerid’ operator=’eq’ value=’” + accountID + “‘/><condition attribute=’statecode’ operator=’eq’ value=0/></filter></entity></fetch>”;

    crmForm.all.primarycontactid.additionalparams 
    += “&selObjects=2&findValue=0″;
  • 相关阅读:
    带你走进Ajax
    基础
    基础
    基础-文字
    C++ part6.5
    操作系统 part4
    操作系统 part3
    计算机网络 part3 HTTP&HTTPS
    计算机网络 part2
    计算机网络 part1 TCP
  • 原文地址:https://www.cnblogs.com/janmson/p/1441758.html
Copyright © 2011-2022 走看看