Advertisement
uniblab

Untitled

Jan 9th, 2018
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.47 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <WorkOrder xmlns="http://Icod.Wod" xsi:schemaLocation="http://Icod.Wod \\jgsm-sql01\D$\Icod.Wod\schema0.xsd"
  3.     xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.     jobName="Consortium File Download"
  5.     emailTo="foo@example.com"
  6. >
  7.     <steps>
  8.         <email
  9.             subject="Consortium Employment insert errors"
  10.             sendIfEmpty="false"
  11.             to="%wod:EmailTo%"
  12.         >
  13.             <attachments>
  14.                 <attach path="\\jgsm-sql01\D$\Consortium Imports\Errors" name="*.Error.csv" />
  15.             </attachments>
  16.         </email>
  17.  
  18.         <email
  19.             subject="Consortium Employment insert errors"
  20.             sendIfEmpty="false"
  21.             to="%wod:EmailTo%, var@example.com"
  22.         >
  23.             <body>Greetings.  Attached are error reports of Consortium Application Employment values which failed to upload into SalesForce.  Sometimes a value just won't import and so it is left blank.  The Salary fix file reports which (if any) salary fields had to be blanked.  The Job fix file reports which (if any) Company Industry or Job Function fields had to be blanked.  The Supervised fix file reports which (if any) # Supervised field had to be blanked.  As usual, empty files are good files!</body>
  24.             <attachments>
  25.                 <attach path="\\jgsm-sql01\D$\Consortium Imports\Errors" name="ConsortiumEmployment*Fix.Error.csv" />
  26.             </attachments>
  27.         </email>
  28.  
  29.         <fileOperation xsi:type="deleteFile"
  30.             path="\\jgsm-sql01\D$\Consortium Imports\Errors" name="*.Error.csv"
  31.         />
  32.     </steps>
  33. </WorkOrder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement