I would think that the best solution would be only storing that information if required. Are you able to integrate with the CRM over an API? Ideally, you could fire off the required information to the CRM and get a success/failure response and then handle that accordingly. Temporarily storing the data if the call failed and create a cron job to try again at some set interval. Then if that fails notify an admin or whatever.
If this isn’t possible I’d go the database route and then write something to display this information somewhere in the admin so I could easily access the information required if a submission was to fail.
Hope that helps some..
Kind regards,
Joey
That helps quite a bit. Thanks for taking the time to write.
I will implement your suggestion of simply emailing myself the submission if there’s an issue!
Harv
]]>