Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The scenario is as follows: two technicians are working on the same work order. These techs technitians are checking in and out at different times.

For example: Tech1 Take this example. Technician 1 arrived on-site at 6:28 am, but found he needed assistance. Tech2 Technician 2 arrived to assist and checked in at 7:06 am. Tech2 Tech 2 checked out at 8:10 am; Tech1 , while Tech 1 checked out at 8:50 am.

Empty IVR Usage and Order Details indicated initially on a web page:

Image Added

XML Example:Examples

Code Block
languagexml
title1. Tech 1 checks in
linenumberstrue
<?xml version="1.0"?>
<DATA2SC PIN="99999" ID="146889">
<CALL TR_NUM="661234567" STATUS="ON_SITE">
<CHECK TYPE="IN" ID="1" DATETIME="2016/01/18 06:28:00"></CHECK>
</CALL>
</DATA2SC>

Image Added

Code Block
languagexml
title2. Tech 2 checks in
linenumberstrue
<?xml version="1.0"?>
<DATA2SC PIN="99999" ID="146889">
<CALL TR_NUM="661234567" STATUS="ON_SITE">
<CHECK TYPE="IN" ID="2" DATETIME="2016/01/18 07:06:00"></CHECK>
</CALL>
</DATA2SC>

Image Added

Code Block
languagexml
title3. Tech 2 checks out
linenumberstrue
<?xml version="1.0"?>
<DATA2SC PIN="99999" ID="146889">
<CALL TR_NUM="661234567" STATUS="ON_SITE">
<CHECK TYPE="OUT" ID="2" DATETIME="2016/01/18 08:10:00"></CHECK>
</CALL>
</DATA2SC>

Image Added

Code Block
languagexml
title4. Tech 1 checks out
linenumberstrue
<?xml version="1.0"?>
<DATA2SC PIN="99999" ID="146889">
<CALL TR_NUM="661234567" STATUS="COMPLETED_PENDING" >
<CHECK TYPE="OUT" ID="1" DATETIME="2016/01/18 08:50:00" COMPL_DATE="2016/01/18 08:50:00"></CHECK>
</CALL>
</DATA2SC>

Resulting IVR Usage and Order Details indicated on a web page:

Image Added

Live Search
spaceKeySCU
additionalpage excerpt
placeholderSearch our Knowledge Base
typepage
labelsfm

Panel
titleColorwhite
titleBGColor#75a346
titleRelated Articles

Filter by label (Content by label)
showLabelsfalse
max8
showSpacefalse
sorttitle
cqllabel in ( "xml" , "integration" ) and space = currentSpace ( )