I have a batch job that deletes integration log records. I was able to get the Task Description to show up by adding code to the Caption method to return the appropriate label. Now I want the Task Description to reflect what type of logs are being deleted based on a parameter that the user selects before submitting the job. The parameter is already there and controls what log files are processed. I added code to the Caption method to refernec the parameter value but it looks like the Task Description only gets what the value was initially set to. How can I get this value to refresh based on what the uses selects from the parameter drop down? Do I need to recall the Caption method from somewhere?
↧