July 6, 201213 yr Hi guys - and thank you SOO much for making SM ! Just wandered: i´ve got some code run by a schedule, naturally including the "open" and "close" and the initialization code needed..... Or IS it needed EVERY time the schedule is run, or can you init ONE time and then just run the code somehow...?? In this setup I would like to use the Email-part of SM and send PDF´s to my customers, which performs fantastic - but im still in doubt WHATs necessary to include to be able to run... Thank you in advance, Regards, Lars
July 6, 201213 yr The JVM is instantiated when the plugin is installed and the database engine is restarted. That being said, the registration data will likely still be present in memory after being executed one time (though this has not been tested). To be safe, it would be best to execute the initialization code each time the scheduled script is run on FileMaker Server.
Create an account or sign in to comment