Custom Picker Filed returns large amount of response/data/code.

Hello Appian Champs,

I am a new Appian dev and using custom picker filed in the application.

We have 25K records in the table and querying after 3 chars. its working fine but when we apply some automation test to the interface, custom picker filed return large amount of response and looking like minified JavaScript.

Chrome dev tools report this as being around 25k, which seems far too large considering it is just returning a 9 digit integer. This has considerable performance ramifications.

Is this correct behavior, or are we doing something wrong here?

var $wnd = $wnd || window.parent;var __gwtModuleFunction = $wnd.tempo;var $sendStats = __gwtModuleFunction.__sendStats;$sendStats('moduleStartup', 'moduleEvalStart');var $gwt_version = "2.7.0";var $strongName = '1EA4E9E3EC744B66F18F21115AA0396F';var $gwt = {};var $doc = $wnd.document;var $moduleName, $moduleBase;function __gwtStartLoadingFragment(frag) {var fragFile = 'deferredjs/' + $strongName + '/' + frag + '.cache.js';return __gwtModuleFunction.__startLoadingFragment(fragFile);}function __gwtInstallCode(code) {return __gwtModuleFunction.__installRunAsyncCode(code);}function __gwt_isKnownPropertyValue(propName, propValue) {return __gwtModuleFunction.__gwt_isKnownPropertyValue(propName, propValue);}function __gwt_getMetaProperty(name) {return __gwtModuleFunction.__gwt_getMetaProperty(name);}var $stats = $wnd.__gwtStatsEvent ? function(a) {return $wnd.__gwtStatsEvent && $wnd.__gwtStatsEvent(a);} : null;var $sessionId = $wnd.__gwtStatsSessionId ? $wnd.__gwtStatsSessionId : null;function $(){}

function wb(){}
function yb(){}
function Ab(){}
function Cb(){}
function Od(){}
function Pd(){}
function Qd(){}

...

 

Thanks & Regards,

Bhushan

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data