I am using the object..DeleteSourceFile method in an Integration Manager script to delete the source file.
When the integration runs it gives 'object required' error.
What is the correct syntax/requirements for this method to work?
The IM user guide indicates that the format of the method is:
object.DeleteSourceFile()
I've tried setting the object to the name of the source query in various formats, but same error results.
Following is example:
strSource = "AP Invoice Detail"
strSource.DeleteSourceFile()
or
[AP Invoice Detail].DeleteSourceFile()
*This post is locked for comments