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
    コメントアクション パーマリンク

サインインしてコメントを残してください。