This article will describe the configuration needs to be done in DB tables for event Initial Visit as soon as we create new workflow in DSW .

As soon as we create the workflow we need to copy the id of workflow eg the code of KCSkoda_WalkIn_V3.1 is xx0AQWTFUUeLtD7ysu9iRw.

  • We navigate to DB KCSNLPROD1 and the table [@IDMS_EVNTTYPEREPORT] 
  • We need to create a new record with the next data for each column
CodeNameU_IDMS_Event Type CodeU_IDMS_Workflow CodeU_IDMS_State Attribute CodeU_IDMS_State Attribute Code OpU_IDMS_Transition Attribute CodeU_IDMS_Transition Attribute Code OpU_IDMS_Inquiry Source CodeU_IDMS_Inquiry Source Code Op
Put a new GUIDPut a new GUIDCurrentWeekSpontaneousCustomers1new workflow code8D5A0747BBBEF14inEMPTYEMPTYAuthorizedDealerin
  • We navigate to the table @IDMS_WF_WORKFLOW and we search with the code of the workflow . When we find the record we update the column U_IDMS_WorkflowTemplateName with the value of the code.
CodeNameU_IDMS_Ext Function CodeU_IDMS_Use First Free Time SlotU_IDMS_Workflow Type CodeU_IDMS_Workflow Template Name
xx0AQWTFUUeLtD7ysu9iRwKCSkoda_WalkIn_V3.1
1SalesTypenew workflow code


  • As soon as we finish the store procedure should be excecuted so to get the new records of Initial Visit for the new workflow


  • No labels
Write a comment…