This topic is locked

Export record to SFTP

3/16/2015 8:14:52 AM
PHPRunner General questions
C
ChristopherBee author

Hi
I have a really simple application that has policy details on it.
if there is a claim on a policy I want to send those details to an SFTP site.
Is there a clever way to achieve this?
TIA
Chris

Sergey Kornilov admin 3/16/2015

Sure, you can do that adding your code to one of events like BeforeAdd or AfterAdd. See sample code at http://stackoverflow.com/a/9578377