I am creating my first RESTful cfc which will allow a legacy system to interact with a more current system. There are some "configuration" variables that need to be available to a couple of…
We have a pdf that is filled out by ColdFusion using <cfpdfform>. A field in the pdf was named incorrectly so there are 2 fields named the same thing (let's say "field1"). As the system has…
When attempting to archive a log file programmatically using the archiveLogFile() method of servermanager is there a way to test the success/failure of the action. I tried adminObj =…