Skip to content
Snippets Groups Projects
Commit 481289c5 authored by Maximilian Birkl's avatar Maximilian Birkl
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2027443][Refactoring Dependency für Export]

parent 9c54147f
1 merge request!3847Draft: [Projekt: xRM-ContactManagement][TicketNr.: 2027443][Refactoring Dependency für Export]
Pipeline #27237 waiting for manual action with stage
......@@ -9,7 +9,6 @@ const templateId = vars.get("$field.EXPORTTEMPLATE_ID");
if(templateId)
{
const exportId = util.getNewUUID();
const userContactId = EmployeeUtils.getCurrentContactId();
const filename = vars.get("$field.FILENAME");
const user = EmployeeUtils.getCurrentUserId();
......@@ -26,8 +25,7 @@ if(templateId)
"filename" : filename,
"user" : user,
"locale": locale,
"timezone": timezone,
"exportId" : exportId
"timezone": timezone
})
.setUser(vars.get("$sys.user"))
.setTimerType(process.TIMERTYPE_CLUSTER)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment