WIP Fortellis work.

This commit is contained in:
Patrick Fic
2025-03-13 14:06:07 -07:00
parent 6ecc67184d
commit 8623172aa1
4 changed files with 8622 additions and 89 deletions

View File

@@ -16,9 +16,12 @@ const moment = require("moment-timezone");
const replaceSpecialRegex = /[^a-zA-Z0-9 .,\n #]+/g;
exports.default = async function (socket, { txEnvelope, jobid }) {
////Store the following information into the redis store for this transaction.
socket.logEvents = [];
socket.recordid = jobid;
socket.txEnvelope = txEnvelope;
////
try {
CdkBase.createLogEvent(socket, "DEBUG", `Received Job export request for id ${jobid}`);