Show / Hide Table of Contents

JTAPI-V5-Changes

Up To 8/20/18

  • Added the Connection.MoveJobToAccount method to support moving a job to a different (active) account.
    • This method was actually present as of the 7/26/18 changes, it simply wasn't noted.

Up To 8/1/18

  • Renamed the SerialNumber.OnHandBalance property simply SerialNumber.Balance.

Up To 7/26/18

  • Added the Job.JobStatus property.

  • Added the boolean FormTemplateField.IsInactive property.

  • Added the boolean Account.CreateSeparateAddressForJob property.

  • Added the SerialNumber.OnHandBalance property. (This total accounts for all transactions against the serial number: past, present and Future.)

    • NB: Probablly need to rename this Balance or some such to allow for the fact that it potentially includes future transactions.
  • Added Connection.GetJobs(jobFilter_, pagingOptions_, includeContacts_, includeJobPhases_)

    • Supports retrieving a filtered set of jobs belonging to a particular process.
    • Optionally filters on:
      • A single View id
      • Job Status (Active/Complete)
      • Custom Job field filter
      • Job name (search text)
      • Job notes (search text)
      • Job Salesperson
  • Connection.GetSerialNumberInventoryAdjustmentsForSerialNumber(serialNumberId_)

  • Connection.GetSerialNumberInventoryAdjustmentsForSerialNumbers(serialNumberIds_)

  • Connection.GetPurchaseOrdersOfJobs(jobIds_)

  • Connection.GetJobsOfPurchaseOrders(purchaseOrderIds_,processIds_)

  • Connection.AddPurchaseOrderToJob(purchaseOrderId_, jobId_)

  • Connection.AddPurchaseOrdersToJob(purchaseOrderIds_, jobId_)

  • Connection.GetSerialNumberAllocations(serialNumberIds_)

Back to top Generated by DocFX