JTAPI-V5-Changes
Up To 8/20/18
- Added the
Connection.MoveJobToAccountmethod 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.OnHandBalanceproperty simplySerialNumber.Balance.
Up To 7/26/18
Added the
Job.JobStatusproperty.Added the boolean
FormTemplateField.IsInactiveproperty.Added the boolean
Account.CreateSeparateAddressForJobproperty.Added the
SerialNumber.OnHandBalanceproperty. (This total accounts for all transactions against the serial number: past, present and Future.)- NB: Probablly need to rename this
Balanceor some such to allow for the fact that it potentially includes future transactions.
- NB: Probablly need to rename this
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_)