IE vs Chrome when using Javascript

评论

1 条评论

  • Avatar
    Gwen Wilson

    I worked with AgilePoint support - they created a javascript function that worked:

    function test()
    {
      var option = {fieldId : "txt_isLoaded", value : "true"} ;
      eFormHelper.setFieldValue(option, function(result){

      });
    }

    Then in the autolookupcontrol, call the function: 

    0
    评论操作 固定链接

请先登录再写评论。