/** 
    The following code is to suppor the NodeListControl on the Sales-Volume Selects section.
    This file configures the ajax calls.
    
    Copyright by Information Refinery Inc.
**/

///Ajax Operations
SELECT_AJAX_OPERATION = "selectsalesvolume";
SELECT_ALL_AJAX_OPERATION = "allsalesvolume";
RESPONSE_XSL = "/resource/sicSalesVolumes.simple.ajax.xslt";
RESPONSE_TARGET = "ajax_SelectSalesVolumeOutput";
SHORT_AJAX_CALLBACK = "WriteTextToID('ajax_SelectSalesVolumeOutput', objHttpRequest.responseText);";