This topic contains 4 replies, has 0 voices, and was last updated by steven_stewart 6 years, 11 months ago.

  • Author
    Posts
  • #22641 Score: 0

    steven_stewart
    • Contributions: 0
    • Level 1

    Folks,

    I have a huge need to have exports from scheduled search be placed on an FTP. Is there anyway at all to get NetSuite to do this, rather than email it? I'm open to any suggestions. Thanks in advance for any info!

    Best Regards,
    This is a cached copy. Click here to see the original post.

  • #22642 Score: 0

    k_dunc
    • Contributions: 0
    • Level 1

    Hi Steven, if I recall correctly, this feature (I'm certain there's an Enhancement Request already) to allow Saved Searches to send to an SFTP site is not yet available. Using SuiteScript 2.0, you are able to write your own script that could do what you're asking.

  • #22643 Score: 0

    steven_stewart
    • Contributions: 0
    • Level 1

    Hey Kirk,

    As always, thanks for the response Any idea what a script like this would like or where I might be able to get assistance with it? I seen a few things on this form, nothing definitive. I'm thinking this one would be more complicated.

  • #22644 Score: 0

    pcutler
    • Contributions: 0
    • Level 1

    Since the FTP API methods are only available with SuiteScript 2.0, you would start with a SuiteScript 2.0 scheduled script. You would then use the N/search module to run the search, the N/file module to create a file object, and the N/sftp module to FTP the file.

    Depending on your technical persuasion, you may want to start with the SuiteScript 2.0 documentation in NetSuite's help guide, or you may want to enlist a consultant to write this script on your behalf.

  • #22645 Score: 0

    steven_stewart
    • Contributions: 0
    • Level 1

    PCutler,

    Understood, thank you for the information!! Much appreciated!

    Best Regards,

    Steve

You must be logged in to reply to this topic.