SWAPI – Job Query Techs On Job

Updating the following commands in regard to the new feature for “Review Buzz”

 

SWAPI Changes for SuccessWare®21 Version 191. 1

Job Query. 1

Response. 1

SWAPI Messaging. 2

 

Job Query

Response

Added TechsOnJob that will return a comma separated list of techs on the Job.

 

<JobQueryData RequestID="string">

  <JobQueryRecord>

    <JobID>integer</JobID>

    <JobNo>string(10)</JobNo>

    <JobClass>string(15)</JobClass>

    <JobType>string(6)</JobType>

    <Department>string(2)</Department>

    <Status>string(6)</Status>

    <LocationType>string(6)</LocationType>

    <FirstName>string(25)</FirstName>

    <LastName>string(35)</LastName>

    <CompanyName>string(35)</CompanyName>

    <Address1>string(35)</Address1>

    <Address2>string(35)</Address2>

    <City>string(20)</City>

    <State>string(2)</State>

    <Zip>string(10)</Zip>

    <Phone>string(12)</Phone>

    <Email>string(150)</Email>

    <LocationID>integer</LocationID>

    <AccountFirstName>string(25)</AccountFirstName>

    <AccountLastName>string(35)</AccountLastName>

    <AccountCompanyName>string(35)</AccountCompanyName>

    <AccountAddress1>string(35)</AccountAddress1>

    <AccountAddress2>string(35)</AccountAddress2>

    <AccountCity>string(20)</AccountCity>

    <AccountState>string(2)</AccountState>

    <AccountZip>string(10)</AccountZip>

    <AccountPhone>string(12)</AccountPhone>

    <AccountEmail>string(150)</AccountEmail>

    <AR_BillingCustomerID>integer</AR_BillingCustomerID>

    <AccountNumber>string(10)</AccountNumber>

    <Instructions>string</Instructions>

    <AgreementType>string(60)</AgreementType>

    <AgreementID>integer</AgreementID>

    <ContractNo>string(20)</ContractNo>

    <ClaimNo>string(10)</ClaimNo>

    <ContractPlanTypes>string(8000)</ContractPlanTypes>

    <WorkDone>string</WorkDone>

    <WorkSuggested>string</WorkSuggested>

    <WarrantyType>string(60)</WarrantyType>

    <WarrantyID>integer</WarrantyID>

    <UnitType>string(50)</UnitType>

    <UnitID>integer</UnitID>

    <UnitAge>integer</UnitAge>

    <TechsOnJob>string(8000)</TechsOnJob>

  </JobQueryRecord>

</JobQueryData>