ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData Cmdlets PowerShell Module for Xero WorkflowMax ビュー
| Name | Description |
| Categories | Return a list of all categories |
| ClientDocuments | Return a list of all documents of the clients. |
| ClientNotes | Return all notes of clients |
| InvoiceDrafts | Return a list of draft invoices |
| InvoicePayments | Return a list of invoice payments |
| Invoices | Return a list of invoices |
| InvoicesJobTask | Return a list of invoices related to Tasks. |
| JobDocuments | Return a list of all documents of a job |
| JobMilestones | Return all milestones of jobs |
| LeadCategories | Return a list of lead categories |
| PurchaseOrderCosts | Return all purchase order costs |
| QuoteDrafts | Return a list of all draft quotes |
| Quotes | Return a list of all quotes |
| QuotesCost | Return a list of quotes related to costs. |
| QuotesOption | Return a list of quotes related to options. |
| QuotesTask | Return a list of quotes related to Tasks. |
| Tasks | Return a list of all tasks |
| Templates | Return a list of all templates |