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
    評論操作 永久連結

登入寫評論。