
-
Display Namebrentlacey
-
Member SinceAugust 29th, 2015
-
Last SeenMarch 12th, 2019
brentlacey does not have any add-ons for sale.
-
Support August 8th, 2017 @ 8:32 pm
Thanks, Jason.
This has now been done. So can you cancel the previous order: 10393 now.
Please confirm when this has been done. Cheers,
Brent
View Comment
-
Support June 30th, 2016 @ 10:39 pm
Hi Steve,
I think I know the issue, Would you be able to check if its not updating the modified date of the target list. This should be being updated when records are added and is the trigger that is missing.
Thanks,
Brent.
View Comment
-
Support June 30th, 2016 @ 3:06 am
Hi Steve,
The logic hook is triggered from the ProspectLists module update see below : (the iframeapp is the Inbox25 module file)
<?php // Do not store anything in this file that is not part of the array or the hook version. This file will // be automatically rebuilt in the future. $hook_version = 1; $hook_array = Array(); // position, file, function $hook_array['after_save'] = Array(); $hook_array['after_save'][] = Array(101,NULL,'modules/Iframeapp/DispatchData.php','DispatchData','ProcessMod',); $hook_array['after_delete'] = Array(); $hook_array['after_delete'][] = Array(102,NULL,'modules/Iframeapp/DispatchData.php','DispatchData','ProcessMod',); $hook_array['after_relationship_add'] = Array(); $hook_array['after_relationship_add'][] = Array(106,NULL,'modules/Iframeapp/DispatchData.php','DispatchData','ProcessMod',); $hook_array['after_relationship_delete'] = Array(); $hook_array['after_relationship_delete'][] = Array(107,NULL,'modules/Iframeapp/DispatchData.php','DispatchData','ProcessMod',); ?> View Comment
-
Support June 29th, 2016 @ 2:39 am
Hi Steve,
We are using the external service inbox25 to send out emails.
So the problem appears to be that the logic hook to save the target list was not being fired (which is what the external service is checking to register a change). Because when perfoming this action from the front end when adding new accounts from a report or adding an individual account to add to the target list, the logic hook is hit and fires off a request to update the targetlist in inbox25.
Any ideas? Regards,
Brent
View Comment
-
Support June 11th, 2016 @ 2:19 am
Hi, It appears it was due to the start time being set. The scheduler just never seemed to kick in. On creating the next scheduled update without a start time, The list was updated after the 1st minute as set.
Thanks,
Brent
View Comment
-
Support June 9th, 2016 @ 6:40 am
Big thank you steve.
New plugin installed and the menu item is back. Cheers, Brent
View Comment
brentlacey has not rated any add-ons.
brentlacey has not verified any add-ons.
brentlacey has not created any Wanted Add-ons.