Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
FTP VBA Script
Content
With the recent accouncement that Insight will no longer support automatically FTP'ing scheduled reports, I've posted a technique here that will take scheduled reports that are sent via email and FTP the email attachment to an FTP server.
This example uses Outlook and VBA, but the technique will generally work with any email/operating system/scripting language.
The technique involves setting up an Outlook rule to run a VBA script when an email is received. The script will save the attachment (i.e. the emailed report) and FTP the file to an FTP server.
Attached are the files you'll need. Setup is as follows:
0