if ( NOT StructKeyExists(request.params, "action") ) request.params.action = "form";

Number of Profiles to Update:

Continuous Processing:

Minutes to Pause:

Restart Processing:

Restart at Postion:

// Check the count if ( NOT StructKeyExists(request.params, "count") ) request.params.count = 1; // Check the pause count if ( NOT StructKeyExists(request.params, "pause") ) request.params.pause = 5; // Check if continuous scheduled process if ( NOT StructKeyExists(request.params, "cont") ) request.params.cont = false; // Check if continuous scheduled process if ( NOT StructKeyExists(request.params, "restart") ) request.params.restart = false; // Check if restart position if ( NOT StructKeyExists(request.params, "start") OR ( request.params.start LTE 0 ) ) request.params.start = 0; // Check if restart is checked if ( NOT request.params.restart ) request.params.start = 0; // Start the processing application.ptProfile.profileService.autoImportUpdate(restart=request.params.restart, passCount=request.params.count,scheduleProcess=request.params.cont, delayMinutes=request.params.pause, startAt=request.params.start); Process Completed

Return to the Form

An error with your request.

Please try again