SafePay
Using GP2010. Smartconnect 20.11.11.63.
Are there any available nodes for SafePay (ME tables)? We are integrating void check transactions but SafePay is not picking them up when processing the upload file. There is no record being created in the ME123506 table.
Are there any available nodes for SafePay (ME tables)? We are integrating void check transactions but SafePay is not picking them up when processing the upload file. There is no record being created in the ME123506 table.
Answers
Brian,
“Are there any available nodes for SafePay (ME tables)? “
Not from eOne. Since I think SafePay is now Microsoft vs Mekorma now, it is safe to say then that eConnect doesn’t support SafePay tables.
IN order to do this, you’d have to acquire or create your own “eConnect procs” to do this insert to that table. Or possibly just use a “Post document success” task to insert the record directly into the table assuming you know the business logic for that.
“Are there any available nodes for SafePay (ME tables)? “
Not from eOne. Since I think SafePay is now Microsoft vs Mekorma now, it is safe to say then that eConnect doesn’t support SafePay tables.
IN order to do this, you’d have to acquire or create your own “eConnect procs” to do this insert to that table. Or possibly just use a “Post document success” task to insert the record directly into the table assuming you know the business logic for that.
Thank Patrick, I did end up creating a post document task to insert the record directly into the table. Appreciate your feedback.