Dynamics GP Verbindungsdetails
Einführung
Connector-Version
Diese Dokumentation basiert auf Version 23.0.8663 des Connectors.
Erste Schritte
Versionsunterstützung für Microsoft Dynamics GP
Der Connector nutzt die Dynamics GP Webdienst-APIs, um auf Microsoft Dynamics GP 2010, 2013 und 2015 zuzugreifen. Webdienste müssen für Ihre Instanz aktiviert sein.
Herstellen einer Verbindung
Herstellen einer Verbindung mit Microsoft Dynamics GP
Set anschließen URL
zum Webservices-Endpoint; zum Beispiel http://{servername}:{port}/Dynamics/GPService
. Setzen Sie zusätzlich CompanyId
zur eindeutigen Kennung des Unternehmens, mit dem Sie sich verbinden. Sie können diesen Wert erhalten, indem Sie die Tabelle „Unternehmen“ abfragen und die Eigenschaft leer lassen.
Authentifizieren bei Microsoft Dynamics GP
Die Microsoft Dynamics GP Datenquelle unterstützt die folgenden Authentifizierungsmethoden:
- Anonyme Authentifizierung WS-Security (WSS)-Authentifizierung
- Grundlegende Authentifizierung NTLM-Benutzerauthentifizierung
- Zusammenfassung
- Aushandeln (Kerberos)
Anonyme Authentifizierung
In einigen Situationen können Sie eine Verbindung zu Microsoft Dynamics GP herstellen, ohne Authentifizierungsverbindungseigenschaften festzulegen. Legen Sie dazu die AuthScheme
Zu None
, und schon sind Sie bereit zur Verbindung.
WS-Sicherheit (WSS)
Setzen Sie die User
Und Password
verbinden und einstellen AuthScheme
Zu WSS
.
Hinweis
Die WSS-Authentifizierung ist das Standardauthentifizierungsschema.
Cookies-basis
Setzen Sie die User
Und Password
verbinden und einstellen AuthScheme
Zu Basic
.
Windows (NTLM)
Stellen Sie die Windows User
Und Password
verbinden und einstellen AuthScheme
Zu NTLM
.
Zusammenfassung
Setzen Sie die User
Und Password
verbinden und einstellen AuthScheme
Zu Digest
.
Kerberos
Siehe Verwenden von Kerberos für Einzelheiten zur Authentifizierung mit Kerberos.
Optimieren des Datenzugriffs
Der Connector gibt standardmäßig Datenzusammenfassungen zurück, um Leistung zu sparen. Set LookupIds
Zu true
um Details wie Einzelposten zurückzugeben; beachten Sie jedoch, dass die Entitäten einzeln abgerufen werden müssen.
Kerberos verwenden
In diesem Abschnitt wird gezeigt, wie Sie den Connector zur Authentifizierung mit Kerberos verwenden.
Kerberos
Um sich mit Kerberos bei Microsoft Dynamics GP zu authentifizieren, legen Sie die folgenden Eigenschaften fest:
AuthScheme
: Setzen Sie dies aufNEGOTIATE
.KerberosKDC
: Legen Sie hier den Host oder die IP-Adresse Ihrer Kerberos-KDC-Maschine fest.KerberosRealm
: Setzen Sie dies aufthe realm of the Microsoft Dynamics GP Kerberos principal
. Dies ist der Wert nach dem '@'-Symbol (z. B. EXAMPLE.COM) desprincipal value
(zum Beispiel ServiceName/MyHost@EXAMPLE.COM).KerberosSPN
: Legen Sie dies auf den Dienst und Host des Microsoft Dynamics GP Kerberos-Prinzipals fest. Dies ist der Wert vor dem Symbol „@“ (z. B. ServiceName/MyHost) des Prinzipalwerts (z. B. ServiceName/MyHost@EXAMPLE.COM).
Abrufen des Kerberos-Tickets
Sie können eine der folgenden Optionen verwenden, um das erforderliche Kerberos-Ticket abzurufen.
MIT Kerberos-Anmeldeinformations-Cache-Datei
Mit dieser Option können Sie den MIT Kerberos Ticket Manager oder den Befehl kinit verwenden, um Tickets abzurufen. Beachten Sie, dass Sie das nicht festlegen müssen User
oder Password
Verbindungseigenschaften mit dieser Option.
- Stellen Sie sicher, dass Sie eine Umfeld mit dem Namen erstellt haben
KRB5CCNAME
. - Setzen Sie die
KRB5CCNAME
Umfeld auf einen Pfad, der auf Ihre Anmeldeinformations-Cachedatei verweist (zum BeispielC:\krb_cache\krb5cc_0
oder/tmp/krb5cc_0
). Diese Datei wird erstellt, wenn Sie Ihr Ticket mit dem MIT Kerberos Ticket Manager erstellen. - Um ein Ticket zu erhalten, öffnen Sie die Anwendung MIT Kerberos Ticket Manager und klicken Sie auf
Get Ticket
, geben Sie Ihren Hauptnamen und Ihr Passwort ein und klicken Sie dann aufOK
. Bei Erfolg werden die Ticketinformationen im Kerberos Ticket Manager angezeigt und in der Anmeldeinformationscachedatei gespeichert. - Nachdem Sie nun die Cachedatei für die Anmeldeinformationen erstellt haben, verwendet der Connector die Cachedatei, um das Kerberos-Ticket für die Verbindung mit Microsoft Dynamics GP abzurufen.
Als Alternative zum Setzen des KRB5CCNAME
Umfeld können Sie den Dateipfad direkt mit der festlegen KerberosTicketCache
-Eigenschaft. Wenn diese Eigenschaft festgelegt ist, verwendet der Connector die angegebene Cachedatei, um das Kerberos-Ticket für die Verbindung mit Microsoft Dynamics GP abzurufen.
Keytab-Datei
Wenn die KRB5CCNAME environment variable has not been set
können Sie ein Kerberos-Ticket mithilfe einer Keytab-Datei abrufen. Setzen Sie dazu die User
Eigenschaft auf den gewünschten Benutzernamen und setzen Sie die KerberosKeytabFile
-Eigenschaft zu einem Dateipfad, der auf die dem Benutzer zugeordnete Keytab-Datei verweist.
Benutzer und Passwort
Wenn beide KRB5CCNAME
Umfeld und die KerberosKeytabFile
Eigenschaft nicht gesetzt wurde, können Sie ein Ticket mit einer Benutzer- und Passwortkombination abrufen. Setzen Sie dazu die User
Und Password
Eigenschaften für die Benutzer-/Kennwortkombination, die Sie zur Authentifizierung bei Microsoft Dynamics GP verwenden.
Bereichsübergreifend
Komplexere Kerberos-Umgebungen erfordern möglicherweise eine bereichsübergreifende Authentifizierung, wenn mehrere Bereiche und KDC-Server verwendet werden (z. B. wenn ein Bereich/KDC für die Benutzerauthentifizierung und ein anderer Bereich/KDC zum Abrufen des Servicetickets verwendet wird).
Setzen Sie in einer solchen Umfeld die KerberosRealm
Und KerberosKDC
Eigenschaften auf die Werte, die für die Benutzerauthentifizierung erforderlich sind. Setzen Sie außerdem die KerberosServiceRealm
Und KerberosServiceKDC
Eigenschaften auf die Werte, die zum Erhalt des Servicetickets erforderlich sind.
Wichtige Hinweise
Konfigurationsdateien und ihre Pfade
- Alle Verweise auf das Hinzufügen von Konfigurationsdateien und deren Pfaden beziehen sich auf Dateien und Speicherorte auf dem Jitterbit-Agenten, auf dem der Connector installiert ist. Diese Pfade sind je nach Agent und Operationssystem entsprechend anzupassen. Wenn mehrere Agenten in einer Agentengruppe verwendet werden, werden auf jedem Agenten identische Dateien benötigt.
Erweiterte Funktionen
In diesem Abschnitt wird eine Auswahl erweiterter Funktionen des Microsoft Dynamics GP Connectors beschrieben.
Benutzerdefinierte Ansichten
Der Connector ermöglicht Ihnen die Definition virtueller Tabellen, sogenannter benutzerdefinierter Ansichten, deren Inhalt durch eine vorkonfigurierte Abfrage bestimmt wird. Diese Ansichten sind nützlich, wenn Sie die an die Treiber gesendeten Abfragen nicht direkt steuern können. Siehe Benutzerdefinierte Ansichten für einen Überblick über das Erstellen und Konfigurieren benutzerdefinierter Ansichten.
SSL-Konfiguration
Verwenden Sie SSL-Konfiguration, um anzupassen, wie der Connector TLS/SSL-Zertifikatsverhandlungen handhabt. Sie können aus verschiedenen Zertifikatsformaten wählen; siehe SSLServerCert
-Eigenschaft unter „Verbindungszeichenfolgenoptionen“ für weitere Informationen.
Proxy
So konfigurieren Sie den Connector mit privaten Agent-Proxy-Einstellungen, wählen Sie die Use Proxy Settings
Kontrollkästchen auf dem Verbindungskonfigurationsbildschirm.
Abfrageverarbeitung
Der Connector verlagert die Verarbeitung der SELECT-Anweisung so weit wie möglich auf Microsoft Dynamics GP und verarbeitet den Rest der Abfrage dann im Speicher (clientseitig).
Siehe Abfrageverarbeitung für weitere Informationen.
Benutzerdefinierte Ansichten
Mit dem Jitterbit Connector für Microsoft Dynamics GP können Sie eine virtuelle Tabelle definieren, deren Inhalt durch eine vorkonfigurierte Abfrage bestimmt wird. Diese werden als benutzerdefinierte Ansichten bezeichnet und sind in Situationen nützlich, in denen Sie die an den Treiber gesendete Abfrage nicht direkt steuern können, z. B. wenn Sie den Treiber von Jitterbit verwenden. Die benutzerdefinierten Ansichten können verwendet werden, um Prädikate zu definieren, die immer angewendet werden. Wenn Sie in der Abfrage an die Ansicht zusätzliche Prädikate angeben, werden diese mit der bereits als Teil der Ansicht definierten Abfrage kombiniert.
Es gibt zwei Möglichkeiten, benutzerdefinierte Ansichten zu erstellen:
- Erstellen Sie eine Konfigurationsdatei im JSON-Format, die die gewünschten Ansichten definiert.
- DDL-Anweisungen.
Definieren von Ansichten mithilfe einer Konfigurationsdatei
Benutzerdefinierte Ansichten werden in einer JSON-formatierten Konfigurationsdatei namens UserDefinedViews.json
. Der Connector erkennt die in dieser Datei angegebenen Ansichten automatisch.
Sie können auch mehrere Ansichtsdefinitionen haben und diese mit steuern UserDefinedViews
Verbindungseigenschaft. Wenn Sie diese Eigenschaft verwenden, werden vom Connector nur die angegebenen Ansichten angezeigt.
Diese Konfigurationsdatei für benutzerdefinierte Ansichten ist wie folgt formatiert:
- Jedes Stammelement definiert den Namen einer Ansicht.
- Jedes Stammelement enthält ein untergeordnetes Element namens
query
, das die benutzerdefinierte SQL- Abfrage für die Ansicht enthält.
Zum Beispiel:
{
"MyView": {
"query": "SELECT * FROM Customer WHERE MyColumn = 'value'"
},
"MyView2": {
"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
}
}
Verwenden Sie die UserDefinedViews
Verbindungseigenschaft, um den Speicherort Ihrer JSON-Konfigurationsdatei anzugeben. Beispiel:
"UserDefinedViews", "C:\Users\yourusername\Desktop\tmp\UserDefinedViews.json"
Definieren von Ansichten mit DDL-Anweisungen
Der Connector kann das Schema auch über DDL-Anweisungen wie CREATE LOCAL VIEW, ALTER LOCAL VIEW und DROP LOCAL VIEW erstellen und ändern.
Erstellen einer Ansicht
Um eine neue Ansicht mit DDL-Anweisungen zu erstellen, geben Sie den Ansichtsnamen und die Abfrage wie folgt an:
CREATE LOCAL VIEW`[MeinAnsichtsname] `AS SELECT * FROM Customers LIMIT 20;
Wenn keine JSON-Datei vorhanden ist, erstellt der obige Code eine. Die Ansicht wird dann in der JSON-Konfigurationsdatei erstellt und ist nun erkennbar. Der Speicherort der JSON-Datei wird durch angegeben UserDefinedViews
Verbindungseigenschaft.
Ändern einer Ansicht
Um eine vorhandene Ansicht zu ändern, geben Sie den Namen der vorhandenen Ansicht zusammen mit der neuen Abfrage an, die Sie stattdessen verwenden möchten:
ALTER LOCAL VIEW`[MeinAnsichtsname] `AS SELECT * FROM Customers WHERE TimeModified > '3/1/2020';
Die Ansicht wird dann in der JSON-Konfigurationsdatei aktualisiert.
Löschen einer Ansicht
Um eine vorhandene Ansicht zu löschen, geben Sie den Namen eines vorhandenen Schema neben der neuen Abfrage an, die Sie stattdessen verwenden möchten.
DROP LOCAL VIEW [MyViewName]
Dadurch wird die Ansicht aus der JSON-Konfigurationsdatei entfernt. Sie kann nicht mehr abgefragt werden.
Schema für benutzerdefinierte Ansichten
Benutzerdefinierte Ansichten werden im angezeigt UserViews
Schema standardmäßig. Dies geschieht, um zu vermeiden, dass der Name der Ansicht mit einer tatsächlichen Entität im Datenmodell kollidiert. Sie können den Namen des für UserViews verwendeten Schema ändern, indem Sie festlegen UserViewsSchemaName
Eigentum.
Arbeiten mit benutzerdefinierten Ansichten
Beispielsweise eine SQL-Anweisung mit einer benutzerdefinierten Ansicht namens UserViews.RCustomers
listet nur Kunden in Raleigh auf:
SELECT * FROM Customers WHERE City = 'Raleigh';
Ein Beispiel für eine Abfrage an den Treiber:
SELECT * FROM UserViews.RCustomers WHERE Status = 'Active';
Daraus ergibt sich die effektive Abfrage an die Quelle:
SELECT * FROM Customers WHERE City = 'Raleigh' AND Status = 'Active';
Dies ist ein sehr einfaches Beispiel für eine Abfrage an eine benutzerdefinierte Ansicht, die tatsächlich eine Kombination aus der Abfrage und der Ansichtsdefinition ist. Es ist möglich, diese Abfragen in viel komplexeren Mustern zusammenzustellen. Alle SQL-Operationen sind in beiden Abfragen zulässig und werden bei Bedarf kombiniert.
SSL-Konfiguration
Anpassen der SSL-Konfiguration
Standardmäßig versucht der Connector, SSL/TLS auszuhandeln, indem er das Zertifikat des Servers mit dem vertrauenswürdigen Zertifikatspeicher des Systems vergleicht.
Um ein anderes Zertifikat anzugeben, siehe SSLServerCert
Eigenschaft für die verfügbaren Formate, um dies zu tun.
Datenmodell
Der Jitterbit Connector für Microsoft Dynamics GP modelliert Microsoft Dynamics GP Entitäten in relationalen Ansichten oder schreibgeschützten Tabellen. Die Tabellen werden automatisch anhand der Metadaten ermittelt, die der Connector beim Herstellen einer Verbindung abruft. Alle Änderungen, die Sie an Ihrem Microsoft Dynamics GP -Konto vornehmen, z. B. das Erstellen eines benutzerdefinierten Felds oder das Ändern seines Datentyps, werden bei der erneuten Verbindung übernommen.
Ansichten zeigt einige Beispielansichtsdefinitionen, die in der Microsoft Dynamics GP - Umfeld enthalten sind. Die tatsächlich verfügbaren Ansichten hängen von Ihrem Konto ab.
Einfügungen ausführen
Einige der Entitäten, die als Tabellen verfügbar sind, unterstützen Einfügevorgänge. Um beispielsweise einen neuen Kunden in die Tabelle Kunde einzufügen, Tabelle führen wir die folgende Abfrage aus:
INSERT INTO Customer (Id, Name, Comment1, Comment2) VALUES ('TEST_CST', 'Name', 'Comment1', 'Comment2')
Ausführen von Einfügungen mithilfe temporärer Tabellen
Beim Einfügen können Sie auf Spalten stoßen, die mit dem Schlüsselwort „Aggregate“ enden. Diese Spalten akzeptieren nur temporäre Tabellenwerte. Wenn Sie temporäre Tabellen verwenden, müssen diese innerhalb derselben Verbindung definiert und eingefügt werden. Durch Schließen der Verbindung werden alle temporären Tabellen im Speicher gelöscht. Wenn Sie beispielsweise eine neue Verkaufsrechnung einfügen, müssen auch die Verkaufszeilen eingefügt werden. Die Verkaufszeilen werden in Verkaufsrechnung angezeigt Tabelle als Spalte LinesAggregate. Zuerst müssen wir die untergeordnete Ansicht finden, die der Spalte LinesAggregate entspricht. In diesem Fall ist die Ansicht SalesInvoiceLines. Indem wir den Ansichtsnamen für unsere temporäre Tabelle und ihre Spalten als Referenz für die Verkaufszeilenattribute verwenden, fügen wir zunächst die Verkaufszeilen in die temporäre Tabelle ein. Folgen Sie den folgenden SQL-Abfragen:
INSERT INTO SalesInvoiceLines#TEMP (LinesItemId, LinesWarehouseId, LinesQuantity, LinesUnitPrice, LinesUnitPriceCurrency) VALUES ('100XLG', 'WAREHOUSE', '1', '30', 'USD')
INSERT INTO SalesInvoiceLines#TEMP (LinesItemId, LinesWarehouseId, LinesQuantity, LinesUnitPrice, LinesUnitPriceCurrency) VALUES ('M1700', 'WAREHOUSE', '1', '30', 'USD')
INSERT INTO SalesInvoice (BatchId, CustomerId, DocumentTypeKeyType, DocumentTypeId, LinesAggregate) VALUES ('CONTRACTS', 'PLAZAONE0001', 'Invoice', 'STDINV', 'SalesInvoiceLines#TEMP')
Zuerst fügen wir 2 Verkaufszeilen in die temporäre Tabelle mit dem Namen „SalesInvoiceLines#TEMP“ ein. Dann können wir eine neue Verkaufsrechnung erstellen, indem wir den Namen der temporären Tabelle als Wert für die Spalte LinesAggregate verwenden. Hinweis: Die Spalten LinesItemId, LinesWarehouseId, LinesQuantity, LinesUnitPrice, LinesUnitPriceCurrency im obigen Beispiel müssen den tatsächlichen Spalten in der untergeordneten Tabelle entsprechen, sonst funktioniert es nicht.
Nachfolgend finden Sie weitere Abfrage mit oder ohne Verwendung temporärer Tabellen.
INSERT INTO Customer (Id, Name) VALUES ('TEST_CST', 'Name')
INSERT INTO CustomerAddress (SalespersonId, SalesTerritoryId, Id, KeyCustomerId, Line1, Line2, City, State, CountryRegion, Fax, Phone1, Phone2, PostalCode) VALUES ('PAUL W.', 'TERRITORY 1', 'WAREHOUSE', 'TEST_CST', '11403 45 St. South', 'Billing Dept.', 'Chicago', 'IL', 'USA', '31255501010000', '42555501010000', '00000000000000', '98052-6399')
INSERT INTO Vendor (Id, Name, Comment1, Comment2) VALUES ('test11', 'Name', 'Comment1', 'Comment2')
INSERT INTO VendorAddress (SalespersonId, SalesTerritoryId, Id, KeyVendorId, Line1, Line2, City, State, CountryRegion, Fax, Phone1, Phone2, PostalCode) VALUES ('PAUL W.', 'TERRITORY 1', 'PRIMARY', 'test11', '11403 45 St. South', 'Billing Dept.', 'Chicago', 'IL', 'USA', '31255501010000', '42555501010000', '00000000000000', '98052-6399')
INSERT INTO PayablesCreditMemo (BatchId, Id, VendorId, PurchaseAmount, PurchaseAmountCurrency, VendorDocumentNumber) VALUES ('JAN-98', 'DM6502', 'CENTRALC0001', '100', 'USD', 'DOCUMENT 42')
INSERT INTO ApplicantApplications#TEMP (ApplicationsDateApplied, ApplicationsLastModifiedDate) VALUES ('2021-01-07T00:00:00+01:00','2021-01-07T00:00:00+01:00')
INSERT INTO Applicant (FirstName, LastName, ApplicationsAggregate) VALUES ('Test', 'Applicant', 'ApplicantApplications#TEMP')
INSERT INTO PurchaseOrderLines#TEMP (LinesQuantityOrdered, LinesVendorItemNumber, LinesWarehouseId) VALUES ('1', '100XLG', 'WAREHOUSE')
INSERT INTO PurchaseOrder (LinesAggregate, Id, VendorId) VALUES ('PurchaseOrderLines#TEMP', 'PO4056', 'ACETRAVE0001')
INSERT INTO SalesReturnLines#TEMP (LinesItemId, LinesWarehouseId, LinesQuantity, LinesUnitPrice, LinesUnitPriceCurrency) VALUES ('100XLG', 'WAREHOUSE', '1', '30', 'USD');
INSERT INTO SalesReturnLines#TEMP (LinesItemId, LinesWarehouseId, LinesQuantity, LinesUnitPrice, LinesUnitPriceCurrency) VALUES ('M1700', 'WAREHOUSE', '1', '30', 'USD');
INSERT INTO SalesReturn (BatchId, CustomerId, DocumentTypeKeyType, DocumentTypeId, LinesAggregate) VALUES ('SALES RETURNS', 'PLAZAONE0001', 'Return', 'RTN', 'SalesReturnLines#TEMP');
Löschen ausführen
Einige der Entitäten, die als Tabellen angezeigt werden, unterstützen Löschvorgänge. Um beispielsweise einen Kunden aus Kunde zu löschen, Tabelle führen wir die folgende Abfrage aus:
DELETE FROM Customer WHERE Id='TEST_CST'
Ausführen von „Löschen“ mit mehreren Tasten
Einige Löschvorgänge erfordern mehrere Schlüssel, damit die Abfrage erfolgreich ist. Um beispielsweise eine CustomerAddress aus CustomerAddresses zu löschen, Tabelle erfordert, dass beide Schlüsselspalten, die ID und die KeyCustomerId-Werte, festgelegt werden, z. B.:
DELETE FROM CustomerAddress WHERE Id='WAREHOUSE' AND KeyCustomerId='TEST2'
Nachfolgend finden Sie weitere Abfrage mit oder ohne mehrere Schlüssel.
DELETE FROM Applicant WHERE ApplicantId='2'
DELETE FROM SalesInvoice WHERE Id='STDINV2262'
DELETE FROM ApplicantApplication WHERE ApplicantApplicationKeyApplicantId='3' AND ApplicantApplicationKeySequenceId='1'
Update ausführen
Einige der Entitäten, die als Tabellen angezeigt werden, unterstützen Update-Operationen. Um beispielsweise einen Kunden aus dem Kunden zu aktualisieren, Tabelle führen wir die folgende Abfrage aus:
UPDATE Customer SET Name='new test name',Comment1='new comment 1', Comment2='new comment 2' WHERE Id='TEST1'
Ausführen eines Updates mit mehreren Schlüsseln
Einige Aktualisierungsvorgänge erfordern mehrere Schlüssel, damit die Abfrage erfolgreich ist. Um beispielsweise eine CustomerAddress aus CustomerAddresses zu aktualisieren, Tabelle erfordert, dass beide Schlüsselspalten, die ID und die KeyCustomerId-Werte, festgelegt werden, z. B.:
UPDATE CustomerAddress SET Line1='new line 1', Line2='new line 2', City='new city', State='new state', Fax='111111111', Phone1='222222222', Phone2='3333333', PostalCode='235-325' WHERE KeyCustomerId='TEST1234' AND Id='WAREHOUSE'
UPDATE SalesInvoice SET CustomerId='AARONFIT0001', Date='2021-01-07T00:00:00+01:00' WHERE Id='STDINV2300' AND BatchId='CONTRACTS'
Hinweis: Beim Aktualisieren der Tabellen SalesInvoice, Verkaufsauftrag, Verkaufsangebot, Umsatzrendite, SalesBackorder, SalesFulfillmentOrder Für eine erfolgreiche Abfrage sollte die Datumsspalte gesetzt sein.
Ausführen eines Updates mit temporären Tabellen
Wie in erklärt Executing Inserts using Temporary Tables
Die temporären Tabellen können auch bei Aktualisierungsvorgängen verwendet werden. Sehen Sie sich die folgende Abfrage an, die die Menge der vorhandenen Artikel in unserer Rechnung aktualisiert:
INSERT INTO SalesInvoiceLines#TEMP (LinesItemId, LinesWarehouseId, LinesQuantity, LinesUnitPrice, LinesUnitPriceCurrency) VALUES ('100XLG', 'WAREHOUSE', '2', '30', 'USD')
INSERT INTO SalesInvoiceLines#TEMP (LinesItemId, LinesWarehouseId, LinesQuantity, LinesUnitPrice, LinesUnitPriceCurrency) VALUES ('M1700', 'WAREHOUSE', '2', '30', 'USD')
UPDATE SalesInvoice SET Date='2021-01-07T00:00:00+01:00', LinesAggregate='SalesInvoiceLines#TEMP' WHERE Id='STDINV2300' AND BatchId='CONTRACTS'
Nachfolgend finden Sie weitere Abfrage.
UPDATE SalesOrder SET CustomerId='AARONFIT0001', Date='2021-01-07T00:00:00+01:00' WHERE Id='ORDST2225' AND BatchId='SOP ORDERS'
INSERT INTO ApplicantApplications#TEMP (ApplicationsDateApplied, ApplicationsLastModifiedDate) VALUES ('2021-01-05T00:00:00+01:00','2021-01-07T00:00:00+01:00')
UPDATE Applicant SET FirstName='New Test Name', LastName='New Applicant Name', ApplicationsAggregate='ApplicantApplications#TEMP' WHERE ApplicantId='3'
UPDATE SalesQuote SET CustomerId='BAKERSEM0001', Date='2021-01-07T00:00:00+01:00' WHERE Id='QTEST1022' AND BatchId='SALES QUOTES'
UPDATE Vendor SET Name='new test name',Comment1='new comment 1', Comment2='new comment 2' WHERE Id='ACETRAVE0001'
UPDATE VendorAddress SET Line1='new line 1', Line2='new line 2', City='new city', State='new state', Fax='111111111', Phone1='222222222', Phone2='3333333', PostalCode='235-325' WHERE KeyVendorId='ACETRAVE0001' AND Id='PRIMARY'
Tabellen
Der Connector modelliert die Daten in Microsoft Dynamics GP in einer Liste von Tabellen, die mit Standard-SQL-Anweisungen abgefragt werden können.
Im Allgemeinen ist das Abfragen von Microsoft Dynamics GP -Tabellen dasselbe wie das Abfragen einer Tabelle in einer relationalen Datenbank. Manchmal gibt es Sonderfälle, beispielsweise kann das Einfügen einer bestimmten Spalte in die WHERE-Klausel erforderlich sein, um Daten für bestimmte Spalten in der Tabelle abzurufen. Dies ist normalerweise in Situationen erforderlich, in denen für jede Zeile eine separate Abfrage erfolgen muss, um bestimmte Spalten abzurufen. Diese Arten von Situationen sind oben auf der unten verlinkten Tabellenseite klar dokumentiert.
Jitterbit-Connector für Microsoft Dynamics GP Tabellen
Name | Beschreibung |
---|---|
Applicant | Gibt eine Liste zurück mit: Bewerber |
ApplicantEducation | Gibt eine Liste zurück mit: Bewerberausbildung |
ApplicantInterview | Gibt eine Liste zurück von: Bewerberinterview |
ApplicantReference | Gibt eine Liste zurück mit: ApplicantReference |
ApplicantSkill | Gibt eine Liste zurück von: ApplicantSkill |
ApplicantTest | Gibt eine Liste zurück von: ApplicantTest |
ApplicantWorkHistory | Gibt eine Liste zurück mit: ApplicantWorkHistory |
BackOfficeRoleAssignment | Gibt eine Liste zurück von: BackOfficeRoleAssignment |
BusinessObjectUserAssignment | Gibt eine Liste zurück von: BusinessObjectUserAssignment |
CashReceipt | Gibt eine Liste zurück mit: CashReceipt |
Customer | Gibt eine Liste zurück mit: Kunden |
CustomerAddress | Gibt eine Liste zurück mit: Kundenadresse |
Employee | Gibt eine Liste zurück mit: Mitarbeiter |
EmployeeAddress | Gibt eine Liste mit folgenden Daten zurück: EmployeeAddress |
EmployeePayCode | Gibt eine Liste zurück mit: EmployeePayCode |
Fee | Gibt eine Liste zurück mit: Gebühr |
GLFixedAllocationAccount | Gibt eine Liste zurück von: GLFixedAllocationAccount |
GLPostingAccount | Gibt eine Liste zurück von: GLPostingAccount |
GLTransaction | Gibt eine Liste zurück von: GLTransaction |
GLUnitAccount | Gibt eine Liste zurück von: GLUnitAccount |
GLVariableAllocationAccount | Gibt eine Liste zurück von: GLVariableAllocationAccount |
HRRequisition | Gibt eine Liste zurück von: HRRequisition |
InventoryAdjustment | Gibt eine Liste zurück mit: Bestandsanpassung |
InventoryTransfer | Gibt eine Liste zurück von: InventoryTransfer |
InventoryVariance | Gibt eine Liste zurück mit: InventoryVariance |
ItemCurrency | Gibt eine Liste zurück mit: ItemCurrency |
ItemVendor | Gibt eine Liste zurück von: ItemVendor |
ItemWarehouse | Gibt eine Liste zurück von: ItemWarehouse |
PayablesCreditMemo | Gibt eine Liste zurück von: PayablesCreditMemo |
PayablesFinanceCharge | Gibt eine Liste der folgenden Elemente zurück: PayablesFinanceCharge |
PayablesInvoice | Gibt eine Liste zurück von: PayablesInvoice |
PayablesMiscellaneousCharge | Gibt eine Liste der folgenden Elemente zurück: Verbindlichkeiten, Sonstige Gebühren |
PayablesReturn | Gibt eine Liste zurück von: PayablesReturn |
Policy | Gibt eine Liste zurück mit: Richtlinie |
Pricing | Gibt eine Liste mit folgenden Daten zurück: Preise |
PurchaseInvoice | Gibt eine Liste zurück mit: Einkaufsrechnung |
PurchaseOrder | Gibt eine Liste zurück mit: Bestellung |
PurchaseReceipt | Gibt eine Liste zurück mit: PurchaseReceipt |
ReceivablesCreditMemo | Gibt eine Liste zurück von: ReceivablesCreditMemo |
ReceivablesDebitMemo | Gibt eine Liste zurück von: ReceivablesDebitMemo |
ReceivablesFinanceCharge | Gibt eine Liste zurück von: ReceivablesFinanceCharge |
ReceivablesInvoice | Gibt eine Liste zurück von: ForderungenRechnung |
ReceivablesReturn | Gibt eine Liste zurück von: ReceivablesReturn |
ReceivablesServiceRepair | Gibt eine Liste zurück von: ReceivablesServiceRepair |
ReceivablesWarranty | Gibt eine Liste der folgenden Elemente zurück: ForderungenGarantie |
ReturnMaterialAuthorization | Gibt eine Liste zurück von: ReturnMaterialAuthorization |
SalesBackorder | Gibt eine Liste zurück mit: SalesBackorder |
SalesFulfillmentOrder | Gibt eine Liste zurück mit: SalesFulfillmentOrder |
SalesInvoice | Gibt eine Liste zurück mit: SalesInvoice |
SalesOrder | Gibt eine Liste zurück mit: SalesOrder |
SalesProcessHoldSetup | Gibt eine Liste zurück von: SalesProcessHoldSetup |
SalesQuote | Gibt eine Liste zurück mit: SalesQuote |
SalesReturn | Gibt eine Liste zurück von: SalesReturn |
Service | Gibt eine Liste zurück mit: Service |
ServiceCall | Gibt eine Liste zurück von: ServiceCall |
ServiceEquipment | Gibt eine Liste zurück von: ServiceEquipment |
ServiceQuote | Gibt eine Liste zurück von: ServiceQuote |
Skill | Gibt eine Liste zurück mit: Fertigkeit |
SkillSet | Gibt eine Liste zurück mit: SkillSet |
Vendor | Gibt eine Liste zurück mit: Anbieter |
VendorAddress | Gibt eine Liste zurück mit: VendorAddress |
Warehouse | Gibt eine Liste zurück mit: Lager |
Antragsteller
Liste zurückgeben von: Bewerber
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressExtensionsExtensionAggregate | String | Falsch | |
AddressCity | String | Falsch | |
AddressLine1 | String | Falsch | |
AddressLine2 | String | Falsch | |
AddressLine3 | String | Falsch | |
AddressPostalCode | String | Falsch | |
AddressState | String | Falsch | |
AddressCountryRegion | String | Falsch | |
AddressFaxCountryCode | String | Falsch | |
AddressFaxExtension | String | Falsch | |
AddressFax | String | Falsch | |
AddressPhone1CountryCode | String | Falsch | |
AddressPhone1Extension | String | Falsch | |
AddressPhone1 | String | Falsch | |
AddressPhone2CountryCode | String | Falsch | |
AddressPhone2Extension | String | Falsch | |
AddressPhone2 | String | Falsch | |
AddressPhone3CountryCode | String | Falsch | |
AddressPhone3Extension | String | Falsch | |
AddressPhone3 | String | Falsch | |
AgeCode | String | Falsch | |
ApplicantId [KEY] | Int | Falsch | |
ApplicationColorColorCode | String | Falsch | |
ApplicationColorColorName | String | Falsch | |
ApplicationStatus | String | Falsch | |
ApplicationsAggregate | String | Falsch | |
CompanyCode | String | Falsch | |
DateApplied | Datetime | Falsch | |
DepartmentId | String | Falsch | |
DivisionId | String | Falsch | |
Ethnicity | String | Falsch | |
FirstName | String | Falsch | |
Gender | String | Falsch | |
HRRequisistionId | String | Falsch | |
InterviewsAggregate | String | Falsch | |
IsDisabled | Bool | Falsch | |
IsDisabledVeteran | Bool | Falsch | |
IsOtherVeteran | Bool | Falsch | |
IsReplyLetterSent | Bool | Falsch | |
IsVeteran | Bool | Falsch | |
IsVietnamEraVeteran | Bool | Falsch | |
IsWillRelocate | Bool | Falsch | |
LastModifiedBy | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
LastName | String | Falsch | |
Location | String | Falsch | |
MiddleName | String | Falsch | |
PositionId | String | Falsch | |
PreviousEmployersAggregate | String | Falsch | |
ReferenceInformationSource | String | Falsch | |
ReferenceInformationSourceDescription | String | Falsch | |
ReferencesAggregate | String | Falsch | |
RejectionInformationComment | String | Falsch | |
RejectionInformationReason | String | Falsch | |
SchoolsAggregate | String | Falsch | |
SequenceId | Int | Falsch | |
SkillsAggregate | String | Falsch | |
TaxIdentifier | String | Falsch | |
TestsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberAusbildung
Gibt eine Liste zurück mit: Bewerberausbildung
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ApplicantEducationKeyApplicantId [KEY] | Int | Falsch | |
ApplicantEducationKeySequenceId [KEY] | Int | Falsch | |
Degree | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
GPABase | String | Falsch | |
GradePointAverage | String | Falsch | |
LastModifiedBy | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
Major | String | Falsch | |
Notes | String | Falsch | |
School | String | Falsch | |
YearGraduated | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberInterview
Gibt eine Liste zurück von: Bewerberinterview
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ApplicantInterviewKeyApplicantId [KEY] | Int | Falsch | |
ApplicantInterviewKeyApplyDateId [KEY] | Datetime | Falsch | |
ApplicantInterviewKeyInterviewTypeId [KEY] | String | Falsch | |
CompanyCode | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
DepartmentId | String | Falsch | |
DivisionId | String | Falsch | |
EffectiveDate | Datetime | Falsch | |
InterviewItemsAggregate | String | Falsch | |
InterviewTypeCode | Int | Falsch | |
Notes | String | Falsch | |
PositionId | String | Falsch | |
ReviewRange | Int | Falsch | |
ReviewRating | Decimal | Falsch | |
TotalWeight | Int | Falsch | |
WeightedScore | Int | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bewerberreferenz
Gibt eine Liste zurück mit: Bewerberreferenz
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressExtensionsExtensionAggregate | String | Falsch | |
AddressCity | String | Falsch | |
AddressLine1 | String | Falsch | |
AddressLine2 | String | Falsch | |
AddressLine3 | String | Falsch | |
AddressPostalCode | String | Falsch | |
AddressState | String | Falsch | |
AddressCountryRegion | String | Falsch | |
AddressFaxCountryCode | String | Falsch | |
AddressFaxExtension | String | Falsch | |
AddressFax | String | Falsch | |
AddressPhone1CountryCode | String | Falsch | |
AddressPhone1Extension | String | Falsch | |
AddressPhone1 | String | Falsch | |
AddressPhone2CountryCode | String | Falsch | |
AddressPhone2Extension | String | Falsch | |
AddressPhone2 | String | Falsch | |
AddressPhone3CountryCode | String | Falsch | |
AddressPhone3Extension | String | Falsch | |
AddressPhone3 | String | Falsch | |
ApplicantReferenceKeyApplicantSequenceKeyApplicantId [KEY] | Int | Falsch | |
ApplicantReferenceKeyApplicantSequenceKeySequenceId [KEY] | Int | Falsch | |
ApplicantReferenceId [KEY] | String | Falsch | |
CompanyName | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
LastModifiedBy | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
Notes | String | Falsch | |
Relationship | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bewerberkompetenz
Gibt eine Liste zurück mit: ApplicantSkill
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ApplicantSkillKeyApplicantId [KEY] | Int | Falsch | |
ApplicantSkillKeySkillId [KEY] | String | Falsch | |
Comments | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
Proficiency | Int | Falsch | |
SkillNumber | Int | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberTest
Gibt eine Liste zurück von: ApplicantTest
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ApplicantTestKeyApplicantSequenceKeyApplicantId [KEY] | Int | Falsch | |
ApplicantTestKeyApplicantSequenceKeySequenceId [KEY] | Int | Falsch | |
ApplicantTestKeyTestId [KEY] | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
LastModifiedBy | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
Notes | String | Falsch | |
Score | String | Falsch | |
TestDate | Datetime | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberArbeitsverlauf
Gibt eine Liste zurück mit: Bewerber-Arbeitsverlauf
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ApplicantWorkHistoryKeyApplicantSequenceKeyApplicantId [KEY] | Int | Falsch | |
ApplicantWorkHistoryKeyApplicantSequenceKeySequenceId [KEY] | Int | Falsch | |
ApplicantWorkHistoryId [KEY] | String | Falsch | |
CompensationPeriod | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
EndDate | Datetime | Falsch | |
LastModifiedBy | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
Notes | String | Falsch | |
PositionId | String | Falsch | |
StartDate | Datetime | Falsch | |
Wage | Decimal | Falsch | |
YearsOfExperience | Int | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BackOfficeRollenzuweisung
Gibt eine Liste zurück von: BackOfficeRoleAssignment
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
KeyRoleId [KEY] | String | Falsch | |
KeyUserId [KEY] | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BusinessObjectUserAssignment
Gibt eine Liste zurück von: BusinessObjectUserAssignment
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
BusinessObjectKey | String | Falsch | |
BusinessObjectTypeId | String | Falsch | |
User [KEY] | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BargeldQuittung
Gibt eine Liste zurück von: CashReceipt
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AmountCurrency | String | Falsch | |
Amount | Decimal | Falsch | |
AuditTrailCode | String | Falsch | |
BankAccountId | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CheckCardNumber | String | Falsch | |
CorporateAccountId | String | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PaymentCardTypeId | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
Type | String | Falsch | |
VoidDate | Datetime | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Kunde
Gibt eine Liste zurück von: Kunden
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AccountsReceivableGLAccountId | String | Falsch | |
AccountsReceivableGLAccountKeyIsEncrypted | Bool | Falsch | |
AddressesAggregate | String | Falsch | |
AllowRevaluation | Bool | Falsch | |
BalanceType | String | Falsch | |
BankAccountId | String | Falsch | |
BankBranch | String | Falsch | |
BankName | String | Falsch | |
BillToAddressKeyCustomerId | String | Falsch | |
BillToAddressId | String | Falsch | |
CashGLAccountId | String | Falsch | |
CashGLAccountKeyIsEncrypted | Bool | Falsch | |
ClassId | String | Falsch | |
Comment1 | String | Falsch | |
Comment2 | String | Falsch | |
CorporateAccountId | String | Falsch | |
CostOfGoodsSoldGLAccountId | String | Falsch | |
CostOfGoodsSoldGLAccountKeyIsEncrypted | Bool | Falsch | |
CreatedDate | Datetime | Falsch | |
CreditLimitItem | String | Falsch | |
CreditLimitPeriod | Int | Falsch | |
CreditLimitPeriodAmountCurrency | String | Falsch | |
CreditLimitPeriodAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
DefaultAddressKeyCustomerId | String | Falsch | |
DefaultAddressId | String | Falsch | |
DefaultCashAccountType | String | Falsch | |
DiscountGracePeriod | Int | Falsch | |
DueDateGracePeriod | Int | Falsch | |
FinanceChargeItem | String | Falsch | |
FinanceChargesGLAccountId | String | Falsch | |
FinanceChargesGLAccountKeyIsEncrypted | Bool | Falsch | |
HistoryOptionsKeepCalendarHistory | Bool | Falsch | |
HistoryOptionsKeepDistributionHistory | Bool | Falsch | |
HistoryOptionsKeepFiscalHistory | Bool | Falsch | |
HistoryOptionsKeepTransactionHistory | Bool | Falsch | |
IncludeInDemandPlanning | Bool | Falsch | |
InventoryGLAccountId | String | Falsch | |
InventoryGLAccountKeyIsEncrypted | Bool | Falsch | |
IsActive | Bool | Falsch | |
IsOnHold | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
MaximumWriteoffItem | String | Falsch | |
MinimumPaymentItem | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
Name | String | Falsch | |
Notes | String | Falsch | |
OrderFullfillmentShortageDefault | String | Falsch | |
OverpaymentWriteoffGLAccountId | String | Falsch | |
OverpaymentWriteoffGLAccountKeyIsEncrypted | Bool | Falsch | |
PaymentCardAccountExpirationDate | Datetime | Falsch | |
PaymentCardAccountKeyNumber | String | Falsch | |
PaymentCardAccountKeyPaymentCardTypeId | String | Falsch | |
PaymentTermsDiscountAvailableGLAccountId | String | Falsch | |
PaymentTermsDiscountAvailableGLAccountKeyIsEncrypted | Bool | Falsch | |
PaymentTermsDiscountTakenGLAccountId | String | Falsch | |
PaymentTermsDiscountTakenGLAccountKeyIsEncrypted | Bool | Falsch | |
PaymentTermsId | String | Falsch | |
PostResultsTo | String | Falsch | |
PriceLevelId | String | Falsch | |
Priority | Int | Falsch | |
RateTypeId | String | Falsch | |
SalesGLAccountId | String | Falsch | |
SalesGLAccountKeyIsEncrypted | Bool | Falsch | |
SalesOrderReturnsGLAccountId | String | Falsch | |
SalesOrderReturnsGLAccountKeyIsEncrypted | Bool | Falsch | |
SendEmailStatements | Bool | Falsch | |
ShipCompleteOnly | Bool | Falsch | |
ShipToAddressKeyCustomerId | String | Falsch | |
ShipToAddressId | String | Falsch | |
Shortname | String | Falsch | |
StatementCycle | String | Falsch | |
StatementName | String | Falsch | |
StatementRecipientsBCCAggregate | String | Falsch | |
StatementRecipientsCCAggregate | String | Falsch | |
StatementRecipientsToAggregate | String | Falsch | |
StatementToAddressKeyCustomerId | String | Falsch | |
StatementToAddressId | String | Falsch | |
TaxExemptNumbersAggregate | String | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TradeDiscountPercent | Decimal | Falsch | |
UserDefined1 | String | Falsch | |
UserDefined2 | String | Falsch | |
UserLanguageId | Int | Falsch | |
WriteoffGLAccountId | String | Falsch | |
WriteoffGLAccountKeyIsEncrypted | Bool | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Kundenadresse
Gibt eine Liste zurück mit: Kundenadresse
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
City | String | Falsch | |
Line1 | String | Falsch | |
Line2 | String | Falsch | |
Line3 | String | Falsch | |
PostalCode | String | Falsch | |
State | String | Falsch | |
CountryRegion | String | Falsch | |
FaxCountryCode | String | Falsch | |
FaxExtension | String | Falsch | |
Fax | String | Falsch | |
Phone1CountryCode | String | Falsch | |
Phone1Extension | String | Falsch | |
Phone1 | String | Falsch | |
Phone2CountryCode | String | Falsch | |
Phone2Extension | String | Falsch | |
Phone2 | String | Falsch | |
Phone3CountryCode | String | Falsch | |
Phone3Extension | String | Falsch | |
Phone3 | String | Falsch | |
CountryRegionCodeId | String | Falsch | |
ContactPerson | String | Falsch | |
Name | String | Falsch | |
CreatedDate | Datetime | Falsch | |
InternetAddressesAdditionalInformation | String | Falsch | |
InternetAddressesEmailBccAddress | String | Falsch | |
InternetAddressesEmailCcAddress | String | Falsch | |
InternetAddressesEmailToAddress | String | Falsch | |
InternetAddressesInternetField1 | String | Falsch | |
InternetAddressesInternetField2 | String | Falsch | |
InternetAddressesInternetField3 | String | Falsch | |
InternetAddressesInternetField4 | String | Falsch | |
InternetAddressesInternetField5 | String | Falsch | |
InternetAddressesInternetField6 | String | Falsch | |
InternetAddressesInternetField7 | String | Falsch | |
InternetAddressesInternetField8 | String | Falsch | |
InternetAddressesMessengerAddress | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
ModifiedDate | Datetime | Falsch | |
ShippingMethodId | String | Falsch | |
TaxScheduleId | String | Falsch | |
UPSZone | String | Falsch | |
UserDefined1 | String | Falsch | |
UserDefined2 | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
KeyCustomerId [KEY] | String | Falsch | |
Id [KEY] | String | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
WarehouseId | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Mitarbeiter
Gibt eine Liste zurück von: Mitarbeiter
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressesAggregate | String | Falsch | |
BenefitExpiration | Datetime | Falsch | |
BenefitStartDate | Datetime | Falsch | |
BirthDate | Datetime | Falsch | |
ClassId | String | Falsch | |
CompanyAddressId | String | Falsch | |
DayOfBirth | Int | Falsch | |
DefaultAddressKeyEmployeeId | String | Falsch | |
DefaultAddressId | String | Falsch | |
DefaultCashAccountFromType | String | Falsch | |
DepartmentId | String | Falsch | |
DivisionId | String | Falsch | |
DoesCalculateMinimumWageBalance | Bool | Falsch | |
EmployeeInactivatedDate | Datetime | Falsch | |
EmployeeId [KEY] | String | Falsch | |
EmploymentStartDate | Datetime | Falsch | |
EmploymentType | String | Falsch | |
Ethnicity | String | Falsch | |
FederalClass | String | Falsch | |
GLAccountId | String | Falsch | |
GLAccountKeyIsEncrypted | Bool | Falsch | |
GenderCode | String | Falsch | |
HRStatus | String | Falsch | |
I9RenewDate | Datetime | Falsch | |
IsActive | Bool | Falsch | |
IsDisabled | Bool | Falsch | |
IsDisabledVeteran | Bool | Falsch | |
IsI9Verified | Bool | Falsch | |
IsOtherVeteran | Bool | Falsch | |
IsSmoker | Bool | Falsch | |
IsUnionEmployee | Bool | Falsch | |
IsUnitedStatesCitizen | Bool | Falsch | |
IsVeteran | Bool | Falsch | |
IsVietnamEraVeteran | Bool | Falsch | |
LastWorkedDate | Datetime | Falsch | |
MaritalStatus | String | Falsch | |
MilitaryDischargeDate | Datetime | Falsch | |
MinimumNetPayCurrency | String | Falsch | |
MinimumNetPay | Decimal | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
MonthOfBirth | String | Falsch | |
NameAlternate | String | Falsch | |
NameFamily | String | Falsch | |
NameGiven | String | Falsch | |
NameMiddle | String | Falsch | |
NamePreferred | String | Falsch | |
NameSuffix | String | Falsch | |
PositionId | String | Falsch | |
PrimaryPayCodeId | String | Falsch | |
RateClass | String | Falsch | |
ReasonEmployeeInactivated | String | Falsch | |
ReviewLastDate | Datetime | Falsch | |
ReviewNextDate | Datetime | Falsch | |
SUTAStateId | String | Falsch | |
SickTimeAccrualAmount | Decimal | Falsch | |
SickTimeAccrualMethod | String | Falsch | |
SickTimeDoesAutomaticallyAccrue | Bool | Falsch | |
SickTimeHoursAvailable | Decimal | Falsch | |
SickTimeHoursPerYear | Int | Falsch | |
SickTimeWarnWhenHoursAvailableFallsBelowZero | Bool | Falsch | |
SpouseName | String | Falsch | |
SpouseTaxIdentifier | String | Falsch | |
Status | String | Falsch | |
SupervisorId | String | Falsch | |
TaxIdentifier | String | Falsch | |
UnionId | String | Falsch | |
UserDefined1 | String | Falsch | |
UserDefined2 | String | Falsch | |
VacationAccrualAmount | Decimal | Falsch | |
VacationAccrualMethod | String | Falsch | |
VacationDoesAutomaticallyAccrue | Bool | Falsch | |
VacationHoursAvailable | Decimal | Falsch | |
VacationHoursPerYear | Int | Falsch | |
VacationWarnWhenHoursAvailableFallsBelowZero | Bool | Falsch | |
WorkHoursPerYear | Int | Falsch | |
WorkersCompensationId | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Mitarbeiteradresse
Gibt eine Liste zurück mit: EmployeeAddress
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
City | String | Falsch | |
Line1 | String | Falsch | |
Line2 | String | Falsch | |
Line3 | String | Falsch | |
PostalCode | String | Falsch | |
State | String | Falsch | |
CountryRegion | String | Falsch | |
FaxCountryCode | String | Falsch | |
FaxExtension | String | Falsch | |
Fax | String | Falsch | |
Phone1CountryCode | String | Falsch | |
Phone1Extension | String | Falsch | |
Phone1 | String | Falsch | |
Phone2CountryCode | String | Falsch | |
Phone2Extension | String | Falsch | |
Phone2 | String | Falsch | |
Phone3CountryCode | String | Falsch | |
Phone3Extension | String | Falsch | |
Phone3 | String | Falsch | |
CountryRegionCodeId | String | Falsch | |
County | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
InternetAddressesAdditionalInformation | String | Falsch | |
InternetAddressesEmailBccAddress | String | Falsch | |
InternetAddressesEmailCcAddress | String | Falsch | |
InternetAddressesEmailToAddress | String | Falsch | |
InternetAddressesInternetField1 | String | Falsch | |
InternetAddressesInternetField2 | String | Falsch | |
InternetAddressesInternetField3 | String | Falsch | |
InternetAddressesInternetField4 | String | Falsch | |
InternetAddressesInternetField5 | String | Falsch | |
InternetAddressesInternetField6 | String | Falsch | |
InternetAddressesInternetField7 | String | Falsch | |
InternetAddressesInternetField8 | String | Falsch | |
InternetAddressesMessengerAddress | String | Falsch | |
KeyEmployeeId [KEY] | String | Falsch | |
Id [KEY] | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Mitarbeiter-Zahlungscode
Gibt eine Liste zurück mit: EmployeePayCode
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ApplicableTaxesIsFederalTaxApplied | Bool | Falsch | |
ApplicableTaxesIsFutaApplied | Bool | Falsch | |
ApplicableTaxesIsLocalTaxApplied | Bool | Falsch | |
ApplicableTaxesIsMedicareApplied | Bool | Falsch | |
ApplicableTaxesIsSocialSecurityApplied | Bool | Falsch | |
ApplicableTaxesIsStateTaxApplied | Bool | Falsch | |
ApplicableTaxesIsSutaApplied | Bool | Falsch | |
ApplicableTaxesSutaState | String | Falsch | |
BasePayRecordId | String | Falsch | |
BasedOnRate | Decimal | Falsch | |
EmployeePayCodeKeyEmployeeId [KEY] | String | Falsch | |
EmployeePayCodeKeyPayCodeId [KEY] | String | Falsch | |
FlatTaxRatesFederal | Decimal | Falsch | |
FlatTaxRatesState | Decimal | Falsch | |
IsDataEntry | Bool | Falsch | |
IsInactive | Bool | Falsch | |
IsPrimaryPayRecord | Bool | Falsch | |
IsReportAsWages | Bool | Falsch | |
IsSickTimeAccrued | Bool | Falsch | |
IsTaxable | Bool | Falsch | |
IsVacationAccrued | Bool | Falsch | |
MaxPayPerPeriod | Decimal | Falsch | |
Notes | String | Falsch | |
PayAdvance | Decimal | Falsch | |
PayAdvanceTaken | Decimal | Falsch | |
PayFactor | Decimal | Falsch | |
PayPerPeriod | Decimal | Falsch | |
PayPeriod | String | Falsch | |
PayRate | Decimal | Falsch | |
PayStepBasedOn | String | Falsch | |
PayStepEffectiveDate | Datetime | Falsch | |
PayStepPayStepId | String | Falsch | |
PayStepStep | Int | Falsch | |
PayStepStepFTE | Decimal | Falsch | |
PayType | String | Falsch | |
PayUnit | String | Falsch | |
PayUnitPeriod | String | Falsch | |
ShiftCode | String | Falsch | |
TipType | String | Falsch | |
W2BoxesLabelsW2BoxLabel1 | String | Falsch | |
W2BoxesLabelsW2BoxLabel2 | String | Falsch | |
W2BoxesLabelsW2BoxLabel3 | String | Falsch | |
W2BoxesLabelsW2BoxLabel4 | String | Falsch | |
W2BoxesLabelsW2BoxNumber1 | Int | Falsch | |
W2BoxesLabelsW2BoxNumber2 | Int | Falsch | |
W2BoxesLabelsW2BoxNumber3 | Int | Falsch | |
W2BoxesLabelsW2BoxNumber4 | Int | Falsch | |
WorkersComp | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Gebühr
Gibt eine Liste zurück mit: Gebühr
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ABCCode | String | Falsch | |
AllowBackOrder | Bool | Falsch | |
AssemblyVarianceGLAccountId | String | Falsch | |
AssemblyVarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
ClassId | String | Falsch | |
CostofGoodsSoldGLAccountId | String | Falsch | |
CostofGoodsSoldGLAccountKeyIsEncrypted | Bool | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyDecimalPlaces | String | Falsch | |
CurrentCostCurrency | String | Falsch | |
CurrentCost | Decimal | Falsch | |
DamagedGLAccountId | String | Falsch | |
DamagedGLAccountKeyIsEncrypted | Bool | Falsch | |
DefaultPriceLevelId | String | Falsch | |
DefaultSellingUofM | String | Falsch | |
DefaultWarehouseId | String | Falsch | |
Description | String | Falsch | |
DropShipGLAccountId | String | Falsch | |
DropShipGLAccountKeyIsEncrypted | Bool | Falsch | |
FunctionalCurrencyDecimalPlaces | String | Falsch | |
GenericDescription | String | Falsch | |
InServiceGLAccountId | String | Falsch | |
InServiceGLAccountKeyIsEncrypted | Bool | Falsch | |
InUseGLAccountId | String | Falsch | |
InUseGLAccountKeyIsEncrypted | Bool | Falsch | |
IncludeInDemandPlanning | Bool | Falsch | |
InternetAddressesAdditionalInformation | String | Falsch | |
InternetAddressesEmailBccAddress | String | Falsch | |
InternetAddressesEmailCcAddress | String | Falsch | |
InternetAddressesEmailToAddress | String | Falsch | |
InternetAddressesInternetField1 | String | Falsch | |
InternetAddressesInternetField2 | String | Falsch | |
InternetAddressesInternetField3 | String | Falsch | |
InternetAddressesInternetField4 | String | Falsch | |
InternetAddressesInternetField5 | String | Falsch | |
InternetAddressesInternetField6 | String | Falsch | |
InternetAddressesInternetField7 | String | Falsch | |
InternetAddressesInternetField8 | String | Falsch | |
InternetAddressesMessengerAddress | String | Falsch | |
InventoryGLAccountId | String | Falsch | |
InventoryGLAccountKeyIsEncrypted | Bool | Falsch | |
InventoryOffsetGLAccountId | String | Falsch | |
InventoryOffsetGLAccountKeyIsEncrypted | Bool | Falsch | |
InventoryReturnGLAccountId | String | Falsch | |
InventoryReturnGLAccountKeyIsEncrypted | Bool | Falsch | |
IsDiscontinued | Bool | Falsch | |
KeepCalendarYearHistory | Bool | Falsch | |
KeepDistributionHistory | Bool | Falsch | |
KeepFiscalYearHistory | Bool | Falsch | |
KeepTransactionHistory | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
MarkdownGLAccountId | String | Falsch | |
MarkdownGLAccountKeyIsEncrypted | Bool | Falsch | |
ModifiedDate | Datetime | Falsch | |
PriceMethod | String | Falsch | |
PurchasePriceVarianceGLAccountId | String | Falsch | |
PurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
PurchaseTaxBasis | String | Falsch | |
PurchaseTaxScheduleId | String | Falsch | |
PurchaseUofM | String | Falsch | |
QuantityDecimalPlaces | String | Falsch | |
SalesGLAccountId | String | Falsch | |
SalesGLAccountKeyIsEncrypted | Bool | Falsch | |
SalesReturnGLAccountId | String | Falsch | |
SalesReturnGLAccountKeyIsEncrypted | Bool | Falsch | |
SalesTaxBasis | String | Falsch | |
SalesTaxScheduleId | String | Falsch | |
ShippingWeight | Decimal | Falsch | |
ShortDescription | String | Falsch | |
StandardCostCurrency | String | Falsch | |
StandardCost | Decimal | Falsch | |
SubstituteItem1Id | String | Falsch | |
SubstituteItem2Id | String | Falsch | |
Type | String | Falsch | |
UnrealizedPurchasePriceVarianceGLAccountId | String | Falsch | |
UnrealizedPurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
UofMScheduleId | String | Falsch | |
UserCategoryList1 | String | Falsch | |
UserCategoryList2 | String | Falsch | |
UserCategoryList3 | String | Falsch | |
UserCategoryList4 | String | Falsch | |
UserCategoryList5 | String | Falsch | |
UserCategoryList6 | String | Falsch | |
VarianceGLAccountId | String | Falsch | |
VarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
WarrantyDays | Short | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLFixedAllocationAccount
Gibt eine Liste zurück von: GLFixedAllocationAccount
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
Alias | String | Falsch | |
CreatedDate | Datetime | Falsch | |
Description | String | Falsch | |
IsActive | Bool | Falsch | |
Id [KEY] | String | Falsch | |
KeyIsEncrypted [KEY] | Bool | Falsch | |
ModifiedDate | Datetime | Falsch | |
Type | String | Falsch | |
PostInventoryIn | String | Falsch | |
PostPayrollIn | String | Falsch | |
PostPurchasingIn | String | Falsch | |
PostSalesIn | String | Falsch | |
DistributionsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLBuchungskonto
Gibt eine Liste zurück von: GLPostingAccount
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
Alias | String | Falsch | |
CreatedDate | Datetime | Falsch | |
Description | String | Falsch | |
IsActive | Bool | Falsch | |
Id [KEY] | String | Falsch | |
KeyIsEncrypted [KEY] | Bool | Falsch | |
ModifiedDate | Datetime | Falsch | |
Type | String | Falsch | |
PostInventoryIn | String | Falsch | |
PostPayrollIn | String | Falsch | |
PostPurchasingIn | String | Falsch | |
PostSalesIn | String | Falsch | |
AllowAccountEntry | Bool | Falsch | |
CurrenciesAggregate | String | Falsch | |
GLAccountCategoryId | String | Falsch | |
IsRevalued | Bool | Falsch | |
PostRevaluationResultsTo | String | Falsch | |
PostingType | String | Falsch | |
RevaluationMethod | String | Falsch | |
TypicalBalance | String | Falsch | |
UserDefined1 | String | Falsch | |
UserDefined2 | String | Falsch | |
UserDefined3 | String | Falsch | |
UserDefined4 | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLTransaktion
Gibt eine Liste zurück von: GLTransaction
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
IntercompanyId | Int | Falsch | |
IntercompanyOriginalJournalId | Int | Falsch | |
IsVoided | Bool | Falsch | |
KeyDate [KEY] | Datetime | Falsch | |
KeyJournalId [KEY] | Int | Falsch | |
LedgerType | String | Falsch | |
LinesAggregate | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
OriginatingDocumentAuditTrailCode | String | Falsch | |
OriginatingDocumentPostedDate | Datetime | Falsch | |
OriginatingDocumentSeries | String | Falsch | |
PostedBy | String | Falsch | |
Reference | String | Falsch | |
SourceDocumentId | String | Falsch | |
TransactionState | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLUnitAccount
Gibt eine Liste zurück von: GLUnitAccount
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
Alias | String | Falsch | |
CreatedDate | Datetime | Falsch | |
Description | String | Falsch | |
IsActive | Bool | Falsch | |
Id [KEY] | String | Falsch | |
KeyIsEncrypted [KEY] | Bool | Falsch | |
ModifiedDate | Datetime | Falsch | |
Type | String | Falsch | |
DecimalPlaces | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLVariableAllocationAccount
Gibt eine Liste zurück von: GLVariableAllocationAccount
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
Alias | String | Falsch | |
CreatedDate | Datetime | Falsch | |
Description | String | Falsch | |
IsActive | Bool | Falsch | |
Id [KEY] | String | Falsch | |
KeyIsEncrypted [KEY] | Bool | Falsch | |
ModifiedDate | Datetime | Falsch | |
Type | String | Falsch | |
PostInventoryIn | String | Falsch | |
PostPayrollIn | String | Falsch | |
PostPurchasingIn | String | Falsch | |
PostSalesIn | String | Falsch | |
BalanceForCalculation | String | Falsch | |
DistributionsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
HRAnforderung
Gibt eine Liste zurück von: HRRequisition
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AdvertisingListLine1 | String | Falsch | |
AdvertisingListLine2 | String | Falsch | |
AdvertisingListLine3 | String | Falsch | |
AdvertisingListLine4 | String | Falsch | |
AdvertisingListLine5 | String | Falsch | |
ApplicantsApplied | Int | Falsch | |
ApplicantsInterviewed | Int | Falsch | |
CompanyCode | String | Falsch | |
DepartmentId | String | Falsch | |
DivisionId | String | Falsch | |
InternalCloseDate | Datetime | Falsch | |
InternalPostDate | Datetime | Falsch | |
JobPostingType | String | Falsch | |
LastModifiedBy | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
ManagerId | String | Falsch | |
OpeningDate | Datetime | Falsch | |
PositionId | String | Falsch | |
PositionsAvailable | Int | Falsch | |
PositionsFilled | Int | Falsch | |
Recruiter | String | Falsch | |
RequisitionCostsAdvertising | Decimal | Falsch | |
RequisitionCostsLodging | Decimal | Falsch | |
RequisitionCostsMovingExpenses | Decimal | Falsch | |
RequisitionCostsOther | Decimal | Falsch | |
RequisitionCostsRecruiterFees | Decimal | Falsch | |
RequisitionCostsTravel | Decimal | Falsch | |
RequisitionNumberId [KEY] | String | Falsch | |
Status | String | Falsch | |
SupervisorId | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bestandsanpassung
Gibt eine Liste zurück mit: Bestandsanpassung
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CreatedDate | Datetime | Falsch | |
Date | Datetime | Falsch | |
GLPostingDate | Datetime | Falsch | |
Id [KEY] | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
TransactionState | String | Falsch | |
LinesAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bestandsübertragung
Gibt eine Liste zurück von: InventoryTransfer
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CreatedDate | Datetime | Falsch | |
Date | Datetime | Falsch | |
GLPostingDate | Datetime | Falsch | |
Id [KEY] | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
TransactionState | String | Falsch | |
LinesAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bestandsabweichung
Gibt eine Liste zurück mit: Bestandsabweichung
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CreatedDate | Datetime | Falsch | |
Date | Datetime | Falsch | |
GLPostingDate | Datetime | Falsch | |
Id [KEY] | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
TransactionState | String | Falsch | |
LinesAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Artikelwährung
Gibt eine Liste zurück mit: ItemCurrency
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
CurrencyDecimalPlaces | String | Falsch | |
KeyCurrencyKeyISOCode [KEY] | String | Falsch | |
KeyItemId [KEY] | String | Falsch | |
ListPriceCurrency | String | Falsch | |
ListPrice | Decimal | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Artikelverkäufer
Gibt eine Liste zurück von: ItemVendor
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AverageLeadTime | Decimal | Falsch | |
EconomicOrderQuantity | Decimal | Falsch | |
FreeOnBoard | String | Falsch | |
KeyItemId [KEY] | String | Falsch | |
KeyVendorId [KEY] | String | Falsch | |
LastCurrencyKeyISOCode | String | Falsch | |
LastOriginatingCostCurrency | String | Falsch | |
LastOriginatingCost | Decimal | Falsch | |
MaximumOrderQuantity | Decimal | Falsch | |
MinimumOrderQuantity | Decimal | Falsch | |
NumberOfReceipts | Short | Falsch | |
OrderMultipleQuantity | Decimal | Falsch | |
PlanningLeadTime | Short | Falsch | |
PurchasingUofM | String | Falsch | |
RequisitionedQuantity | Decimal | Falsch | |
VendorItemDescription | String | Falsch | |
VendorItemNumber | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Artikellager
Gibt eine Liste zurück von: ItemWarehouse
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
Bin | String | Falsch | |
BuyerId | String | Falsch | |
KeyItemId [KEY] | String | Falsch | |
KeyWarehouseId [KEY] | String | Falsch | |
LandedCostGroupId | String | Falsch | |
PlannerId | String | Falsch | |
PlanningFixedOrderQuantity | Decimal | Falsch | |
PlanningManufacturingLeadTime | Decimal | Falsch | |
PlanningMaximumOrderQuantity | Decimal | Falsch | |
PlanningMinimumOrderQuantity | Decimal | Falsch | |
PlanningOrderMultipleQuantity | Decimal | Falsch | |
PlanningOrderPointQuantity | Decimal | Falsch | |
PlanningOrderPolicy | String | Falsch | |
PlanningOrderUpToLevelQuantity | Decimal | Falsch | |
PlanningPurchasingLeadTime | Decimal | Falsch | |
PlanningReorderVarianceQuantity | Decimal | Falsch | |
PlanningReplenishmentMethod | String | Falsch | |
PlanningSafetyStockQuantity | Decimal | Falsch | |
PlanningShrinkageFactor | Decimal | Falsch | |
PlanningTimeFence | Short | Falsch | |
PrimaryVendorId | String | Falsch | |
RequisitionedQuantity | Decimal | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerbindlichkeitenCreditMemo
Gibt eine Liste zurück von: PayablesCreditMemo
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressId | String | Falsch | |
Amount1099Currency | String | Falsch | |
Amount1099 | Decimal | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
ChargeAmountCurrency | String | Falsch | |
ChargeAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
HasIntercompanyDistributions | Bool | Falsch | |
IsIntercompanyTransaction | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PONumber | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
PurchaseTaxScheduleId | String | Falsch | |
PurchasesAmountCurrency | String | Falsch | |
PurchasesAmount | Decimal | Falsch | |
RemitToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxDate | Datetime | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VendorDocumentNumber | String | Falsch | |
VendorId | String | Falsch | |
VendorName | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerbindlichkeitenFinanzenGebühren
Gibt eine Liste zurück von: PayablesFinanceCharge
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressId | String | Falsch | |
Amount1099Currency | String | Falsch | |
Amount1099 | Decimal | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
ChargeAmountCurrency | String | Falsch | |
ChargeAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
HasIntercompanyDistributions | Bool | Falsch | |
IsIntercompanyTransaction | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PONumber | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
PurchaseTaxScheduleId | String | Falsch | |
PurchasesAmountCurrency | String | Falsch | |
PurchasesAmount | Decimal | Falsch | |
RemitToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxDate | Datetime | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VendorDocumentNumber | String | Falsch | |
VendorId | String | Falsch | |
VendorName | String | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCashDocumentId | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountAmountAppliedTakenCurrency | String | Falsch | |
TermsDiscountAmountAppliedTaken | Decimal | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
TotalPaymentsCurrency | String | Falsch | |
TotalPayments | Decimal | Falsch | |
WriteoffAmountCurrency | String | Falsch | |
WriteoffAmount | Decimal | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerbindlichkeitenRechnung
Gibt eine Liste zurück von: Kreditorenrechnung
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressId | String | Falsch | |
Amount1099Currency | String | Falsch | |
Amount1099 | Decimal | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
ChargeAmountCurrency | String | Falsch | |
ChargeAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
HasIntercompanyDistributions | Bool | Falsch | |
IsIntercompanyTransaction | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PONumber | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
PurchaseTaxScheduleId | String | Falsch | |
PurchasesAmountCurrency | String | Falsch | |
PurchasesAmount | Decimal | Falsch | |
RemitToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxDate | Datetime | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VendorDocumentNumber | String | Falsch | |
VendorId | String | Falsch | |
VendorName | String | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCashDocumentId | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountAmountAppliedTakenCurrency | String | Falsch | |
TermsDiscountAmountAppliedTaken | Decimal | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
TotalPaymentsCurrency | String | Falsch | |
TotalPayments | Decimal | Falsch | |
WriteoffAmountCurrency | String | Falsch | |
WriteoffAmount | Decimal | Falsch | |
PaymentTermsId | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerbindlichkeitenSonstigesGebühren
Gibt eine Liste zurück mit: Verbindlichkeiten, Sonstige Gebühren
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressId | String | Falsch | |
Amount1099Currency | String | Falsch | |
Amount1099 | Decimal | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
ChargeAmountCurrency | String | Falsch | |
ChargeAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
HasIntercompanyDistributions | Bool | Falsch | |
IsIntercompanyTransaction | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PONumber | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
PurchaseTaxScheduleId | String | Falsch | |
PurchasesAmountCurrency | String | Falsch | |
PurchasesAmount | Decimal | Falsch | |
RemitToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxDate | Datetime | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VendorDocumentNumber | String | Falsch | |
VendorId | String | Falsch | |
VendorName | String | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCashDocumentId | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountAmountAppliedTakenCurrency | String | Falsch | |
TermsDiscountAmountAppliedTaken | Decimal | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
TotalPaymentsCurrency | String | Falsch | |
TotalPayments | Decimal | Falsch | |
WriteoffAmountCurrency | String | Falsch | |
WriteoffAmount | Decimal | Falsch | |
PaymentTermsId | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerbindlichkeitenRückgabe
Gibt eine Liste zurück von: PayablesReturn
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressId | String | Falsch | |
Amount1099Currency | String | Falsch | |
Amount1099 | Decimal | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
ChargeAmountCurrency | String | Falsch | |
ChargeAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
HasIntercompanyDistributions | Bool | Falsch | |
IsIntercompanyTransaction | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PONumber | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
PurchaseTaxScheduleId | String | Falsch | |
PurchasesAmountCurrency | String | Falsch | |
PurchasesAmount | Decimal | Falsch | |
RemitToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxDate | Datetime | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VendorDocumentNumber | String | Falsch | |
VendorId | String | Falsch | |
VendorName | String | Falsch | |
DiscountReturnedAmountCurrency | String | Falsch | |
DiscountReturnedAmount | Decimal | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCashDocumentId | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
TotalPaymentsCurrency | String | Falsch | |
TotalPayments | Decimal | Falsch | |
WriteoffAmountCurrency | String | Falsch | |
WriteoffAmount | Decimal | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Politik
Gibt eine Liste zurück von: Richtlinie
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
BehaviorsAggregate | String | Falsch | |
Id [KEY] | String | Falsch | |
Name | String | Falsch | |
RootBusinessObjectName | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Preise
Gibt eine Liste zurück mit: Preisgestaltung
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
DetailsAggregate | String | Falsch | |
KeyCurrencyKeyISOCode [KEY] | String | Falsch | |
KeyItemId [KEY] | String | Falsch | |
KeyPriceLevelId [KEY] | String | Falsch | |
KeyUofM [KEY] | String | Falsch | |
LastModifiedBy | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
RoundAmountCurrency | String | Falsch | |
RoundAmount | Decimal | Falsch | |
RoundOption | String | Falsch | |
RoundPolicy | String | Falsch | |
UofMSalesOption | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
KaufRechnung
Gibt eine Liste zurück von: Einkaufsrechnung
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
Amount1099Currency | String | Falsch | |
Amount1099 | Decimal | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
Date | Datetime | Falsch | |
DistributionsAggregate | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxAmountCurrency | String | Falsch | |
FreightTaxAmount | Decimal | Falsch | |
FreightTaxBasis | String | Falsch | |
FreightTaxScheduleId | String | Falsch | |
FreightTaxesAggregate | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
Id [KEY] | String | Falsch | |
LinesAggregate | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxAmountCurrency | String | Falsch | |
MiscellaneousTaxAmount | Decimal | Falsch | |
MiscellaneousTaxBasis | String | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
MiscellaneousTaxesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PaymentTermsId | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
Reference | String | Falsch | |
RemitToAddressId | String | Falsch | |
SubtotalCurrency | String | Falsch | |
Subtotal | Decimal | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
VendorDocumentNumber | String | Falsch | |
VendorId | String | Falsch | |
VendorName | String | Falsch | |
VoucherNumber | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Auftragsbestätigung
Gibt eine Liste zurück mit: Bestellung
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
BackoutFreightTaxAmountCurrency | String | Falsch | |
BackoutFreightTaxAmount | Decimal | Falsch | |
BackoutMiscellaneousTaxAmountCurrency | String | Falsch | |
BackoutMiscellaneousTaxAmount | Decimal | Falsch | |
BackoutTaxAmountCurrency | String | Falsch | |
BackoutTaxAmount | Decimal | Falsch | |
BillToAddressId | String | Falsch | |
BuyerId | String | Falsch | |
CanceledSubtotalCurrency | String | Falsch | |
CanceledSubtotal | Decimal | Falsch | |
Comment | String | Falsch | |
CommentId | String | Falsch | |
ConfirmWith | String | Falsch | |
ContractEndDate | Datetime | Falsch | |
ContractNumber | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
Date | Datetime | Falsch | |
DoesAllowSalesOrderCommitments | Bool | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxAmountCurrency | String | Falsch | |
FreightTaxAmount | Decimal | Falsch | |
FreightTaxBasis | String | Falsch | |
FreightTaxScheduleId | String | Falsch | |
FreightTaxesAggregate | String | Falsch | |
IsOnHold | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastEditDate | Datetime | Falsch | |
LastPrintedDate | Datetime | Falsch | |
LinesAggregate | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxAmountCurrency | String | Falsch | |
MiscellaneousTaxAmount | Decimal | Falsch | |
MiscellaneousTaxBasis | String | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
MiscellaneousTaxesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PaymentTermsId | String | Falsch | |
PromisedDate | Datetime | Falsch | |
PromisedShipDate | Datetime | Falsch | |
PurchaseAddressExtensionsExtensionAggregate | String | Falsch | |
PurchaseAddressCity | String | Falsch | |
PurchaseAddressLine1 | String | Falsch | |
PurchaseAddressLine2 | String | Falsch | |
PurchaseAddressLine3 | String | Falsch | |
PurchaseAddressPostalCode | String | Falsch | |
PurchaseAddressState | String | Falsch | |
PurchaseAddressCountryRegion | String | Falsch | |
PurchaseAddressFaxCountryCode | String | Falsch | |
PurchaseAddressFaxExtension | String | Falsch | |
PurchaseAddressFax | String | Falsch | |
PurchaseAddressPhone1CountryCode | String | Falsch | |
PurchaseAddressPhone1Extension | String | Falsch | |
PurchaseAddressPhone1 | String | Falsch | |
PurchaseAddressPhone2CountryCode | String | Falsch | |
PurchaseAddressPhone2Extension | String | Falsch | |
PurchaseAddressPhone2 | String | Falsch | |
PurchaseAddressPhone3CountryCode | String | Falsch | |
PurchaseAddressPhone3Extension | String | Falsch | |
PurchaseAddressPhone3 | String | Falsch | |
PurchaseAddressCountryRegionCodeId | String | Falsch | |
PurchaseAddressContactPerson | String | Falsch | |
PurchaseAddressName | String | Falsch | |
PurchaseAddressId | String | Falsch | |
RemainingSubtotalCurrency | String | Falsch | |
RemainingSubtotal | Decimal | Falsch | |
RequestedDate | Datetime | Falsch | |
RequisitionDate | Datetime | Falsch | |
RevisionNumber | Int | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressFaxCountryCode | String | Falsch | |
ShipToAddressFaxExtension | String | Falsch | |
ShipToAddressFax | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
ShipToAddressPhone2CountryCode | String | Falsch | |
ShipToAddressPhone2Extension | String | Falsch | |
ShipToAddressPhone2 | String | Falsch | |
ShipToAddressPhone3CountryCode | String | Falsch | |
ShipToAddressPhone3Extension | String | Falsch | |
ShipToAddressPhone3 | String | Falsch | |
ShipToAddressCountryRegionCodeId | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressName | String | Falsch | |
ShipToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
Status | String | Falsch | |
StatusGroup | String | Falsch | |
SubtotalCurrency | String | Falsch | |
Subtotal | Decimal | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TimesPrinted | Int | Falsch | |
TotalAmountCurrency | String | Falsch | |
TotalAmount | Decimal | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VendorId | String | Falsch | |
VendorName | String | Falsch | |
WorkflowPriority | String | Falsch | |
WorkflowsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Kaufbeleg
Gibt eine Liste zurück mit: Kaufbeleg
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ActualShipDate | Datetime | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
Date | Datetime | Falsch | |
DistributionsAggregate | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
Id [KEY] | String | Falsch | |
LinesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
Reference | String | Falsch | |
RemitToAddressId | String | Falsch | |
SubtotalCurrency | String | Falsch | |
Subtotal | Decimal | Falsch | |
TotalLandedCostAmountCurrency | String | Falsch | |
TotalLandedCostAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
UserDefinedAggregate | String | Falsch | |
VendorDocumentNumber | String | Falsch | |
VendorId | String | Falsch | |
VendorName | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenCreditMemo
Gibt eine Liste zurück von: ReceivablesCreditMemo
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressKeyCustomerId | String | Falsch | |
AddressId | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CorporateAccountId | String | Falsch | |
CostAmountCurrency | String | Falsch | |
CostAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CurrentDocumentAmountCurrency | String | Falsch | |
CurrentDocumentAmount | Decimal | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
InvoicePaidOffDate | Datetime | Falsch | |
IsDeleted | Bool | Falsch | |
IsDirectDebitDocument | Bool | Falsch | |
IsElectronic | Bool | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
SalesAmountCurrency | String | Falsch | |
SalesAmount | Decimal | Falsch | |
SalesTaxScheduleId | String | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VoidDate | Datetime | Falsch | |
DiscountReturnedCurrency | String | Falsch | |
DiscountReturned | Decimal | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenDebitMemo
Gibt eine Liste zurück von: ReceivablesDebitMemo
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressKeyCustomerId | String | Falsch | |
AddressId | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CorporateAccountId | String | Falsch | |
CostAmountCurrency | String | Falsch | |
CostAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CurrentDocumentAmountCurrency | String | Falsch | |
CurrentDocumentAmount | Decimal | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
InvoicePaidOffDate | Datetime | Falsch | |
IsDeleted | Bool | Falsch | |
IsDirectDebitDocument | Bool | Falsch | |
IsElectronic | Bool | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
SalesAmountCurrency | String | Falsch | |
SalesAmount | Decimal | Falsch | |
SalesTaxScheduleId | String | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VoidDate | Datetime | Falsch | |
GSTDiscountAmountCurrency | String | Falsch | |
GSTDiscountAmount | Decimal | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
PaymentPaymentCardBankAccountId | String | Falsch | |
PaymentTermsId | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountAvailableTakenAmountCurrency | String | Falsch | |
TermsDiscountAvailableTakenAmount | Decimal | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
WriteoffAmountCurrency | String | Falsch | |
WriteoffAmount | Decimal | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenFinanzenGebühren
Gibt eine Liste zurück von: ReceivablesFinanceCharge
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressKeyCustomerId | String | Falsch | |
AddressId | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CorporateAccountId | String | Falsch | |
CostAmountCurrency | String | Falsch | |
CostAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CurrentDocumentAmountCurrency | String | Falsch | |
CurrentDocumentAmount | Decimal | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
InvoicePaidOffDate | Datetime | Falsch | |
IsDeleted | Bool | Falsch | |
IsDirectDebitDocument | Bool | Falsch | |
IsElectronic | Bool | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
SalesAmountCurrency | String | Falsch | |
SalesAmount | Decimal | Falsch | |
SalesTaxScheduleId | String | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VoidDate | Datetime | Falsch | |
GSTDiscountAmountCurrency | String | Falsch | |
GSTDiscountAmount | Decimal | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
PaymentPaymentCardBankAccountId | String | Falsch | |
PaymentTermsId | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountAvailableTakenAmountCurrency | String | Falsch | |
TermsDiscountAvailableTakenAmount | Decimal | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
WriteoffAmountCurrency | String | Falsch | |
WriteoffAmount | Decimal | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenRechnung
Gibt eine Liste zurück von: ForderungenRechnung
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressKeyCustomerId | String | Falsch | |
AddressId | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CorporateAccountId | String | Falsch | |
CostAmountCurrency | String | Falsch | |
CostAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CurrentDocumentAmountCurrency | String | Falsch | |
CurrentDocumentAmount | Decimal | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
InvoicePaidOffDate | Datetime | Falsch | |
IsDeleted | Bool | Falsch | |
IsDirectDebitDocument | Bool | Falsch | |
IsElectronic | Bool | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
SalesAmountCurrency | String | Falsch | |
SalesAmount | Decimal | Falsch | |
SalesTaxScheduleId | String | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VoidDate | Datetime | Falsch | |
GSTDiscountAmountCurrency | String | Falsch | |
GSTDiscountAmount | Decimal | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
PaymentPaymentCardBankAccountId | String | Falsch | |
PaymentTermsId | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountAvailableTakenAmountCurrency | String | Falsch | |
TermsDiscountAvailableTakenAmount | Decimal | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
WriteoffAmountCurrency | String | Falsch | |
WriteoffAmount | Decimal | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenRückgabe
Gibt eine Liste zurück von: ReceivablesReturn
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressKeyCustomerId | String | Falsch | |
AddressId | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CorporateAccountId | String | Falsch | |
CostAmountCurrency | String | Falsch | |
CostAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CurrentDocumentAmountCurrency | String | Falsch | |
CurrentDocumentAmount | Decimal | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
InvoicePaidOffDate | Datetime | Falsch | |
IsDeleted | Bool | Falsch | |
IsDirectDebitDocument | Bool | Falsch | |
IsElectronic | Bool | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
SalesAmountCurrency | String | Falsch | |
SalesAmount | Decimal | Falsch | |
SalesTaxScheduleId | String | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VoidDate | Datetime | Falsch | |
DiscountReturnedCurrency | String | Falsch | |
DiscountReturned | Decimal | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionsAggregate | String | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
PaymentPaymentCardBankAccountId | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenServiceReparatur
Gibt eine Liste zurück von: ForderungenServiceReparatur
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressKeyCustomerId | String | Falsch | |
AddressId | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CorporateAccountId | String | Falsch | |
CostAmountCurrency | String | Falsch | |
CostAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CurrentDocumentAmountCurrency | String | Falsch | |
CurrentDocumentAmount | Decimal | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
InvoicePaidOffDate | Datetime | Falsch | |
IsDeleted | Bool | Falsch | |
IsDirectDebitDocument | Bool | Falsch | |
IsElectronic | Bool | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
SalesAmountCurrency | String | Falsch | |
SalesAmount | Decimal | Falsch | |
SalesTaxScheduleId | String | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VoidDate | Datetime | Falsch | |
GSTDiscountAmountCurrency | String | Falsch | |
GSTDiscountAmount | Decimal | Falsch | |
PaymentCashAmountCurrency | String | Falsch | |
PaymentCashAmount | Decimal | Falsch | |
PaymentCashBankAccountId | String | Falsch | |
PaymentCashDate | Datetime | Falsch | |
PaymentCashNumber | String | Falsch | |
PaymentCheckAmountCurrency | String | Falsch | |
PaymentCheckAmount | Decimal | Falsch | |
PaymentCheckBankAccountId | String | Falsch | |
PaymentCheckCheckNumber | String | Falsch | |
PaymentCheckDate | Datetime | Falsch | |
PaymentCheckNumber | String | Falsch | |
PaymentPaymentCardAmountCurrency | String | Falsch | |
PaymentPaymentCardAmount | Decimal | Falsch | |
PaymentPaymentCardDate | Datetime | Falsch | |
PaymentPaymentCardNumber | String | Falsch | |
PaymentPaymentCardReceiptNumber | String | Falsch | |
PaymentPaymentCardTypeId | String | Falsch | |
PaymentPaymentCardBankAccountId | String | Falsch | |
PaymentTermsId | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountAvailableTakenAmountCurrency | String | Falsch | |
TermsDiscountAvailableTakenAmount | Decimal | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
WriteoffAmountCurrency | String | Falsch | |
WriteoffAmount | Decimal | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenGarantie
Liste zurückgeben von: ForderungenGarantie
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressKeyCustomerId | String | Falsch | |
AddressId | String | Falsch | |
AuditTrailCode | String | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
CorporateAccountId | String | Falsch | |
CostAmountCurrency | String | Falsch | |
CostAmount | Decimal | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CurrentDocumentAmountCurrency | String | Falsch | |
CurrentDocumentAmount | Decimal | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentAmountCurrency | String | Falsch | |
DocumentAmount | Decimal | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxScheduleId | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
InvoicePaidOffDate | Datetime | Falsch | |
IsDeleted | Bool | Falsch | |
IsDirectDebitDocument | Bool | Falsch | |
IsElectronic | Bool | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
ModifiedBy | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
SalesAmountCurrency | String | Falsch | |
SalesAmount | Decimal | Falsch | |
SalesTaxScheduleId | String | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TradeDiscountAmountCurrency | String | Falsch | |
TradeDiscountAmount | Decimal | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
VoidDate | Datetime | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Rückgabegenehmigung
Gibt eine Liste zurück von: ReturnMaterialAuthorization
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
BillToAddressId | String | Falsch | |
BillToCustomerId | String | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
EntryDateTime | Datetime | Falsch | |
EstimatedArrivalDateTime | Datetime | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
Id [KEY] | String | Falsch | |
Note | String | Falsch | |
OfficeId | String | Falsch | |
RateTypeId | String | Falsch | |
ShipToAddressId | String | Falsch | |
TransactionState | String | Falsch | |
UserDefined01 | String | Falsch | |
UserDefined02 | String | Falsch | |
UserDefined03 | String | Falsch | |
UserDefined04 | String | Falsch | |
UserDefined05 | String | Falsch | |
AuditsAggregate | String | Falsch | |
BillOfLading | String | Falsch | |
ClosedDateTime | Datetime | Falsch | |
CommitDateTime | Datetime | Falsch | |
CreatedBy | String | Falsch | |
IsFromServiceCall | Bool | Falsch | |
IsReceived | Bool | Falsch | |
LinesAggregate | String | Falsch | |
OriginatingDocumentId | String | Falsch | |
OriginatingDocumentType | String | Falsch | |
ReasonCodeDescription | String | Falsch | |
ReasonCodeId | String | Falsch | |
ReturnDateTime | Datetime | Falsch | |
ReturnStatus | String | Falsch | |
ReturnStatusCodeId | String | Falsch | |
ReturnToAddressExtensionsExtensionAggregate | String | Falsch | |
ReturnToAddressCity | String | Falsch | |
ReturnToAddressLine1 | String | Falsch | |
ReturnToAddressLine2 | String | Falsch | |
ReturnToAddressLine3 | String | Falsch | |
ReturnToAddressPostalCode | String | Falsch | |
ReturnToAddressState | String | Falsch | |
ReturnToAddressCountryRegion | String | Falsch | |
ReturnToAddressName | String | Falsch | |
ReturnTypeId | String | Falsch | |
ReturnWarehouseId | String | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShippingMethodId | String | Falsch | |
Type | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufNachbestellung
Gibt eine Liste zurück mit: SalesBackorder
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ActualShipDate | Datetime | Falsch | |
AuditTrailCode | String | Falsch | |
BackorderDate | Datetime | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
BillToAddressKeyCustomerId | String | Falsch | |
BillToAddressId | String | Falsch | |
Comment | String | Falsch | |
CommentId | String | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionSaleAmountCurrency | String | Falsch | |
CommissionSaleAmount | Decimal | Falsch | |
CommissionsAggregate | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
DiscountAmountCurrency | String | Falsch | |
DiscountAmount | Decimal | Falsch | |
DocumentTypeId | String | Falsch | |
DocumentTypeKeyType | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxAmountCurrency | String | Falsch | |
FreightTaxAmount | Decimal | Falsch | |
FreightTaxBasis | String | Falsch | |
FreightTaxScheduleId | String | Falsch | |
FreightTaxesAggregate | String | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
FulfillDate | Datetime | Falsch | |
IntegrationId | String | Falsch | |
IntegrationSource | Int | Falsch | |
InvoiceDate | Datetime | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
LineTotalAmountCurrency | String | Falsch | |
LineTotalAmount | Decimal | Falsch | |
MasterNumber | Int | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxAmountCurrency | String | Falsch | |
MiscellaneousTaxAmount | Decimal | Falsch | |
MiscellaneousTaxBasis | String | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
MiscellaneousTaxesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
Note | String | Falsch | |
OriginalSalesDocumentId | String | Falsch | |
OriginalSalesDocumentType | String | Falsch | |
PaymentTermsId | String | Falsch | |
PriceLevelId | String | Falsch | |
ProcessHoldsAggregate | String | Falsch | |
QuoteDate | Datetime | Falsch | |
Reference | String | Falsch | |
RequestedShipDate | Datetime | Falsch | |
ReturnDate | Datetime | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShipCompleteOnly | Bool | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressFaxCountryCode | String | Falsch | |
ShipToAddressFaxExtension | String | Falsch | |
ShipToAddressFax | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
ShipToAddressPhone2CountryCode | String | Falsch | |
ShipToAddressPhone2Extension | String | Falsch | |
ShipToAddressPhone2 | String | Falsch | |
ShipToAddressPhone3CountryCode | String | Falsch | |
ShipToAddressPhone3Extension | String | Falsch | |
ShipToAddressPhone3 | String | Falsch | |
ShipToAddressCountryRegionCodeId | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressName | String | Falsch | |
ShipToAddressKeyCustomerId | String | Falsch | |
ShipToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxExemptNumber1 | String | Falsch | |
TaxExemptNumber2 | String | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TotalAmountCurrency | String | Falsch | |
TotalAmount | Decimal | Falsch | |
TrackingNumbersAggregate | String | Falsch | |
TradeDiscountItem | String | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
UPSZone | String | Falsch | |
UserDefinedDate01 | Datetime | Falsch | |
UserDefinedDate02 | Datetime | Falsch | |
UserDefinedList01 | String | Falsch | |
UserDefinedList02 | String | Falsch | |
UserDefinedList03 | String | Falsch | |
UserDefinedText01 | String | Falsch | |
UserDefinedText02 | String | Falsch | |
UserDefinedText03 | String | Falsch | |
UserDefinedText04 | String | Falsch | |
UserDefinedText05 | String | Falsch | |
WarehouseId | String | Falsch | |
DepositAmountCurrency | String | Falsch | |
DepositAmount | Decimal | Falsch | |
LinesAggregate | String | Falsch | |
PaymentAmountCurrency | String | Falsch | |
PaymentAmount | Decimal | Falsch | |
PaymentsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufErfüllungBestellung
Gibt eine Liste zurück von: SalesFulfillmentOrder
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ActualShipDate | Datetime | Falsch | |
AuditTrailCode | String | Falsch | |
BackorderDate | Datetime | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
BillToAddressKeyCustomerId | String | Falsch | |
BillToAddressId | String | Falsch | |
Comment | String | Falsch | |
CommentId | String | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionSaleAmountCurrency | String | Falsch | |
CommissionSaleAmount | Decimal | Falsch | |
CommissionsAggregate | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
DiscountAmountCurrency | String | Falsch | |
DiscountAmount | Decimal | Falsch | |
DocumentTypeId | String | Falsch | |
DocumentTypeKeyType | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxAmountCurrency | String | Falsch | |
FreightTaxAmount | Decimal | Falsch | |
FreightTaxBasis | String | Falsch | |
FreightTaxScheduleId | String | Falsch | |
FreightTaxesAggregate | String | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
FulfillDate | Datetime | Falsch | |
IntegrationId | String | Falsch | |
IntegrationSource | Int | Falsch | |
InvoiceDate | Datetime | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
LineTotalAmountCurrency | String | Falsch | |
LineTotalAmount | Decimal | Falsch | |
MasterNumber | Int | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxAmountCurrency | String | Falsch | |
MiscellaneousTaxAmount | Decimal | Falsch | |
MiscellaneousTaxBasis | String | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
MiscellaneousTaxesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
Note | String | Falsch | |
OriginalSalesDocumentId | String | Falsch | |
OriginalSalesDocumentType | String | Falsch | |
PaymentTermsId | String | Falsch | |
PriceLevelId | String | Falsch | |
ProcessHoldsAggregate | String | Falsch | |
QuoteDate | Datetime | Falsch | |
Reference | String | Falsch | |
RequestedShipDate | Datetime | Falsch | |
ReturnDate | Datetime | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShipCompleteOnly | Bool | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressFaxCountryCode | String | Falsch | |
ShipToAddressFaxExtension | String | Falsch | |
ShipToAddressFax | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
ShipToAddressPhone2CountryCode | String | Falsch | |
ShipToAddressPhone2Extension | String | Falsch | |
ShipToAddressPhone2 | String | Falsch | |
ShipToAddressPhone3CountryCode | String | Falsch | |
ShipToAddressPhone3Extension | String | Falsch | |
ShipToAddressPhone3 | String | Falsch | |
ShipToAddressCountryRegionCodeId | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressName | String | Falsch | |
ShipToAddressKeyCustomerId | String | Falsch | |
ShipToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxExemptNumber1 | String | Falsch | |
TaxExemptNumber2 | String | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TotalAmountCurrency | String | Falsch | |
TotalAmount | Decimal | Falsch | |
TrackingNumbersAggregate | String | Falsch | |
TradeDiscountItem | String | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
UPSZone | String | Falsch | |
UserDefinedDate01 | Datetime | Falsch | |
UserDefinedDate02 | Datetime | Falsch | |
UserDefinedList01 | String | Falsch | |
UserDefinedList02 | String | Falsch | |
UserDefinedList03 | String | Falsch | |
UserDefinedText01 | String | Falsch | |
UserDefinedText02 | String | Falsch | |
UserDefinedText03 | String | Falsch | |
UserDefinedText04 | String | Falsch | |
UserDefinedText05 | String | Falsch | |
WarehouseId | String | Falsch | |
DepositAmountCurrency | String | Falsch | |
DepositAmount | Decimal | Falsch | |
DistributionsAggregate | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
IsDirectDebit | Bool | Falsch | |
LinesAggregate | String | Falsch | |
PaymentAmountCurrency | String | Falsch | |
PaymentAmount | Decimal | Falsch | |
PaymentsAggregate | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
ShippingProcessStatus | String | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
WorkflowPriority | String | Falsch | |
WorkflowsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufsrechnung
Gibt eine Liste zurück von: SalesInvoice
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ActualShipDate | Datetime | Falsch | |
AuditTrailCode | String | Falsch | |
BackorderDate | Datetime | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
BillToAddressKeyCustomerId | String | Falsch | |
BillToAddressId | String | Falsch | |
Comment | String | Falsch | |
CommentId | String | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionSaleAmountCurrency | String | Falsch | |
CommissionSaleAmount | Decimal | Falsch | |
CommissionsAggregate | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
DiscountAmountCurrency | String | Falsch | |
DiscountAmount | Decimal | Falsch | |
DocumentTypeId | String | Falsch | |
DocumentTypeKeyType | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxAmountCurrency | String | Falsch | |
FreightTaxAmount | Decimal | Falsch | |
FreightTaxBasis | String | Falsch | |
FreightTaxScheduleId | String | Falsch | |
FreightTaxesAggregate | String | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
FulfillDate | Datetime | Falsch | |
IntegrationId | String | Falsch | |
IntegrationSource | Int | Falsch | |
InvoiceDate | Datetime | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
LineTotalAmountCurrency | String | Falsch | |
LineTotalAmount | Decimal | Falsch | |
MasterNumber | Int | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxAmountCurrency | String | Falsch | |
MiscellaneousTaxAmount | Decimal | Falsch | |
MiscellaneousTaxBasis | String | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
MiscellaneousTaxesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
Note | String | Falsch | |
OriginalSalesDocumentId | String | Falsch | |
OriginalSalesDocumentType | String | Falsch | |
PaymentTermsId | String | Falsch | |
PriceLevelId | String | Falsch | |
ProcessHoldsAggregate | String | Falsch | |
QuoteDate | Datetime | Falsch | |
Reference | String | Falsch | |
RequestedShipDate | Datetime | Falsch | |
ReturnDate | Datetime | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShipCompleteOnly | Bool | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressFaxCountryCode | String | Falsch | |
ShipToAddressFaxExtension | String | Falsch | |
ShipToAddressFax | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
ShipToAddressPhone2CountryCode | String | Falsch | |
ShipToAddressPhone2Extension | String | Falsch | |
ShipToAddressPhone2 | String | Falsch | |
ShipToAddressPhone3CountryCode | String | Falsch | |
ShipToAddressPhone3Extension | String | Falsch | |
ShipToAddressPhone3 | String | Falsch | |
ShipToAddressCountryRegionCodeId | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressName | String | Falsch | |
ShipToAddressKeyCustomerId | String | Falsch | |
ShipToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxExemptNumber1 | String | Falsch | |
TaxExemptNumber2 | String | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TotalAmountCurrency | String | Falsch | |
TotalAmount | Decimal | Falsch | |
TrackingNumbersAggregate | String | Falsch | |
TradeDiscountItem | String | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
UPSZone | String | Falsch | |
UserDefinedDate01 | Datetime | Falsch | |
UserDefinedDate02 | Datetime | Falsch | |
UserDefinedList01 | String | Falsch | |
UserDefinedList02 | String | Falsch | |
UserDefinedList03 | String | Falsch | |
UserDefinedText01 | String | Falsch | |
UserDefinedText02 | String | Falsch | |
UserDefinedText03 | String | Falsch | |
UserDefinedText04 | String | Falsch | |
UserDefinedText05 | String | Falsch | |
WarehouseId | String | Falsch | |
DepositAmountCurrency | String | Falsch | |
DepositAmount | Decimal | Falsch | |
DistributionsAggregate | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
IsDirectDebit | Bool | Falsch | |
LinesAggregate | String | Falsch | |
PaymentAmountCurrency | String | Falsch | |
PaymentAmount | Decimal | Falsch | |
PaymentsAggregate | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
TermsDiscountItem | String | Falsch | |
TermsDiscountAvailableAmountCurrency | String | Falsch | |
TermsDiscountAvailableAmount | Decimal | Falsch | |
TermsDiscountDate | Datetime | Falsch | |
TermsDueDate | Datetime | Falsch | |
TermsDiscountTakenAmountCurrency | String | Falsch | |
TermsDiscountTakenAmount | Decimal | Falsch | |
WorkflowPriority | String | Falsch | |
WorkflowsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufsauftrag
Gibt eine Liste zurück mit: SalesOrder
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ActualShipDate | Datetime | Falsch | |
AuditTrailCode | String | Falsch | |
BackorderDate | Datetime | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
BillToAddressKeyCustomerId | String | Falsch | |
BillToAddressId | String | Falsch | |
Comment | String | Falsch | |
CommentId | String | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionSaleAmountCurrency | String | Falsch | |
CommissionSaleAmount | Decimal | Falsch | |
CommissionsAggregate | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
DiscountAmountCurrency | String | Falsch | |
DiscountAmount | Decimal | Falsch | |
DocumentTypeId | String | Falsch | |
DocumentTypeKeyType | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxAmountCurrency | String | Falsch | |
FreightTaxAmount | Decimal | Falsch | |
FreightTaxBasis | String | Falsch | |
FreightTaxScheduleId | String | Falsch | |
FreightTaxesAggregate | String | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
FulfillDate | Datetime | Falsch | |
IntegrationId | String | Falsch | |
IntegrationSource | Int | Falsch | |
InvoiceDate | Datetime | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
LineTotalAmountCurrency | String | Falsch | |
LineTotalAmount | Decimal | Falsch | |
MasterNumber | Int | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxAmountCurrency | String | Falsch | |
MiscellaneousTaxAmount | Decimal | Falsch | |
MiscellaneousTaxBasis | String | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
MiscellaneousTaxesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
Note | String | Falsch | |
OriginalSalesDocumentId | String | Falsch | |
OriginalSalesDocumentType | String | Falsch | |
PaymentTermsId | String | Falsch | |
PriceLevelId | String | Falsch | |
ProcessHoldsAggregate | String | Falsch | |
QuoteDate | Datetime | Falsch | |
Reference | String | Falsch | |
RequestedShipDate | Datetime | Falsch | |
ReturnDate | Datetime | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShipCompleteOnly | Bool | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressFaxCountryCode | String | Falsch | |
ShipToAddressFaxExtension | String | Falsch | |
ShipToAddressFax | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
ShipToAddressPhone2CountryCode | String | Falsch | |
ShipToAddressPhone2Extension | String | Falsch | |
ShipToAddressPhone2 | String | Falsch | |
ShipToAddressPhone3CountryCode | String | Falsch | |
ShipToAddressPhone3Extension | String | Falsch | |
ShipToAddressPhone3 | String | Falsch | |
ShipToAddressCountryRegionCodeId | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressName | String | Falsch | |
ShipToAddressKeyCustomerId | String | Falsch | |
ShipToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxExemptNumber1 | String | Falsch | |
TaxExemptNumber2 | String | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TotalAmountCurrency | String | Falsch | |
TotalAmount | Decimal | Falsch | |
TrackingNumbersAggregate | String | Falsch | |
TradeDiscountItem | String | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
UPSZone | String | Falsch | |
UserDefinedDate01 | Datetime | Falsch | |
UserDefinedDate02 | Datetime | Falsch | |
UserDefinedList01 | String | Falsch | |
UserDefinedList02 | String | Falsch | |
UserDefinedList03 | String | Falsch | |
UserDefinedText01 | String | Falsch | |
UserDefinedText02 | String | Falsch | |
UserDefinedText03 | String | Falsch | |
UserDefinedText04 | String | Falsch | |
UserDefinedText05 | String | Falsch | |
WarehouseId | String | Falsch | |
DaysToIncrement | Int | Falsch | |
DepositAmountCurrency | String | Falsch | |
DepositAmount | Decimal | Falsch | |
DocumentFrequency | String | Falsch | |
IsRepeating | Bool | Falsch | |
LinesAggregate | String | Falsch | |
PaymentAmountCurrency | String | Falsch | |
PaymentAmount | Decimal | Falsch | |
PaymentsAggregate | String | Falsch | |
ShippingProcessStatus | String | Falsch | |
TimesToRepeat | Int | Falsch | |
WorkflowPriority | String | Falsch | |
WorkflowsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufProzessHaltenSetup
Gibt eine Liste zurück von: SalesProcessHoldSetup
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
Description | String | Falsch | |
IsFulfillHold | Bool | Falsch | |
IsPostHold | Bool | Falsch | |
IsPrintHold | Bool | Falsch | |
IsTransferHold | Bool | Falsch | |
Id [KEY] | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
Password | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufsangebot
Gibt eine Liste zurück von: SalesQuote
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ActualShipDate | Datetime | Falsch | |
AuditTrailCode | String | Falsch | |
BackorderDate | Datetime | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
BillToAddressKeyCustomerId | String | Falsch | |
BillToAddressId | String | Falsch | |
Comment | String | Falsch | |
CommentId | String | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionSaleAmountCurrency | String | Falsch | |
CommissionSaleAmount | Decimal | Falsch | |
CommissionsAggregate | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
DiscountAmountCurrency | String | Falsch | |
DiscountAmount | Decimal | Falsch | |
DocumentTypeId | String | Falsch | |
DocumentTypeKeyType | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxAmountCurrency | String | Falsch | |
FreightTaxAmount | Decimal | Falsch | |
FreightTaxBasis | String | Falsch | |
FreightTaxScheduleId | String | Falsch | |
FreightTaxesAggregate | String | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
FulfillDate | Datetime | Falsch | |
IntegrationId | String | Falsch | |
IntegrationSource | Int | Falsch | |
InvoiceDate | Datetime | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
LineTotalAmountCurrency | String | Falsch | |
LineTotalAmount | Decimal | Falsch | |
MasterNumber | Int | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxAmountCurrency | String | Falsch | |
MiscellaneousTaxAmount | Decimal | Falsch | |
MiscellaneousTaxBasis | String | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
MiscellaneousTaxesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
Note | String | Falsch | |
OriginalSalesDocumentId | String | Falsch | |
OriginalSalesDocumentType | String | Falsch | |
PaymentTermsId | String | Falsch | |
PriceLevelId | String | Falsch | |
ProcessHoldsAggregate | String | Falsch | |
QuoteDate | Datetime | Falsch | |
Reference | String | Falsch | |
RequestedShipDate | Datetime | Falsch | |
ReturnDate | Datetime | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShipCompleteOnly | Bool | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressFaxCountryCode | String | Falsch | |
ShipToAddressFaxExtension | String | Falsch | |
ShipToAddressFax | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
ShipToAddressPhone2CountryCode | String | Falsch | |
ShipToAddressPhone2Extension | String | Falsch | |
ShipToAddressPhone2 | String | Falsch | |
ShipToAddressPhone3CountryCode | String | Falsch | |
ShipToAddressPhone3Extension | String | Falsch | |
ShipToAddressPhone3 | String | Falsch | |
ShipToAddressCountryRegionCodeId | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressName | String | Falsch | |
ShipToAddressKeyCustomerId | String | Falsch | |
ShipToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxExemptNumber1 | String | Falsch | |
TaxExemptNumber2 | String | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TotalAmountCurrency | String | Falsch | |
TotalAmount | Decimal | Falsch | |
TrackingNumbersAggregate | String | Falsch | |
TradeDiscountItem | String | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
UPSZone | String | Falsch | |
UserDefinedDate01 | Datetime | Falsch | |
UserDefinedDate02 | Datetime | Falsch | |
UserDefinedList01 | String | Falsch | |
UserDefinedList02 | String | Falsch | |
UserDefinedList03 | String | Falsch | |
UserDefinedText01 | String | Falsch | |
UserDefinedText02 | String | Falsch | |
UserDefinedText03 | String | Falsch | |
UserDefinedText04 | String | Falsch | |
UserDefinedText05 | String | Falsch | |
WarehouseId | String | Falsch | |
DaysToIncrement | Int | Falsch | |
DocumentFrequency | String | Falsch | |
ExpirationDate | Datetime | Falsch | |
IsProspect | Bool | Falsch | |
IsRepeating | Bool | Falsch | |
LinesAggregate | String | Falsch | |
TimesToRepeat | Int | Falsch | |
WorkflowPriority | String | Falsch | |
WorkflowsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Umsatzrendite
Gibt eine Liste zurück von: SalesReturn
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ActualShipDate | Datetime | Falsch | |
AuditTrailCode | String | Falsch | |
BackorderDate | Datetime | Falsch | |
BatchKeyCreatedDateTime | Datetime | Falsch | |
BatchId | String | Falsch | |
BatchKeySource | String | Falsch | |
BillToAddressKeyCustomerId | String | Falsch | |
BillToAddressId | String | Falsch | |
Comment | String | Falsch | |
CommentId | String | Falsch | |
CommissionAmountCurrency | String | Falsch | |
CommissionAmount | Decimal | Falsch | |
CommissionBasedOn | String | Falsch | |
CommissionSaleAmountCurrency | String | Falsch | |
CommissionSaleAmount | Decimal | Falsch | |
CommissionsAggregate | String | Falsch | |
CreatedBy | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
Date | Datetime | Falsch | |
DiscountAmountCurrency | String | Falsch | |
DiscountAmount | Decimal | Falsch | |
DocumentTypeId | String | Falsch | |
DocumentTypeKeyType | String | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FreightAmountCurrency | String | Falsch | |
FreightAmount | Decimal | Falsch | |
FreightTaxAmountCurrency | String | Falsch | |
FreightTaxAmount | Decimal | Falsch | |
FreightTaxBasis | String | Falsch | |
FreightTaxScheduleId | String | Falsch | |
FreightTaxesAggregate | String | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
FulfillDate | Datetime | Falsch | |
IntegrationId | String | Falsch | |
IntegrationSource | Int | Falsch | |
InvoiceDate | Datetime | Falsch | |
IsIntrastatDocument | Bool | Falsch | |
IsVoided | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
LineTotalAmountCurrency | String | Falsch | |
LineTotalAmount | Decimal | Falsch | |
MasterNumber | Int | Falsch | |
MiscellaneousAmountCurrency | String | Falsch | |
MiscellaneousAmount | Decimal | Falsch | |
MiscellaneousTaxAmountCurrency | String | Falsch | |
MiscellaneousTaxAmount | Decimal | Falsch | |
MiscellaneousTaxBasis | String | Falsch | |
MiscellaneousTaxScheduleId | String | Falsch | |
MiscellaneousTaxesAggregate | String | Falsch | |
ModifiedDate | Datetime | Falsch | |
Note | String | Falsch | |
OriginalSalesDocumentId | String | Falsch | |
OriginalSalesDocumentType | String | Falsch | |
PaymentTermsId | String | Falsch | |
PriceLevelId | String | Falsch | |
ProcessHoldsAggregate | String | Falsch | |
QuoteDate | Datetime | Falsch | |
Reference | String | Falsch | |
RequestedShipDate | Datetime | Falsch | |
ReturnDate | Datetime | Falsch | |
SalesTerritoryId | String | Falsch | |
SalespersonId | String | Falsch | |
ShipCompleteOnly | Bool | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressFaxCountryCode | String | Falsch | |
ShipToAddressFaxExtension | String | Falsch | |
ShipToAddressFax | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
ShipToAddressPhone2CountryCode | String | Falsch | |
ShipToAddressPhone2Extension | String | Falsch | |
ShipToAddressPhone2 | String | Falsch | |
ShipToAddressPhone3CountryCode | String | Falsch | |
ShipToAddressPhone3Extension | String | Falsch | |
ShipToAddressPhone3 | String | Falsch | |
ShipToAddressCountryRegionCodeId | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressName | String | Falsch | |
ShipToAddressKeyCustomerId | String | Falsch | |
ShipToAddressId | String | Falsch | |
ShippingMethodId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxExemptNumber1 | String | Falsch | |
TaxExemptNumber2 | String | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TaxScheduleId | String | Falsch | |
TaxesAggregate | String | Falsch | |
TotalAmountCurrency | String | Falsch | |
TotalAmount | Decimal | Falsch | |
TrackingNumbersAggregate | String | Falsch | |
TradeDiscountItem | String | Falsch | |
TransactionState | String | Falsch | |
Type | String | Falsch | |
UPSZone | String | Falsch | |
UserDefinedDate01 | Datetime | Falsch | |
UserDefinedDate02 | Datetime | Falsch | |
UserDefinedList01 | String | Falsch | |
UserDefinedList02 | String | Falsch | |
UserDefinedList03 | String | Falsch | |
UserDefinedText01 | String | Falsch | |
UserDefinedText02 | String | Falsch | |
UserDefinedText03 | String | Falsch | |
UserDefinedText04 | String | Falsch | |
UserDefinedText05 | String | Falsch | |
WarehouseId | String | Falsch | |
DistributionsAggregate | String | Falsch | |
GeneralLedgerPostingDate | Datetime | Falsch | |
LinesAggregate | String | Falsch | |
PaymentAmountCurrency | String | Falsch | |
PaymentAmount | Decimal | Falsch | |
PaymentsAggregate | String | Falsch | |
PostedBy | String | Falsch | |
PostedDate | Datetime | Falsch | |
TermsDiscountReturnedAmountCurrency | String | Falsch | |
TermsDiscountReturnedAmount | Decimal | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Service
Gibt eine Liste zurück von: Service
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
ABCCode | String | Falsch | |
AllowBackOrder | Bool | Falsch | |
AssemblyVarianceGLAccountId | String | Falsch | |
AssemblyVarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
ClassId | String | Falsch | |
CostofGoodsSoldGLAccountId | String | Falsch | |
CostofGoodsSoldGLAccountKeyIsEncrypted | Bool | Falsch | |
CreatedDate | Datetime | Falsch | |
CurrencyDecimalPlaces | String | Falsch | |
CurrentCostCurrency | String | Falsch | |
CurrentCost | Decimal | Falsch | |
DamagedGLAccountId | String | Falsch | |
DamagedGLAccountKeyIsEncrypted | Bool | Falsch | |
DefaultPriceLevelId | String | Falsch | |
DefaultSellingUofM | String | Falsch | |
DefaultWarehouseId | String | Falsch | |
Description | String | Falsch | |
DropShipGLAccountId | String | Falsch | |
DropShipGLAccountKeyIsEncrypted | Bool | Falsch | |
FunctionalCurrencyDecimalPlaces | String | Falsch | |
GenericDescription | String | Falsch | |
InServiceGLAccountId | String | Falsch | |
InServiceGLAccountKeyIsEncrypted | Bool | Falsch | |
InUseGLAccountId | String | Falsch | |
InUseGLAccountKeyIsEncrypted | Bool | Falsch | |
IncludeInDemandPlanning | Bool | Falsch | |
InternetAddressesAdditionalInformation | String | Falsch | |
InternetAddressesEmailBccAddress | String | Falsch | |
InternetAddressesEmailCcAddress | String | Falsch | |
InternetAddressesEmailToAddress | String | Falsch | |
InternetAddressesInternetField1 | String | Falsch | |
InternetAddressesInternetField2 | String | Falsch | |
InternetAddressesInternetField3 | String | Falsch | |
InternetAddressesInternetField4 | String | Falsch | |
InternetAddressesInternetField5 | String | Falsch | |
InternetAddressesInternetField6 | String | Falsch | |
InternetAddressesInternetField7 | String | Falsch | |
InternetAddressesInternetField8 | String | Falsch | |
InternetAddressesMessengerAddress | String | Falsch | |
InventoryGLAccountId | String | Falsch | |
InventoryGLAccountKeyIsEncrypted | Bool | Falsch | |
InventoryOffsetGLAccountId | String | Falsch | |
InventoryOffsetGLAccountKeyIsEncrypted | Bool | Falsch | |
InventoryReturnGLAccountId | String | Falsch | |
InventoryReturnGLAccountKeyIsEncrypted | Bool | Falsch | |
IsDiscontinued | Bool | Falsch | |
KeepCalendarYearHistory | Bool | Falsch | |
KeepDistributionHistory | Bool | Falsch | |
KeepFiscalYearHistory | Bool | Falsch | |
KeepTransactionHistory | Bool | Falsch | |
Id [KEY] | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
MarkdownGLAccountId | String | Falsch | |
MarkdownGLAccountKeyIsEncrypted | Bool | Falsch | |
ModifiedDate | Datetime | Falsch | |
PriceMethod | String | Falsch | |
PurchasePriceVarianceGLAccountId | String | Falsch | |
PurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
PurchaseTaxBasis | String | Falsch | |
PurchaseTaxScheduleId | String | Falsch | |
PurchaseUofM | String | Falsch | |
QuantityDecimalPlaces | String | Falsch | |
SalesGLAccountId | String | Falsch | |
SalesGLAccountKeyIsEncrypted | Bool | Falsch | |
SalesReturnGLAccountId | String | Falsch | |
SalesReturnGLAccountKeyIsEncrypted | Bool | Falsch | |
SalesTaxBasis | String | Falsch | |
SalesTaxScheduleId | String | Falsch | |
ShippingWeight | Decimal | Falsch | |
ShortDescription | String | Falsch | |
StandardCostCurrency | String | Falsch | |
StandardCost | Decimal | Falsch | |
SubstituteItem1Id | String | Falsch | |
SubstituteItem2Id | String | Falsch | |
Type | String | Falsch | |
UnrealizedPurchasePriceVarianceGLAccountId | String | Falsch | |
UnrealizedPurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
UofMScheduleId | String | Falsch | |
UserCategoryList1 | String | Falsch | |
UserCategoryList2 | String | Falsch | |
UserCategoryList3 | String | Falsch | |
UserCategoryList4 | String | Falsch | |
UserCategoryList5 | String | Falsch | |
UserCategoryList6 | String | Falsch | |
VarianceGLAccountId | String | Falsch | |
VarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
WarrantyDays | Short | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceCall
Gibt eine Liste zurück von: ServiceCall
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
BillToAddressId | String | Falsch | |
BillToCustomerId | String | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
EntryDateTime | Datetime | Falsch | |
EstimatedArrivalDateTime | Datetime | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
Id [KEY] | String | Falsch | |
Note | String | Falsch | |
OfficeId | String | Falsch | |
RateTypeId | String | Falsch | |
ShipToAddressId | String | Falsch | |
TransactionState | String | Falsch | |
UserDefined01 | String | Falsch | |
UserDefined02 | String | Falsch | |
UserDefined03 | String | Falsch | |
UserDefined04 | String | Falsch | |
UserDefined05 | String | Falsch | |
AuditsAggregate | String | Falsch | |
CustomerReference | String | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentTotalCurrency | String | Falsch | |
DocumentTotal | Decimal | Falsch | |
EstimatedTimeToRepair | Decimal | Falsch | |
IsOnHold | Bool | Falsch | |
LaborChargesExtensionsExtensionAggregate | String | Falsch | |
LaborChargesBillablePercent | Decimal | Falsch | |
LaborChargesTotalAmountCurrency | String | Falsch | |
LaborChargesTotalAmount | Decimal | Falsch | |
LaborChargesTotalCostCurrency | String | Falsch | |
LaborChargesTotalCost | Decimal | Falsch | |
MiscellaneousChargesExtensionsExtensionAggregate | String | Falsch | |
MiscellaneousChargesBillablePercent | Decimal | Falsch | |
MiscellaneousChargesTotalAmountCurrency | String | Falsch | |
MiscellaneousChargesTotalAmount | Decimal | Falsch | |
MiscellaneousChargesTotalCostCurrency | String | Falsch | |
MiscellaneousChargesTotalCost | Decimal | Falsch | |
PartsChargesExtensionsExtensionAggregate | String | Falsch | |
PartsChargesBillablePercent | Decimal | Falsch | |
PartsChargesTotalAmountCurrency | String | Falsch | |
PartsChargesTotalAmount | Decimal | Falsch | |
PartsChargesTotalCostCurrency | String | Falsch | |
PartsChargesTotalCost | Decimal | Falsch | |
PaymentTermsId | String | Falsch | |
PreTaxDocumentAmountCurrency | String | Falsch | |
PreTaxDocumentAmount | Decimal | Falsch | |
PriceLevelId | String | Falsch | |
Priority | Int | Falsch | |
ResponseDateTime | Datetime | Falsch | |
SalesPersonId | String | Falsch | |
ServiceAreaId | String | Falsch | |
ServiceContractId | String | Falsch | |
ServiceContractLineSequenceNumber | Decimal | Falsch | |
ServiceTypeId | String | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
StatusCodeId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxExemptNumber1 | String | Falsch | |
TaxExemptNumber2 | String | Falsch | |
TaxScheduleId | String | Falsch | |
TechnicianId | String | Falsch | |
TimeZoneId | String | Falsch | |
AdditionalChargesAggregate | String | Falsch | |
ArrivalDateTime | Datetime | Falsch | |
CompletionDateTime | Datetime | Falsch | |
DispatchDateTime | Datetime | Falsch | |
EquipmentCodesAggregate | String | Falsch | |
EscalationDateTime | Datetime | Falsch | |
EscalationLevel | Int | Falsch | |
ExpensesAggregate | String | Falsch | |
InvoicedAmountCurrency | String | Falsch | |
InvoicedAmount | Decimal | Falsch | |
IsCallback | Bool | Falsch | |
LaborAggregate | String | Falsch | |
Meter1ExtensionsExtensionAggregate | String | Falsch | |
Meter1CurrentReading | Int | Falsch | |
Meter1Replaced | Bool | Falsch | |
Meter1InternalUsage | Int | Falsch | |
Meter2ExtensionsExtensionAggregate | String | Falsch | |
Meter2CurrentReading | Int | Falsch | |
Meter2Replaced | Bool | Falsch | |
Meter2InternalUsage | Int | Falsch | |
Meter3ExtensionsExtensionAggregate | String | Falsch | |
Meter3CurrentReading | Int | Falsch | |
Meter3Replaced | Bool | Falsch | |
Meter3InternalUsage | Int | Falsch | |
Meter4ExtensionsExtensionAggregate | String | Falsch | |
Meter4CurrentReading | Int | Falsch | |
Meter4Replaced | Bool | Falsch | |
Meter4InternalUsage | Int | Falsch | |
Meter5ExtensionsExtensionAggregate | String | Falsch | |
Meter5CurrentReading | Int | Falsch | |
Meter5Replaced | Bool | Falsch | |
Meter5InternalUsage | Int | Falsch | |
NotifyDateTime | Datetime | Falsch | |
PartsAggregate | String | Falsch | |
Type | String | Falsch | |
WasNotified | Bool | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAusstattung
Gibt eine Liste zurück von: ServiceEquipment
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressExtensionsExtensionAggregate | String | Falsch | |
AddressCity | String | Falsch | |
AddressLine1 | String | Falsch | |
AddressLine2 | String | Falsch | |
AddressLine3 | String | Falsch | |
AddressPostalCode | String | Falsch | |
AddressState | String | Falsch | |
AddressContactPerson | String | Falsch | |
AddressCountry | String | Falsch | |
AddressId | String | Falsch | |
AssetTag | String | Falsch | |
CustomerId | String | Falsch | |
InstallDate | Datetime | Falsch | |
Id [KEY] | String | Falsch | |
KeyItemId [KEY] | String | Falsch | |
LastCalculatedDate | Datetime | Falsch | |
LastPreventiveMaintenanceDate | Datetime | Falsch | |
LastServiceDate | Datetime | Falsch | |
Note | String | Falsch | |
OfficeId | String | Falsch | |
PreventiveMaintenanceDay | Int | Falsch | |
PreventiveMaintenanceMonth | String | Falsch | |
Quantity | Decimal | Falsch | |
ReadingsAggregate | String | Falsch | |
Reference | String | Falsch | |
RegisterDate | Datetime | Falsch | |
SellerWarrantyCodeExtensionsExtensionAggregate | String | Falsch | |
SellerWarrantyCodeEndDate | Datetime | Falsch | |
SellerWarrantyCodeId | String | Falsch | |
SellerWarrantyCodeStartDate | Datetime | Falsch | |
SerialNumber | String | Falsch | |
ServiceAreaId | String | Falsch | |
ShippedDate | Datetime | Falsch | |
StatusId | String | Falsch | |
TechnicianId | String | Falsch | |
TimeZoneId | String | Falsch | |
UserDefined01 | String | Falsch | |
UserDefined02 | String | Falsch | |
UserDefined03 | String | Falsch | |
UserDefined04 | String | Falsch | |
UserDefined05 | String | Falsch | |
VendorId | String | Falsch | |
VendorWarrantyCodeExtensionsExtensionAggregate | String | Falsch | |
VendorWarrantyCodeEndDate | Datetime | Falsch | |
VendorWarrantyCodeId | String | Falsch | |
VendorWarrantyCodeStartDate | Datetime | Falsch | |
Version | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAngebot
Gibt eine Liste zurück von: ServiceQuote
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
BillToAddressId | String | Falsch | |
BillToCustomerId | String | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
CustomerId | String | Falsch | |
CustomerName | String | Falsch | |
CustomerPONumber | String | Falsch | |
EntryDateTime | Datetime | Falsch | |
EstimatedArrivalDateTime | Datetime | Falsch | |
ExchangeDate | Datetime | Falsch | |
ExchangeRate | Decimal | Falsch | |
FrontOfficeIntegrationId | String | Falsch | |
Id [KEY] | String | Falsch | |
Note | String | Falsch | |
OfficeId | String | Falsch | |
RateTypeId | String | Falsch | |
ShipToAddressId | String | Falsch | |
TransactionState | String | Falsch | |
UserDefined01 | String | Falsch | |
UserDefined02 | String | Falsch | |
UserDefined03 | String | Falsch | |
UserDefined04 | String | Falsch | |
UserDefined05 | String | Falsch | |
AuditsAggregate | String | Falsch | |
CustomerReference | String | Falsch | |
Description | String | Falsch | |
DistributionsAggregate | String | Falsch | |
DocumentTotalCurrency | String | Falsch | |
DocumentTotal | Decimal | Falsch | |
EstimatedTimeToRepair | Decimal | Falsch | |
IsOnHold | Bool | Falsch | |
LaborChargesExtensionsExtensionAggregate | String | Falsch | |
LaborChargesBillablePercent | Decimal | Falsch | |
LaborChargesTotalAmountCurrency | String | Falsch | |
LaborChargesTotalAmount | Decimal | Falsch | |
LaborChargesTotalCostCurrency | String | Falsch | |
LaborChargesTotalCost | Decimal | Falsch | |
MiscellaneousChargesExtensionsExtensionAggregate | String | Falsch | |
MiscellaneousChargesBillablePercent | Decimal | Falsch | |
MiscellaneousChargesTotalAmountCurrency | String | Falsch | |
MiscellaneousChargesTotalAmount | Decimal | Falsch | |
MiscellaneousChargesTotalCostCurrency | String | Falsch | |
MiscellaneousChargesTotalCost | Decimal | Falsch | |
PartsChargesExtensionsExtensionAggregate | String | Falsch | |
PartsChargesBillablePercent | Decimal | Falsch | |
PartsChargesTotalAmountCurrency | String | Falsch | |
PartsChargesTotalAmount | Decimal | Falsch | |
PartsChargesTotalCostCurrency | String | Falsch | |
PartsChargesTotalCost | Decimal | Falsch | |
PaymentTermsId | String | Falsch | |
PreTaxDocumentAmountCurrency | String | Falsch | |
PreTaxDocumentAmount | Decimal | Falsch | |
PriceLevelId | String | Falsch | |
Priority | Int | Falsch | |
ResponseDateTime | Datetime | Falsch | |
SalesPersonId | String | Falsch | |
ServiceAreaId | String | Falsch | |
ServiceContractId | String | Falsch | |
ServiceContractLineSequenceNumber | Decimal | Falsch | |
ServiceTypeId | String | Falsch | |
ShipToAddressExtensionsExtensionAggregate | String | Falsch | |
ShipToAddressCity | String | Falsch | |
ShipToAddressLine1 | String | Falsch | |
ShipToAddressLine2 | String | Falsch | |
ShipToAddressLine3 | String | Falsch | |
ShipToAddressPostalCode | String | Falsch | |
ShipToAddressState | String | Falsch | |
ShipToAddressCountryRegion | String | Falsch | |
ShipToAddressContactPerson | String | Falsch | |
ShipToAddressPhone1CountryCode | String | Falsch | |
ShipToAddressPhone1Extension | String | Falsch | |
ShipToAddressPhone1 | String | Falsch | |
StatusCodeId | String | Falsch | |
TaxAmountCurrency | String | Falsch | |
TaxAmount | Decimal | Falsch | |
TaxExemptNumber1 | String | Falsch | |
TaxExemptNumber2 | String | Falsch | |
TaxScheduleId | String | Falsch | |
TechnicianId | String | Falsch | |
TimeZoneId | String | Falsch | |
AdditionalChargesAggregate | String | Falsch | |
EquipmentCodesAggregate | String | Falsch | |
ExpensesAggregate | String | Falsch | |
LaborAggregate | String | Falsch | |
PartsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Fähigkeit
Gibt eine Liste zurück mit: Fähigkeiten
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
CompensationExtensionsExtensionAggregate | String | Falsch | |
CompensationCompensationAmount | Decimal | Falsch | |
CompensationCompensationPeriod | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
SkillId [KEY] | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Fähigkeiten
Gibt eine Liste zurück mit: SkillSet
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AvailableSkills | Int | Falsch | |
SkillSetId [KEY] | String | Falsch | |
SkillsAggregate | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkäufer
Gibt eine Liste zurück von: Anbieter
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AccountsPayableGLAccountId | String | Falsch | |
AccountsPayableGLAccountKeyIsEncrypted | Bool | Falsch | |
AccruedPurchasesGLAccountId | String | Falsch | |
AccruedPurchasesGLAccountKeyIsEncrypted | Bool | Falsch | |
AddressesAggregate | String | Falsch | |
AllowRevaluation | Bool | Falsch | |
BankAccountId | String | Falsch | |
CashGLAccountId | String | Falsch | |
CashGLAccountKeyIsEncrypted | Bool | Falsch | |
CheckName | String | Falsch | |
ClassId | String | Falsch | |
Comment1 | String | Falsch | |
Comment2 | String | Falsch | |
CreatedDate | Datetime | Falsch | |
CreditLimitItem | String | Falsch | |
CurrencyKeyISOCode | String | Falsch | |
DefaultAddressId | String | Falsch | |
DefaultAddressKeyVendorId | String | Falsch | |
DefaultCashAccountType | String | Falsch | |
DiscountGracePeriod | Int | Falsch | |
DueDateGracePeriod | Int | Falsch | |
FinanceChargesGLAccountId | String | Falsch | |
FinanceChargesGLAccountKeyIsEncrypted | Bool | Falsch | |
FreeOnBoard | String | Falsch | |
FreightGLAccountId | String | Falsch | |
FreightGLAccountKeyIsEncrypted | Bool | Falsch | |
HistoryOptionsKeepCalendarHistory | Bool | Falsch | |
HistoryOptionsKeepDistributionHistory | Bool | Falsch | |
HistoryOptionsKeepFiscalHistory | Bool | Falsch | |
HistoryOptionsKeepTransactionHistory | Bool | Falsch | |
IsActive | Bool | Falsch | |
IsOnHold | Bool | Falsch | |
IsOneTime | Bool | Falsch | |
Id [KEY] | String | Falsch | |
Language | String | Falsch | |
MaximumInvoiceItem | String | Falsch | |
MaximumWriteoffItem | String | Falsch | |
MinimumOrderAmountCurrency | String | Falsch | |
MinimumOrderAmount | Decimal | Falsch | |
MinimumPaymentItem | String | Falsch | |
MiscellaneousGLAccountId | String | Falsch | |
MiscellaneousGLAccountKeyIsEncrypted | Bool | Falsch | |
ModifiedDate | Datetime | Falsch | |
Name | String | Falsch | |
Notes | String | Falsch | |
PaymentPriority | String | Falsch | |
PaymentTermsId | String | Falsch | |
PostResultsTo | String | Falsch | |
ProjectAccountingOptionsDefaultPurchaseOrderFormat | String | Falsch | |
ProjectAccountingOptionsUnitCostCurrency | String | Falsch | |
ProjectAccountingOptionsUnitCost | Decimal | Falsch | |
ProjectAccountingOptionsUnitOfMeasure | String | Falsch | |
ProjectAccountingOptionsUserDefined1 | String | Falsch | |
ProjectAccountingOptionsUserDefined2 | String | Falsch | |
PurchaseAddressId | String | Falsch | |
PurchaseAddressKeyVendorId | String | Falsch | |
PurchasePriceVarianceGLAccountId | String | Falsch | |
PurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | Falsch | |
PurchasesGLAccountId | String | Falsch | |
PurchasesGLAccountKeyIsEncrypted | Bool | Falsch | |
RateTypeId | String | Falsch | |
RemitToAddressId | String | Falsch | |
RemitToAddressKeyVendorId | String | Falsch | |
ShipFromAddressId | String | Falsch | |
ShipFromAddressKeyVendorId | String | Falsch | |
ShortName | String | Falsch | |
Tax1099BoxNumber | Int | Falsch | |
Tax1099Type | String | Falsch | |
TaxGLAccountId | String | Falsch | |
TaxGLAccountKeyIsEncrypted | Bool | Falsch | |
TaxIdentificationNumber | String | Falsch | |
TaxRegistrationNumber | String | Falsch | |
TaxSchedule | String | Falsch | |
TermsDiscountAvailableGLAccountId | String | Falsch | |
TermsDiscountAvailableGLAccountKeyIsEncrypted | Bool | Falsch | |
TermsDiscountTakenGLAccountId | String | Falsch | |
TermsDiscountTakenGLAccountKeyIsEncrypted | Bool | Falsch | |
TradeDiscountGLAccountId | String | Falsch | |
TradeDiscountGLAccountKeyIsEncrypted | Bool | Falsch | |
TradeDiscountPercent | Decimal | Falsch | |
UserDefined1 | String | Falsch | |
UserDefined2 | String | Falsch | |
UserLanguageId | Int | Falsch | |
VendorAccountNumber | String | Falsch | |
WorkflowPriority | String | Falsch | |
WorkflowsAggregate | String | Falsch | |
WriteoffGLAccountId | String | Falsch | |
WriteoffGLAccountKeyIsEncrypted | Bool | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Anbieteradresse
Gibt eine Liste zurück mit: VendorAddress
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
City | String | Falsch | |
Line1 | String | Falsch | |
Line2 | String | Falsch | |
Line3 | String | Falsch | |
PostalCode | String | Falsch | |
State | String | Falsch | |
CountryRegion | String | Falsch | |
FaxCountryCode | String | Falsch | |
FaxExtension | String | Falsch | |
Fax | String | Falsch | |
Phone1CountryCode | String | Falsch | |
Phone1Extension | String | Falsch | |
Phone1 | String | Falsch | |
Phone2CountryCode | String | Falsch | |
Phone2Extension | String | Falsch | |
Phone2 | String | Falsch | |
Phone3CountryCode | String | Falsch | |
Phone3Extension | String | Falsch | |
Phone3 | String | Falsch | |
CountryRegionCodeId | String | Falsch | |
ContactPerson | String | Falsch | |
Name | String | Falsch | |
CreatedDate | Datetime | Falsch | |
InternetAddressesAdditionalInformation | String | Falsch | |
InternetAddressesEmailBccAddress | String | Falsch | |
InternetAddressesEmailCcAddress | String | Falsch | |
InternetAddressesEmailToAddress | String | Falsch | |
InternetAddressesInternetField1 | String | Falsch | |
InternetAddressesInternetField2 | String | Falsch | |
InternetAddressesInternetField3 | String | Falsch | |
InternetAddressesInternetField4 | String | Falsch | |
InternetAddressesInternetField5 | String | Falsch | |
InternetAddressesInternetField6 | String | Falsch | |
InternetAddressesInternetField7 | String | Falsch | |
InternetAddressesInternetField8 | String | Falsch | |
InternetAddressesMessengerAddress | String | Falsch | |
LastModifiedDate | Datetime | Falsch | |
ModifiedDate | Datetime | Falsch | |
ShippingMethodId | String | Falsch | |
TaxScheduleId | String | Falsch | |
UPSZone | String | Falsch | |
UserDefined1 | String | Falsch | |
UserDefined2 | String | Falsch | |
DeleteOnUpdate | Bool | Falsch | |
Id [KEY] | String | Falsch | |
KeyVendorId [KEY] | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Lager
Gibt eine Liste zurück von: Lager
Spalten
Name | Typ | Nur Lesen | Beschreibung |
---|---|---|---|
ExtensionsExtensionAggregate | String | Falsch | |
AddressExtensionsExtensionAggregate | String | Falsch | |
AddressCity | String | Falsch | |
AddressLine1 | String | Falsch | |
AddressLine2 | String | Falsch | |
AddressLine3 | String | Falsch | |
AddressPostalCode | String | Falsch | |
AddressState | String | Falsch | |
AddressCountryRegion | String | Falsch | |
AddressFaxCountryCode | String | Falsch | |
AddressFaxExtension | String | Falsch | |
AddressFax | String | Falsch | |
AddressPhone1CountryCode | String | Falsch | |
AddressPhone1Extension | String | Falsch | |
AddressPhone1 | String | Falsch | |
AddressPhone2CountryCode | String | Falsch | |
AddressPhone2Extension | String | Falsch | |
AddressPhone2 | String | Falsch | |
AddressPhone3CountryCode | String | Falsch | |
AddressPhone3Extension | String | Falsch | |
AddressPhone3 | String | Falsch | |
AddressCountryRegionCodeId | String | Falsch | |
BinsAggregate | String | Falsch | |
Description | String | Falsch | |
IncludeInPlanning | Bool | Falsch | |
Id [KEY] | String | Falsch | |
PurchaseTaxScheduleId | String | Falsch | |
SalesTaxScheduleId | String | Falsch |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Ansichten
Ansichten bestehen aus Spalten und Pseudospalten. Ansichten ähneln Tabellen in der Art und Weise, wie Daten dargestellt werden; Ansichten unterstützen jedoch keine Aktualisierungen. Entitäten, die als Ansichten dargestellt werden, sind normalerweise schreibgeschützte Entitäten. Häufig ist eine gespeicherte Prozedur verfügbar, um die Daten zu aktualisieren, wenn eine solche Funktionalität auf die Datenquelle anwendbar ist.
Abfragen können für eine Ansicht ausgeführt werden, als wäre sie eine normale Tabelle, und die zurückgegebenen Daten sind in dieser Hinsicht ähnlich.
Dynamische Ansichten, wie Abfragen, die als Ansichten angezeigt werden, und Ansichten zum Nachschlagen bestimmter Kombinationen von Projektteam-Arbeitselementen werden unterstützt.
Jitterbit-Connector für Microsoft Dynamics GP Ansichten
Name | Beschreibung |
---|---|
ApplicantApplication | Gibt eine Liste zurück mit: ApplicantApplication |
ApplicantApplications | Gibt eine Liste zurück mit: Bewerberanträgen |
ApplicantInterviewInterviewItems | Gibt eine Liste mit folgenden Elementen zurück: ApplicantInterviewInterviewItems |
ApplicantInterviews | Gibt eine Liste zurück mit: Bewerberinterviews |
ApplicantPreviousEmployers | Gibt eine Liste zurück von: Bewerbern, früheren Arbeitgebern |
ApplicantReferences | Gibt eine Liste zurück mit: Bewerberreferenzen |
ApplicantSchools | Gibt eine Liste zurück von: ApplicantSchools |
ApplicantSkills | Gibt eine Liste zurück mit: ApplicantSkills |
ApplicantTests | Gibt eine Liste zurück von: ApplicantTests |
BackOfficeRole | Gibt eine Liste zurück von: BackOfficeRole |
Bank | Gibt eine Liste zurück von: Bank |
CashReceiptDistributions | Gibt eine Liste zurück von: CashReceiptDistributions |
ChangedCurrencyKey | Gibt eine Liste zurück von: ChangedCurrencyKey |
ChangedCustomerAddressKey | Gibt eine Liste zurück von: ChangedCustomerAddressKey |
ChangedCustomerKey | Gibt eine Liste zurück von: ChangedCustomerKey |
ChangedInternetAddressKey | Gibt eine Liste zurück von: ChangedInternetAddressKey |
ChangedItemKey | Gibt eine Liste zurück von: ChangedItemKey |
ChangedPriceLevelKey | Gibt eine Liste zurück von: ChangedPriceLevelKey |
ChangedPricingKey | Gibt eine Liste zurück mit: ChangedPricingKey |
ChangedSalesInvoiceKey | Gibt eine Liste zurück von: ChangedSalesInvoiceKey |
ChangedSalesOrderKey | Gibt eine Liste zurück von: ChangedSalesOrderKey |
ChangedSalespersonKey | Gibt eine Liste zurück von: ChangedSalespersonKey |
ChangedUofMScheduleKey | Gibt eine Liste zurück von: ChangedUofMScheduleKey |
Company | Gibt eine Liste zurück mit: Unternehmen |
CompanyAddress | Gibt eine Liste mit folgenden Daten zurück: CompanyAddress |
CountryRegionCode | Gibt eine Liste zurück mit: CountryRegionCode |
Currency | Gibt eine Liste zurück mit: Währung |
CurrencyAccess | Gibt eine Liste zurück mit: CurrencyAccess |
CurrencyPostingAccount | Gibt eine Liste zurück mit: CurrencyPostingAccount |
CustomerAddresses | Gibt eine Liste zurück mit: Kundenadressen |
CustomerReceivablesSummary | Gibt eine Liste zurück von: CustomerReceivablesSummary |
EmployeeAddresses | Gibt eine Liste zurück mit: EmployeeAddresses |
GLAccount | Gibt eine Liste zurück von: GLAccount |
GLAccountCategory | Gibt eine Liste zurück von: GLAccountCategory |
GLAccountFormat | Gibt eine Liste zurück von: GLAccountFormat |
GLFixedAllocationAccountDistributions | Gibt eine Liste zurück von: GLFixedAllocationAccountDistributions |
GLPostingAccountCurrencies | Gibt eine Liste zurück von: GLPostingAccountCurrencies |
GLTransactionLines | Gibt eine Liste zurück mit: GLTransactionLines |
GLVariableAllocationAccountDistributions | Gibt eine Liste zurück von: GLVariableAllocationAccountDistributions |
InventoriedItem | Gibt eine Liste zurück mit: InventoriedItem |
InventoryAdjustmentLines | Gibt eine Liste zurück mit: InventoryAdjustmentLines |
InventoryTransferLines | Gibt eine Liste zurück mit: InventoryTransferLines |
InventoryVarianceLines | Gibt eine Liste zurück mit: InventoryVarianceLines |
Item | Gibt eine Liste zurück mit: Element |
ItemClass | Gibt eine Liste zurück mit: ItemClass |
ManufacturingOrder | Gibt eine Liste zurück mit: ManufacturingOrder |
ManufacturingOrderPickList | Gibt eine Liste zurück von: ManufacturingOrderPickList |
ManufacturingOrderRoute | Gibt eine Liste zurück von: ManufacturingOrderRoute |
MulticurrencySetup | Gibt eine Liste zurück von: MulticurrencySetup |
PayablesDocument | Gibt eine Liste zurück von: PayablesDocument |
PayablesDocumentDistributions | Die DynamicsGP-Tabelle PayablesDocumentDistributions. |
PayablesDocumentTaxes | Die DynamicsGP-Tabelle PayablesDocumentTaxes. |
PaymentCardType | Gibt eine Liste zurück mit: Zahlungskartentyp |
PaymentTerms | Gibt eine Liste zurück mit: Zahlungsbedingungen |
PlannedOrder | Gibt eine Liste zurück mit: GeplanteBestellung |
PlannedOrderItems | Gibt eine Liste mit folgenden Elementen zurück: PlannedOrderItems |
PolicyBehaviors | Gibt eine Liste zurück mit: PolicyBehaviors |
PriceLevel | Gibt eine Liste zurück mit: PriceLevel |
PricingDetails | Gibt eine Liste mit folgenden Punkten zurück: Preisdetails |
Project | Gibt eine Liste zurück mit: Projekt |
ProjectAccounts | Gibt eine Liste zurück mit: Projektkonten |
ProjectBillingCycles | Gibt eine Liste zurück mit: ProjectBillingCycles |
ProjectBudget | Gibt eine Liste zurück von: ProjektBudget |
ProjectBudgets | Gibt eine Liste zurück mit: Projektbudgets |
ProjectChangeOrder | Gibt eine Liste zurück mit: ProjectChangeOrder |
ProjectChangeOrderBudgets | Gibt eine Liste zurück mit: ProjectChangeOrderBudgets |
ProjectChangeOrderFees | Gibt eine Liste zurück mit: ProjectChangeOrderFees |
ProjectContract | Gibt eine Liste zurück mit: ProjectContract |
ProjectContractAccounts | Gibt eine Liste zurück mit: ProjectContractAccounts |
ProjectContractBillingCycles | Gibt eine Liste zurück mit: ProjectContractBillingCycles |
ProjectEmployeeExpense | Gibt eine Liste zurück von: ProjectEmployeeExpense |
ProjectEmployeeExpenseDistributions | Gibt eine Liste zurück von: ProjectEmployeeExpenseDistributions |
ProjectEmployeeExpenseLines | Gibt eine Liste zurück mit: ProjectEmployeeExpenseLines |
ProjectEquipmentList | Gibt eine Liste zurück von: ProjectEquipmentList |
ProjectFees | Gibt eine Liste zurück mit: Projektgebühren |
ProjectMiscellaneousLog | Gibt eine Liste zurück von: ProjectMiscellaneousLog |
ProjectMiscellaneousLogDistributions | Gibt eine Liste zurück von: ProjectMiscellaneousLogDistributions |
ProjectMiscellaneousLogLines | Gibt eine Liste zurück mit: ProjectMiscellaneousLogLines |
ProjectTimesheet | Gibt eine Liste zurück mit: ProjectTimesheet |
ProjectTimesheetDistributions | Gibt eine Liste zurück mit: ProjectTimesheetDistributions |
ProjectTimesheetLines | Gibt eine Liste zurück mit: ProjectTimesheetLines |
PurchaseInvoiceDistributions | Gibt eine Liste zurück von: PurchaseInvoiceDistributions |
PurchaseInvoiceFreightTaxes | Gibt eine Liste der folgenden Elemente zurück: KaufrechnungFrachtSteuern |
PurchaseInvoiceLines | Gibt eine Liste zurück mit: PurchaseInvoiceLines |
PurchaseInvoiceMiscellaneousTaxes | Gibt eine Liste mit folgenden Elementen zurück: EinkaufRechnungSonstigesSteuern |
PurchaseInvoiceTaxes | Gibt eine Liste zurück mit: PurchaseInvoiceTaxes |
PurchaseOrderFreightTaxes | Gibt eine Liste der folgenden Elemente zurück: PurchaseOrderFreightTaxes |
PurchaseOrderLines | Gibt eine Liste zurück mit: PurchaseOrderLines |
PurchaseOrderMiscellaneousTaxes | Gibt eine Liste mit folgenden Elementen zurück: PurchaseOrderMiscellaneousTaxes |
PurchaseOrderTaxes | Gibt eine Liste zurück mit: PurchaseOrderTaxes |
PurchaseReceiptDistributions | Gibt eine Liste zurück von: PurchaseReceiptDistributions |
PurchaseReceiptLines | Gibt eine Liste zurück mit: PurchaseReceiptLines |
PurchaseReceiptUserDefined | Gibt eine Liste zurück von: PurchaseReceiptUserDefined |
ReceivablesDebitMemoCommissions | Gibt eine Liste der folgenden Elemente zurück: ReceivablesDebitMemoCommissions |
ReceivablesDocument | Gibt eine Liste zurück von: ReceivablesDocument |
ReceivablesDocumentDistributions | Die DynamicsGP-Tabelle ReceivablesDocumentDistributions. |
ReceivablesDocumentTaxes | Die DynamicsGP-Tabelle ReceivablesDocumentTaxes. |
ReceivablesInvoiceCommissions | Gibt eine Liste der folgenden Elemente zurück: ForderungenRechnungenProvisionen |
ReceivablesReturnCommissions | Gibt eine Liste der folgenden Elemente zurück: ForderungenRückgabeProvisionen |
ReceivablesServiceRepairCommissions | Gibt eine Liste der folgenden Elemente zurück: ForderungenServiceReparaturProvisionen |
ReturnMaterialAuthorizationAudits | Gibt eine Liste zurück von: ReturnMaterialAuthorizationAudits |
ReturnMaterialAuthorizationLines | Gibt eine Liste zurück mit: ReturnMaterialAuthorizationLines |
SalesBackorderLines | Gibt eine Liste zurück mit: SalesBackorderLines |
SalesBackorderPayments | Gibt eine Liste zurück mit: SalesBackorderPayments |
SalesDocument | Gibt eine Liste zurück von: SalesDocument |
SalesDocumentCommissions | Die DynamicsGP-Tabelle SalesDocumentCommissions. |
SalesDocumentFreightTaxes | Die DynamicsGP-Tabelle SalesDocumentFreightTaxes. |
SalesDocumentMiscellaneousTaxes | Die DynamicsGP-Tabelle SalesDocumentMiscellaneousTaxes. |
SalesDocumentProcessHolds | Die DynamicsGP-Tabelle SalesDocumentProcessHolds. |
SalesDocumentTaxes | Die DynamicsGP-Tabelle SalesDocumentTaxes. |
SalesDocumentTrackingNumbers | Die DynamicsGP-Tabelle SalesDocumentTrackingNumbers. |
SalesFulfillmentOrderDistributions | Gibt eine Liste zurück mit: SalesFulfillmentOrderDistributions |
SalesFulfillmentOrderLines | Gibt eine Liste zurück mit: SalesFulfillmentOrderLines |
SalesFulfillmentOrderPayments | Gibt eine Liste zurück mit: SalesFulfillmentOrderPayments |
SalesInvoiceDistributions | Gibt eine Liste zurück von: SalesInvoiceDistributions |
SalesInvoiceLines | Gibt eine Liste zurück mit: SalesInvoiceLines |
SalesInvoicePayments | Gibt eine Liste zurück mit: SalesInvoicePayments |
SalesOrderLines | Gibt eine Liste zurück mit: SalesOrderLines |
SalesOrderPayments | Gibt eine Liste zurück mit: SalesOrderPayments |
Salesperson | Gibt eine Liste zurück mit: Verkäufer |
SalespersonCommissions | Gibt eine Liste zurück mit: Verkäuferprovisionen |
SalespersonSalesHistory | Gibt eine Liste zurück mit: SalespersonSalesHistory |
SalesQuoteLines | Gibt eine Liste zurück mit: SalesQuoteLines |
SalesReturnDistributions | Gibt eine Liste zurück mit: SalesReturnDistributions |
SalesReturnLines | Gibt eine Liste zurück mit: SalesReturnLines |
SalesReturnPayments | Gibt eine Liste zurück mit: SalesReturnPayments |
SalesTerritory | Gibt eine Liste zurück mit: SalesTerritory |
SalesTerritorySalesHistory | Gibt eine Liste zurück mit: SalesTerritorySalesHistory |
ServiceCallAdditionalCharges | Gibt eine Liste zurück mit: ServiceCallAdditionalCharges |
ServiceCallEquipmentCodes | Gibt eine Liste zurück mit: ServiceCallEquipmentCodes |
ServiceCallExpenses | Gibt eine Liste zurück mit: ServiceCallExpenses |
ServiceCallLabor | Gibt eine Liste zurück von: ServiceCallLabor |
ServiceCallParts | Gibt eine Liste zurück mit: ServiceCallParts |
ServiceEquipmentReadings | Gibt eine Liste zurück mit: ServiceEquipmentReadings |
ServiceQuoteAdditionalCharges | Gibt eine Liste zurück mit: ServiceQuoteAdditionalCharges |
ServiceQuoteEquipmentCodes | Gibt eine Liste zurück mit: ServiceQuoteEquipmentCodes |
ServiceQuoteExpenses | Gibt eine Liste zurück von: ServiceQuoteExpenses |
ServiceQuoteLabor | Gibt eine Liste zurück von: ServiceQuoteLabor |
ServiceQuoteParts | Gibt eine Liste zurück von: ServiceQuoteParts |
ShippingMethod | Gibt eine Liste zurück mit: Versandmethode |
SkillSetSkills | Gibt eine Liste zurück mit: SkillSetSkills |
UofMSchedule | Gibt eine Liste zurück von: UofMSchedule |
UofMScheduleDetails | Gibt eine Liste zurück von: UofMScheduleDetails |
UserAssignableBusinessObject | Gibt eine Liste zurück mit: UserAssignableBusinessObject |
VendorAddresses | Gibt eine Liste zurück mit: VendorAddresses |
VendorManufacturingOrder | Gibt eine Liste zurück von: VendorManufacturingOrder |
VendorManufacturingOrderRoute | Gibt eine Liste zurück von: VendorManufacturingOrderRoute |
VendorPlannedOrder | Gibt eine Liste zurück mit: VendorPlannedOrder |
WarehouseBins | Gibt eine Liste mit folgenden Werten zurück: WarehouseBins |
BewerberBewerbung
Gibt eine Liste zurück von: BewerberBewerbung
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ApplicantApplicationKeyApplicantId [KEY] | Int | |
ApplicantApplicationKeySequenceId [KEY] | Int | |
ColorColorCode | String | |
ColorColorName | String | |
CompanyCode | String | |
DateApplied | Datetime | |
DeleteOnUpdate | Bool | |
DepartmentId | String | |
DivisionId | String | |
IsReplyLetterSent | Bool | |
IsWillRelocate | Bool | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
Location | String | |
PositionId | String | |
ReferenceInformationSource | String | |
ReferenceInformationSourceDescription | String | |
RejectionInfomationComment | String | |
RejectionInfomationReason | String | |
RequisitionId | String | |
Status | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberBewerbungen
Gibt eine Liste zurück mit: Bewerberanträgen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
AgeCode | String | |
ApplicantId | Int | |
ApplicationColorColorCode | String | |
ApplicationColorColorName | String | |
ApplicationStatus | String | |
ApplicationsExtensionsExtensionAggregate | String | |
ApplicationsApplicantApplicationKeyApplicantId [KEY] | Int | |
ApplicationsApplicantApplicationKeySequenceId [KEY] | Int | |
ApplicationsColorColorCode | String | |
ApplicationsColorColorName | String | |
ApplicationsCompanyCode | String | |
ApplicationsDateApplied | Datetime | |
ApplicationsDeleteOnUpdate | Bool | |
ApplicationsDepartmentId | String | |
ApplicationsDivisionId | String | |
ApplicationsIsReplyLetterSent | Bool | |
ApplicationsIsWillRelocate | Bool | |
ApplicationsLastModifiedBy | String | |
ApplicationsLastModifiedDate | Datetime | |
ApplicationsLocation | String | |
ApplicationsPositionId | String | |
ApplicationsReferenceInformationSource | String | |
ApplicationsReferenceInformationSourceDescription | String | |
ApplicationsRejectionInfomationComment | String | |
ApplicationsRejectionInfomationReason | String | |
ApplicationsRequisitionId | String | |
ApplicationsStatus | String | |
CompanyCode | String | |
DateApplied | Datetime | |
DepartmentId | String | |
DivisionId | String | |
Ethnicity | String | |
FirstName | String | |
Gender | String | |
HRRequisistionId | String | |
InterviewsAggregate | String | |
IsDisabled | Bool | |
IsDisabledVeteran | Bool | |
IsOtherVeteran | Bool | |
IsReplyLetterSent | Bool | |
IsVeteran | Bool | |
IsVietnamEraVeteran | Bool | |
IsWillRelocate | Bool | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
LastName | String | |
Location | String | |
MiddleName | String | |
PositionId | String | |
PreviousEmployersAggregate | String | |
ReferenceInformationSource | String | |
ReferenceInformationSourceDescription | String | |
ReferencesAggregate | String | |
RejectionInformationComment | String | |
RejectionInformationReason | String | |
SchoolsAggregate | String | |
SequenceId | Int | |
SkillsAggregate | String | |
TaxIdentifier | String | |
TestsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberInterviewInterviewItems
Gibt eine Liste zurück mit: BewerberInterviewInterviewElementen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ApplicantInterviewKeyApplicantId | Int | |
ApplicantInterviewKeyApplyDateId | Datetime | |
ApplicantInterviewKeyInterviewTypeId | String | |
CompanyCode | String | |
DeleteOnUpdate | Bool | |
DepartmentId | String | |
DivisionId | String | |
EffectiveDate | Datetime | |
InterviewItemsCategoryCode | Int | |
InterviewItemsCategoryName | String | |
InterviewItemsCategoryWeight | Int | |
InterviewItemsNotes | String | |
InterviewItemsScore | Int | |
InterviewItemsSequenceId [KEY] | Int | |
InterviewTypeCode | Int | |
Notes | String | |
PositionId | String | |
ReviewRange | Int | |
ReviewRating | Decimal | |
TotalWeight | Int | |
WeightedScore | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberInterviews
Gibt eine Liste zurück mit: Bewerberinterviews
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
AgeCode | String | |
ApplicantId | Int | |
ApplicationColorColorCode | String | |
ApplicationColorColorName | String | |
ApplicationStatus | String | |
ApplicationsAggregate | String | |
CompanyCode | String | |
DateApplied | Datetime | |
DepartmentId | String | |
DivisionId | String | |
Ethnicity | String | |
FirstName | String | |
Gender | String | |
HRRequisistionId | String | |
InterviewsExtensionsExtensionAggregate | String | |
InterviewsApplicantInterviewKeyApplicantId [KEY] | Int | |
InterviewsApplicantInterviewKeyApplyDateId [KEY] | Datetime | |
InterviewsApplicantInterviewKeyInterviewTypeId [KEY] | String | |
InterviewsCompanyCode | String | |
InterviewsDeleteOnUpdate | Bool | |
InterviewsDepartmentId | String | |
InterviewsDivisionId | String | |
InterviewsEffectiveDate | Datetime | |
InterviewsInterviewItemsAggregate | String | |
InterviewsInterviewTypeCode | Int | |
InterviewsNotes | String | |
InterviewsPositionId | String | |
InterviewsReviewRange | Int | |
InterviewsReviewRating | Decimal | |
InterviewsTotalWeight | Int | |
InterviewsWeightedScore | Int | |
IsDisabled | Bool | |
IsDisabledVeteran | Bool | |
IsOtherVeteran | Bool | |
IsReplyLetterSent | Bool | |
IsVeteran | Bool | |
IsVietnamEraVeteran | Bool | |
IsWillRelocate | Bool | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
LastName | String | |
Location | String | |
MiddleName | String | |
PositionId | String | |
PreviousEmployersAggregate | String | |
ReferenceInformationSource | String | |
ReferenceInformationSourceDescription | String | |
ReferencesAggregate | String | |
RejectionInformationComment | String | |
RejectionInformationReason | String | |
SchoolsAggregate | String | |
SequenceId | Int | |
SkillsAggregate | String | |
TaxIdentifier | String | |
TestsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberVorherigeArbeitgeber
Liste zurückgeben von: Bewerbern, früheren Arbeitgebern
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
AgeCode | String | |
ApplicantId | Int | |
ApplicationColorColorCode | String | |
ApplicationColorColorName | String | |
ApplicationStatus | String | |
ApplicationsAggregate | String | |
CompanyCode | String | |
DateApplied | Datetime | |
DepartmentId | String | |
DivisionId | String | |
Ethnicity | String | |
FirstName | String | |
Gender | String | |
HRRequisistionId | String | |
InterviewsAggregate | String | |
IsDisabled | Bool | |
IsDisabledVeteran | Bool | |
IsOtherVeteran | Bool | |
IsReplyLetterSent | Bool | |
IsVeteran | Bool | |
IsVietnamEraVeteran | Bool | |
IsWillRelocate | Bool | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
LastName | String | |
Location | String | |
MiddleName | String | |
PositionId | String | |
PreviousEmployersExtensionsExtensionAggregate | String | |
PreviousEmployersApplicantWorkHistoryKeyApplicantSequenceKeyApplicantId [KEY] | Int | |
PreviousEmployersApplicantWorkHistoryKeyApplicantSequenceKeySequenceId [KEY] | Int | |
PreviousEmployersApplicantWorkHistoryId [KEY] | String | |
PreviousEmployersCompensationPeriod | String | |
PreviousEmployersDeleteOnUpdate | Bool | |
PreviousEmployersEndDate | Datetime | |
PreviousEmployersLastModifiedBy | String | |
PreviousEmployersLastModifiedDate | Datetime | |
PreviousEmployersNotes | String | |
PreviousEmployersPositionId | String | |
PreviousEmployersStartDate | Datetime | |
PreviousEmployersWage | Decimal | |
PreviousEmployersYearsOfExperience | Int | |
ReferenceInformationSource | String | |
ReferenceInformationSourceDescription | String | |
ReferencesAggregate | String | |
RejectionInformationComment | String | |
RejectionInformationReason | String | |
SchoolsAggregate | String | |
SequenceId | Int | |
SkillsAggregate | String | |
TaxIdentifier | String | |
TestsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberReferenzen
Gibt eine Liste zurück mit: Bewerberreferenzen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
AgeCode | String | |
ApplicantId | Int | |
ApplicationColorColorCode | String | |
ApplicationColorColorName | String | |
ApplicationStatus | String | |
ApplicationsAggregate | String | |
CompanyCode | String | |
DateApplied | Datetime | |
DepartmentId | String | |
DivisionId | String | |
Ethnicity | String | |
FirstName | String | |
Gender | String | |
HRRequisistionId | String | |
InterviewsAggregate | String | |
IsDisabled | Bool | |
IsDisabledVeteran | Bool | |
IsOtherVeteran | Bool | |
IsReplyLetterSent | Bool | |
IsVeteran | Bool | |
IsVietnamEraVeteran | Bool | |
IsWillRelocate | Bool | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
LastName | String | |
Location | String | |
MiddleName | String | |
PositionId | String | |
PreviousEmployersAggregate | String | |
ReferenceInformationSource | String | |
ReferenceInformationSourceDescription | String | |
ReferencesExtensionsExtensionAggregate | String | |
ReferencesAddressExtensionsExtensionAggregate | String | |
ReferencesAddressCity | String | |
ReferencesAddressLine1 | String | |
ReferencesAddressLine2 | String | |
ReferencesAddressLine3 | String | |
ReferencesAddressPostalCode | String | |
ReferencesAddressState | String | |
ReferencesAddressCountryRegion | String | |
ReferencesAddressFaxCountryCode | String | |
ReferencesAddressFaxExtension | String | |
ReferencesAddressFax | String | |
ReferencesAddressPhone1CountryCode | String | |
ReferencesAddressPhone1Extension | String | |
ReferencesAddressPhone1 | String | |
ReferencesAddressPhone2CountryCode | String | |
ReferencesAddressPhone2Extension | String | |
ReferencesAddressPhone2 | String | |
ReferencesAddressPhone3CountryCode | String | |
ReferencesAddressPhone3Extension | String | |
ReferencesAddressPhone3 | String | |
ReferencesApplicantReferenceKeyApplicantSequenceKeyApplicantId [KEY] | Int | |
ReferencesApplicantReferenceKeyApplicantSequenceKeySequenceId [KEY] | Int | |
ReferencesApplicantReferenceId [KEY] | String | |
ReferencesCompanyName | String | |
ReferencesDeleteOnUpdate | Bool | |
ReferencesLastModifiedBy | String | |
ReferencesLastModifiedDate | Datetime | |
ReferencesNotes | String | |
ReferencesRelationship | String | |
RejectionInformationComment | String | |
RejectionInformationReason | String | |
SchoolsAggregate | String | |
SequenceId | Int | |
SkillsAggregate | String | |
TaxIdentifier | String | |
TestsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BewerberSchulen
Gibt eine Liste zurück von: ApplicantSchools
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
AgeCode | String | |
ApplicantId | Int | |
ApplicationColorColorCode | String | |
ApplicationColorColorName | String | |
ApplicationStatus | String | |
ApplicationsAggregate | String | |
CompanyCode | String | |
DateApplied | Datetime | |
DepartmentId | String | |
DivisionId | String | |
Ethnicity | String | |
FirstName | String | |
Gender | String | |
HRRequisistionId | String | |
InterviewsAggregate | String | |
IsDisabled | Bool | |
IsDisabledVeteran | Bool | |
IsOtherVeteran | Bool | |
IsReplyLetterSent | Bool | |
IsVeteran | Bool | |
IsVietnamEraVeteran | Bool | |
IsWillRelocate | Bool | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
LastName | String | |
Location | String | |
MiddleName | String | |
PositionId | String | |
PreviousEmployersAggregate | String | |
ReferenceInformationSource | String | |
ReferenceInformationSourceDescription | String | |
ReferencesAggregate | String | |
RejectionInformationComment | String | |
RejectionInformationReason | String | |
SchoolsExtensionsExtensionAggregate | String | |
SchoolsApplicantEducationKeyApplicantId [KEY] | Int | |
SchoolsApplicantEducationKeySequenceId [KEY] | Int | |
SchoolsDegree | String | |
SchoolsDeleteOnUpdate | Bool | |
SchoolsGPABase | String | |
SchoolsGradePointAverage | String | |
SchoolsLastModifiedBy | String | |
SchoolsLastModifiedDate | Datetime | |
SchoolsMajor | String | |
SchoolsNotes | String | |
SchoolsSchool | String | |
SchoolsYearGraduated | String | |
SequenceId | Int | |
SkillsAggregate | String | |
TaxIdentifier | String | |
TestsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Fähigkeiten des Bewerbers
Gibt eine Liste zurück mit: Bewerberfähigkeiten
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
AgeCode | String | |
ApplicantId | Int | |
ApplicationColorColorCode | String | |
ApplicationColorColorName | String | |
ApplicationStatus | String | |
ApplicationsAggregate | String | |
CompanyCode | String | |
DateApplied | Datetime | |
DepartmentId | String | |
DivisionId | String | |
Ethnicity | String | |
FirstName | String | |
Gender | String | |
HRRequisistionId | String | |
InterviewsAggregate | String | |
IsDisabled | Bool | |
IsDisabledVeteran | Bool | |
IsOtherVeteran | Bool | |
IsReplyLetterSent | Bool | |
IsVeteran | Bool | |
IsVietnamEraVeteran | Bool | |
IsWillRelocate | Bool | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
LastName | String | |
Location | String | |
MiddleName | String | |
PositionId | String | |
PreviousEmployersAggregate | String | |
ReferenceInformationSource | String | |
ReferenceInformationSourceDescription | String | |
ReferencesAggregate | String | |
RejectionInformationComment | String | |
RejectionInformationReason | String | |
SchoolsAggregate | String | |
SequenceId | Int | |
SkillsExtensionsExtensionAggregate | String | |
SkillsApplicantSkillKeyApplicantId [KEY] | Int | |
SkillsApplicantSkillKeySkillId [KEY] | String | |
SkillsComments | String | |
SkillsDeleteOnUpdate | Bool | |
SkillsProficiency | Int | |
SkillsSkillNumber | Int | |
TaxIdentifier | String | |
TestsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bewerbertests
Gibt eine Liste zurück von: ApplicantTests
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
AgeCode | String | |
ApplicantId | Int | |
ApplicationColorColorCode | String | |
ApplicationColorColorName | String | |
ApplicationStatus | String | |
ApplicationsAggregate | String | |
CompanyCode | String | |
DateApplied | Datetime | |
DepartmentId | String | |
DivisionId | String | |
Ethnicity | String | |
FirstName | String | |
Gender | String | |
HRRequisistionId | String | |
InterviewsAggregate | String | |
IsDisabled | Bool | |
IsDisabledVeteran | Bool | |
IsOtherVeteran | Bool | |
IsReplyLetterSent | Bool | |
IsVeteran | Bool | |
IsVietnamEraVeteran | Bool | |
IsWillRelocate | Bool | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
LastName | String | |
Location | String | |
MiddleName | String | |
PositionId | String | |
PreviousEmployersAggregate | String | |
ReferenceInformationSource | String | |
ReferenceInformationSourceDescription | String | |
ReferencesAggregate | String | |
RejectionInformationComment | String | |
RejectionInformationReason | String | |
SchoolsAggregate | String | |
SequenceId | Int | |
SkillsAggregate | String | |
TaxIdentifier | String | |
TestsExtensionsExtensionAggregate | String | |
TestsApplicantTestKeyApplicantSequenceKeyApplicantId [KEY] | Int | |
TestsApplicantTestKeyApplicantSequenceKeySequenceId [KEY] | Int | |
TestsApplicantTestKeyTestId [KEY] | String | |
TestsDeleteOnUpdate | Bool | |
TestsLastModifiedBy | String | |
TestsLastModifiedDate | Datetime | |
TestsNotes | String | |
TestsScore | String | |
TestsTestDate | Datetime |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BackOfficeRole
Gibt eine Liste zurück von: BackOfficeRole
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Description | String | |
Id [KEY] | String | |
Name | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bank
Gibt eine Liste zurück von: Bank
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
Branch | String | |
DirectDepositTransitNumber | String | |
Id [KEY] | String | |
Name | String | |
TransitNumber | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BargeldeingängeVerteilungen
Gibt eine Liste zurück von: CashReceiptDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AmountCurrency | String | |
Amount | Decimal | |
AuditTrailCode | String | |
BankAccountId | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CheckCardNumber | String | |
CorporateAccountId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
Date | Datetime | |
Description | String | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsReference | String | |
DistributionsKeyReceivablesDocumentId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
IsVoided | Bool | |
Id | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PaymentCardTypeId | String | |
PostedBy | String | |
PostedDate | Datetime | |
Type | String | |
VoidDate | Datetime |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterWährungsschlüssel
Gibt eine Liste zurück von: ChangedCurrencyKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
ISOCode [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterKundenadressschlüssel
Gibt eine Liste zurück von: ChangedCustomerAddressKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
CustomerId [KEY] | String | |
Id [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterKundenschlüssel
Gibt eine Liste zurück von: ChangedCustomerKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
Id [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterInternetAdressschlüssel
Gibt eine Liste zurück von: ChangedInternetAddressKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
AddressId [KEY] | String | |
InternetAddressKey [KEY] | String | |
InternetAddressType [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterArtikelschlüssel
Gibt eine Liste zurück von: ChangedItemKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
Id [KEY] | String | |
ItemType [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterPreisLevelKey
Gibt eine Liste zurück von: ChangedPriceLevelKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
Id [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterPreisschlüssel
Gibt eine Liste zurück mit: ChangedPricingKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
CurrencyKeyISOCode [KEY] | String | |
ItemId [KEY] | String | |
PriceLevelId [KEY] | String | |
UofM [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterVerkaufsrechnungsschlüssel
Gibt eine Liste zurück von: ChangedSalesInvoiceKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
SalesDocumentTypeId [KEY] | String | |
SalesDocumentTypeKeyType [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterVerkaufsauftragsschlüssel
Gibt eine Liste zurück von: ChangedSalesOrderKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
SalesDocumentTypeId [KEY] | String | |
SalesDocumentTypeKeyType [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeänderterVerkäuferschlüssel
Gibt eine Liste zurück von: ChangedSalespersonKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
Id [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Geänderter MScheduleKey
Gibt eine Liste zurück von: ChangedUofMScheduleKey
Spalten
Name | Typ | Beschreibung |
---|---|---|
Action [KEY] | String | |
LastModifiedBy [KEY] | String | |
LastModifiedDate [KEY] | Datetime | |
Id [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Unternehmen
Liste zurückgeben von: Unternehmen
Spalten
Name | Typ | Beschreibung |
---|---|---|
Id [KEY] | Int | |
ExtensionsExtensionAggregate | String | |
AccountSegmentSeparator | String | |
BusinessType | String | |
CreatedDate | Datetime | |
DUNSNumber | String | |
DefaultAddressExtensionsExtensionAggregate | String | |
DefaultAddressCity | String | |
DefaultAddressLine1 | String | |
DefaultAddressLine2 | String | |
DefaultAddressLine3 | String | |
DefaultAddressPostalCode | String | |
DefaultAddressState | String | |
DefaultAddressCountryRegion | String | |
DefaultAddressFaxCountryCode | String | |
DefaultAddressFaxExtension | String | |
DefaultAddressFax | String | |
DefaultAddressPhone1CountryCode | String | |
DefaultAddressPhone1Extension | String | |
DefaultAddressPhone1 | String | |
DefaultAddressPhone2CountryCode | String | |
DefaultAddressPhone2Extension | String | |
DefaultAddressPhone2 | String | |
DefaultAddressPhone3CountryCode | String | |
DefaultAddressPhone3Extension | String | |
DefaultAddressPhone3 | String | |
DefaultAddressCountryRegionCodeId | String | |
DefaultAddressContactPerson | String | |
DefaultAddressName | String | |
DefaultAddressCounty | String | |
DefaultAddressId | String | |
IsValueAddedTaxReturnEnabled | Bool | |
IsWorkflowEnabled | Bool | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
Name | String | |
Options | String | |
PayablesProcessesTaxDetailId | String | |
PurchasesTaxScheduleId | String | |
ReceivablesProcessesTaxDetailId | String | |
SICNumber | String | |
SalesTaxScheduleId | String | |
TaxExempt1 | String | |
TaxExempt2 | String | |
TaxRegistration | String | |
UserDefined1 | String | |
UserDefined2 | String | |
Vets100Number | String | |
WithholdingVendorId | String | |
WitholdingFileOrReconciliationNumber | String | |
WitholdingTaxRate | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
FirmaAdresse
Gibt eine Liste zurück mit: Firmenadresse
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
City | String | |
Line1 | String | |
Line2 | String | |
Line3 | String | |
PostalCode | String | |
State | String | |
CountryRegion | String | |
FaxCountryCode | String | |
FaxExtension | String | |
Fax | String | |
Phone1CountryCode | String | |
Phone1Extension | String | |
Phone1 | String | |
Phone2CountryCode | String | |
Phone2Extension | String | |
Phone2 | String | |
Phone3CountryCode | String | |
Phone3Extension | String | |
Phone3 | String | |
CountryRegionCodeId | String | |
ContactPerson | String | |
Name | String | |
County | String | |
InternetAddressesAdditionalInformation | String | |
InternetAddressesEmailBccAddress | String | |
InternetAddressesEmailCcAddress | String | |
InternetAddressesEmailToAddress | String | |
InternetAddressesInternetField1 | String | |
InternetAddressesInternetField2 | String | |
InternetAddressesInternetField3 | String | |
InternetAddressesInternetField4 | String | |
InternetAddressesInternetField5 | String | |
InternetAddressesInternetField6 | String | |
InternetAddressesInternetField7 | String | |
InternetAddressesInternetField8 | String | |
InternetAddressesMessengerAddress | String | |
Id [KEY] | String | |
ModifiedBy | String | |
ModifiedDate | Datetime |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Länder-/Regionalcode
Gibt eine Liste zurück mit: CountryRegionCode
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Description | String | |
IsEuropeanUnionMember | Bool | |
Id [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Währung
Gibt eine Liste zurück mit: Währung
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
DecimalPlaces | String | |
DecimalSymbol | String | |
Description | String | |
Id | String | |
IncludeSpace | Bool | |
Index | Int | |
KeyISOCode [KEY] | String | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
NegativeSymbol | String | |
NegativeSymbolCurrencySymbolLocation | String | |
NegativeSymbolLocation | String | |
SubunitText | String | |
Symbol | String | |
SymbolLocation | String | |
ThousandsSymbol | String | |
UnitSubunitConnectorText | String | |
UnitText | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Währungszugang
Gibt eine Liste zurück von: CurrencyAccess
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
IsActive | Bool | |
KeyCurrencyKeyISOCode [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
WährungBuchungskonto
Gibt eine Liste zurück von: CurrencyPostingAccount
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
FinancialOffsetGLAccountId | String | |
FinancialOffsetGLAccountKeyIsEncrypted | Bool | |
KeyCurrencyKeyISOCode [KEY] | String | |
PurchasingOffsetGLAccountId | String | |
PurchasingOffsetGLAccountKeyIsEncrypted | Bool | |
RealizedGainGLAccountId | String | |
RealizedGainGLAccountKeyIsEncrypted | Bool | |
RealizedLossGLAccountId | String | |
RealizedLossGLAccountKeyIsEncrypted | Bool | |
RoundingDifferenceGLAccountId | String | |
RoundingDifferenceGLAccountKeyIsEncrypted | Bool | |
RoundingWriteOffGLAccountId | String | |
RoundingWriteOffGLAccountKeyIsEncrypted | Bool | |
SalesOffsetGLAccountId | String | |
SalesOffsetGLAccountKeyIsEncrypted | Bool | |
UnrealizedGainGLAccountId | String | |
UnrealizedGainGLAccountKeyIsEncrypted | Bool | |
UnrealizedLossGLAccountId | String | |
UnrealizedLossGLAccountKeyIsEncrypted | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Kundenadressen
Gibt eine Liste zurück mit: Kundenadressen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountsReceivableGLAccountId | String | |
AccountsReceivableGLAccountKeyIsEncrypted | Bool | |
AddressesExtensionsExtensionAggregate | String | |
AddressesCity | String | |
AddressesLine1 | String | |
AddressesLine2 | String | |
AddressesLine3 | String | |
AddressesPostalCode | String | |
AddressesState | String | |
AddressesCountryRegion | String | |
AddressesFaxCountryCode | String | |
AddressesFaxExtension | String | |
AddressesFax | String | |
AddressesPhone1CountryCode | String | |
AddressesPhone1Extension | String | |
AddressesPhone1 | String | |
AddressesPhone2CountryCode | String | |
AddressesPhone2Extension | String | |
AddressesPhone2 | String | |
AddressesPhone3CountryCode | String | |
AddressesPhone3Extension | String | |
AddressesPhone3 | String | |
AddressesCountryRegionCodeId | String | |
AddressesContactPerson | String | |
AddressesName | String | |
AddressesCreatedDate | Datetime | |
AddressesInternetAddressesAdditionalInformation | String | |
AddressesInternetAddressesEmailBccAddress | String | |
AddressesInternetAddressesEmailCcAddress | String | |
AddressesInternetAddressesEmailToAddress | String | |
AddressesInternetAddressesInternetField1 | String | |
AddressesInternetAddressesInternetField2 | String | |
AddressesInternetAddressesInternetField3 | String | |
AddressesInternetAddressesInternetField4 | String | |
AddressesInternetAddressesInternetField5 | String | |
AddressesInternetAddressesInternetField6 | String | |
AddressesInternetAddressesInternetField7 | String | |
AddressesInternetAddressesInternetField8 | String | |
AddressesInternetAddressesMessengerAddress | String | |
AddressesLastModifiedDate | Datetime | |
AddressesModifiedDate | Datetime | |
AddressesShippingMethodId | String | |
AddressesTaxScheduleId | String | |
AddressesUPSZone | String | |
AddressesUserDefined1 | String | |
AddressesUserDefined2 | String | |
AddressesDeleteOnUpdate | Bool | |
AddressesKeyCustomerId [KEY] | String | |
AddressesId [KEY] | String | |
AddressesSalesTerritoryId | String | |
AddressesSalespersonId | String | |
AddressesWarehouseId | String | |
AllowRevaluation | Bool | |
BalanceType | String | |
BankAccountId | String | |
BankBranch | String | |
BankName | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
CashGLAccountId | String | |
CashGLAccountKeyIsEncrypted | Bool | |
ClassId | String | |
Comment1 | String | |
Comment2 | String | |
CorporateAccountId | String | |
CostOfGoodsSoldGLAccountId | String | |
CostOfGoodsSoldGLAccountKeyIsEncrypted | Bool | |
CreatedDate | Datetime | |
CreditLimitItem | String | |
CreditLimitPeriod | Int | |
CreditLimitPeriodAmountCurrency | String | |
CreditLimitPeriodAmount | Decimal | |
CurrencyKeyISOCode | String | |
DefaultAddressKeyCustomerId | String | |
DefaultAddressId | String | |
DefaultCashAccountType | String | |
DiscountGracePeriod | Int | |
DueDateGracePeriod | Int | |
FinanceChargeItem | String | |
FinanceChargesGLAccountId | String | |
FinanceChargesGLAccountKeyIsEncrypted | Bool | |
HistoryOptionsKeepCalendarHistory | Bool | |
HistoryOptionsKeepDistributionHistory | Bool | |
HistoryOptionsKeepFiscalHistory | Bool | |
HistoryOptionsKeepTransactionHistory | Bool | |
IncludeInDemandPlanning | Bool | |
InventoryGLAccountId | String | |
InventoryGLAccountKeyIsEncrypted | Bool | |
IsActive | Bool | |
IsOnHold | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
MaximumWriteoffItem | String | |
MinimumPaymentItem | String | |
ModifiedDate | Datetime | |
Name | String | |
Notes | String | |
OrderFullfillmentShortageDefault | String | |
OverpaymentWriteoffGLAccountId | String | |
OverpaymentWriteoffGLAccountKeyIsEncrypted | Bool | |
PaymentCardAccountExpirationDate | Datetime | |
PaymentCardAccountKeyNumber | String | |
PaymentCardAccountKeyPaymentCardTypeId | String | |
PaymentTermsDiscountAvailableGLAccountId | String | |
PaymentTermsDiscountAvailableGLAccountKeyIsEncrypted | Bool | |
PaymentTermsDiscountTakenGLAccountId | String | |
PaymentTermsDiscountTakenGLAccountKeyIsEncrypted | Bool | |
PaymentTermsId | String | |
PostResultsTo | String | |
PriceLevelId | String | |
Priority | Int | |
RateTypeId | String | |
SalesGLAccountId | String | |
SalesGLAccountKeyIsEncrypted | Bool | |
SalesOrderReturnsGLAccountId | String | |
SalesOrderReturnsGLAccountKeyIsEncrypted | Bool | |
SendEmailStatements | Bool | |
ShipCompleteOnly | Bool | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
Shortname | String | |
StatementCycle | String | |
StatementName | String | |
StatementRecipientsBCCAggregate | String | |
StatementRecipientsCCAggregate | String | |
StatementRecipientsToAggregate | String | |
StatementToAddressKeyCustomerId | String | |
StatementToAddressId | String | |
TaxExemptNumbersAggregate | String | |
TaxRegistrationNumber | String | |
TradeDiscountPercent | Decimal | |
UserDefined1 | String | |
UserDefined2 | String | |
UserLanguageId | Int | |
WriteoffGLAccountId | String | |
WriteoffGLAccountKeyIsEncrypted | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
KundenforderungenZusammenfassung
Gibt eine Liste zurück von: CustomerReceivablesSummary
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AgingBalanceAmountCurrency | String | |
AgingBalanceAmount | Decimal | |
AgingLastAgedDate | Datetime | |
AgingPeriod1AmountCurrency | String | |
AgingPeriod1Amount | Decimal | |
AgingPeriod2AmountCurrency | String | |
AgingPeriod2Amount | Decimal | |
AgingPeriod3AmountCurrency | String | |
AgingPeriod3Amount | Decimal | |
AgingPeriod4AmountCurrency | String | |
AgingPeriod4Amount | Decimal | |
AgingPeriod5AmountCurrency | String | |
AgingPeriod5Amount | Decimal | |
AgingPeriod6AmountCurrency | String | |
AgingPeriod6Amount | Decimal | |
AgingPeriod7AmountCurrency | String | |
AgingPeriod7Amount | Decimal | |
Id [KEY] | String | |
LastPaymentAmountCurrency | String | |
LastPaymentAmount | Decimal | |
LastPaymentDate | Datetime | |
LastStatementAmountCurrency | String | |
LastStatementAmount | Decimal | |
LastStatementDate | Datetime | |
LastTransactionAmountCurrency | String | |
LastTransactionAmount | Decimal | |
LastTransactionDate | Datetime | |
LastYearAverageDaysToPay | Int | |
LastYearHighBalanceCurrency | String | |
LastYearHighBalance | Decimal | |
LastYearNumberOfInvoices | Int | |
LastYearTermsDiscountsTakenCurrency | String | |
LastYearTermsDiscountsTaken | Decimal | |
LastYearTotalCashReceivedCurrency | String | |
LastYearTotalCashReceived | Decimal | |
LastYearTotalCostCurrency | String | |
LastYearTotalCost | Decimal | |
LastYearTotalFinanceChargeCurrency | String | |
LastYearTotalFinanceCharge | Decimal | |
LastYearTotalReturnsCurrency | String | |
LastYearTotalReturns | Decimal | |
LastYearTotalSalesCurrency | String | |
LastYearTotalSales | Decimal | |
LastYearTotalWaivedFinanceChargeCurrency | String | |
LastYearTotalWaivedFinanceCharge | Decimal | |
LastYearTotalWriteoffAmountCurrency | String | |
LastYearTotalWriteoffAmount | Decimal | |
LifeToDateAverageDaysToPay | Int | |
LifeToDateHighBalanceCurrency | String | |
LifeToDateHighBalance | Decimal | |
LifeToDateNumberOfInvoices | Int | |
LifeToDateTermsDiscountsTakenCurrency | String | |
LifeToDateTermsDiscountsTaken | Decimal | |
LifeToDateTotalCashReceivedCurrency | String | |
LifeToDateTotalCashReceived | Decimal | |
LifeToDateTotalCostCurrency | String | |
LifeToDateTotalCost | Decimal | |
LifeToDateTotalFinanceChargeCurrency | String | |
LifeToDateTotalFinanceCharge | Decimal | |
LifeToDateTotalReturnsCurrency | String | |
LifeToDateTotalReturns | Decimal | |
LifeToDateTotalSalesCurrency | String | |
LifeToDateTotalSales | Decimal | |
LifeToDateTotalWaivedFinanceChargeCurrency | String | |
LifeToDateTotalWaivedFinanceCharge | Decimal | |
LifeToDateTotalWriteoffAmountCurrency | String | |
LifeToDateTotalWriteoffAmount | Decimal | |
OnOrderAmountCurrency | String | |
OnOrderAmount | Decimal | |
YearToDateAverageDaysToPay | Int | |
YearToDateHighBalanceCurrency | String | |
YearToDateHighBalance | Decimal | |
YearToDateNumberOfInvoices | Int | |
YearToDateTermsDiscountsTakenCurrency | String | |
YearToDateTermsDiscountsTaken | Decimal | |
YearToDateTotalCashReceivedCurrency | String | |
YearToDateTotalCashReceived | Decimal | |
YearToDateTotalCostCurrency | String | |
YearToDateTotalCost | Decimal | |
YearToDateTotalFinanceChargeCurrency | String | |
YearToDateTotalFinanceCharge | Decimal | |
YearToDateTotalReturnsCurrency | String | |
YearToDateTotalReturns | Decimal | |
YearToDateTotalSalesCurrency | String | |
YearToDateTotalSales | Decimal | |
YearToDateTotalWaivedFinanceChargeCurrency | String | |
YearToDateTotalWaivedFinanceCharge | Decimal | |
YearToDateTotalWriteoffAmountCurrency | String | |
YearToDateTotalWriteoffAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
MitarbeiterAdressen
Gibt eine Liste zurück mit: EmployeeAddresses
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressesExtensionsExtensionAggregate | String | |
AddressesCity | String | |
AddressesLine1 | String | |
AddressesLine2 | String | |
AddressesLine3 | String | |
AddressesPostalCode | String | |
AddressesState | String | |
AddressesCountryRegion | String | |
AddressesFaxCountryCode | String | |
AddressesFaxExtension | String | |
AddressesFax | String | |
AddressesPhone1CountryCode | String | |
AddressesPhone1Extension | String | |
AddressesPhone1 | String | |
AddressesPhone2CountryCode | String | |
AddressesPhone2Extension | String | |
AddressesPhone2 | String | |
AddressesPhone3CountryCode | String | |
AddressesPhone3Extension | String | |
AddressesPhone3 | String | |
AddressesCountryRegionCodeId | String | |
AddressesCounty | String | |
AddressesDeleteOnUpdate | Bool | |
AddressesInternetAddressesAdditionalInformation | String | |
AddressesInternetAddressesEmailBccAddress | String | |
AddressesInternetAddressesEmailCcAddress | String | |
AddressesInternetAddressesEmailToAddress | String | |
AddressesInternetAddressesInternetField1 | String | |
AddressesInternetAddressesInternetField2 | String | |
AddressesInternetAddressesInternetField3 | String | |
AddressesInternetAddressesInternetField4 | String | |
AddressesInternetAddressesInternetField5 | String | |
AddressesInternetAddressesInternetField6 | String | |
AddressesInternetAddressesInternetField7 | String | |
AddressesInternetAddressesInternetField8 | String | |
AddressesInternetAddressesMessengerAddress | String | |
AddressesKeyEmployeeId [KEY] | String | |
AddressesId [KEY] | String | |
BenefitExpiration | Datetime | |
BenefitStartDate | Datetime | |
BirthDate | Datetime | |
ClassId | String | |
CompanyAddressId | String | |
DayOfBirth | Int | |
DefaultAddressKeyEmployeeId | String | |
DefaultAddressId | String | |
DefaultCashAccountFromType | String | |
DepartmentId | String | |
DivisionId | String | |
DoesCalculateMinimumWageBalance | Bool | |
EmployeeInactivatedDate | Datetime | |
EmployeeId | String | |
EmploymentStartDate | Datetime | |
EmploymentType | String | |
Ethnicity | String | |
FederalClass | String | |
GLAccountId | String | |
GLAccountKeyIsEncrypted | Bool | |
GenderCode | String | |
HRStatus | String | |
I9RenewDate | Datetime | |
IsActive | Bool | |
IsDisabled | Bool | |
IsDisabledVeteran | Bool | |
IsI9Verified | Bool | |
IsOtherVeteran | Bool | |
IsSmoker | Bool | |
IsUnionEmployee | Bool | |
IsUnitedStatesCitizen | Bool | |
IsVeteran | Bool | |
IsVietnamEraVeteran | Bool | |
LastWorkedDate | Datetime | |
MaritalStatus | String | |
MilitaryDischargeDate | Datetime | |
MinimumNetPayCurrency | String | |
MinimumNetPay | Decimal | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
MonthOfBirth | String | |
NameAlternate | String | |
NameFamily | String | |
NameGiven | String | |
NameMiddle | String | |
NamePreferred | String | |
NameSuffix | String | |
PositionId | String | |
PrimaryPayCodeId | String | |
RateClass | String | |
ReasonEmployeeInactivated | String | |
ReviewLastDate | Datetime | |
ReviewNextDate | Datetime | |
SUTAStateId | String | |
SickTimeAccrualAmount | Decimal | |
SickTimeAccrualMethod | String | |
SickTimeDoesAutomaticallyAccrue | Bool | |
SickTimeHoursAvailable | Decimal | |
SickTimeHoursPerYear | Int | |
SickTimeWarnWhenHoursAvailableFallsBelowZero | Bool | |
SpouseName | String | |
SpouseTaxIdentifier | String | |
Status | String | |
SupervisorId | String | |
TaxIdentifier | String | |
UnionId | String | |
UserDefined1 | String | |
UserDefined2 | String | |
VacationAccrualAmount | Decimal | |
VacationAccrualMethod | String | |
VacationDoesAutomaticallyAccrue | Bool | |
VacationHoursAvailable | Decimal | |
VacationHoursPerYear | Int | |
VacationWarnWhenHoursAvailableFallsBelowZero | Bool | |
WorkHoursPerYear | Int | |
WorkersCompensationId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLKonto
Gibt eine Liste zurück von: GLAccount
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Alias | String | |
CreatedDate | Datetime | |
Description | String | |
IsActive | Bool | |
Id [KEY] | String | |
KeyIsEncrypted [KEY] | Bool | |
ModifiedDate | Datetime | |
Type | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLKontokategorie
Gibt eine Liste zurück von: GLAccountCategory
Spalten
Name | Typ | Beschreibung |
---|---|---|
Id [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLAccountFormat
Gibt eine Liste zurück von: GLAccountFormat
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
IsMainSegment | Bool | |
Id [KEY] | Int | |
MaximumSegmentLength | Int | |
SegmentLength | Int | |
SegmentName | String | |
UserDefinedSegment | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLFixedAllocationAccountDistributions
Gibt eine Liste zurück von: GLFixedAllocationAccountDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Alias | String | |
CreatedDate | Datetime | |
Description | String | |
IsActive | Bool | |
Id | String | |
KeyIsEncrypted | Bool | |
ModifiedDate | Datetime | |
Type | String | |
PostInventoryIn | String | |
PostPayrollIn | String | |
PostPurchasingIn | String | |
PostSalesIn | String | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsKeyAccountId [KEY] | String | |
DistributionsKeyAccountKeyIsEncrypted [KEY] | Bool | |
DistributionsKeyDistributionAccountId [KEY] | String | |
DistributionsKeyDistributionAccountKeyIsEncrypted [KEY] | Bool | |
DistributionsPercentage | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLBuchungskontoWährungen
Gibt eine Liste zurück von: GLPostingAccountCurrencies
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Alias | String | |
CreatedDate | Datetime | |
Description | String | |
IsActive | Bool | |
Id | String | |
KeyIsEncrypted | Bool | |
ModifiedDate | Datetime | |
Type | String | |
PostInventoryIn | String | |
PostPayrollIn | String | |
PostPurchasingIn | String | |
PostSalesIn | String | |
AllowAccountEntry | Bool | |
CurrenciesExtensionsExtensionAggregate | String | |
CurrenciesKeyAccountId [KEY] | String | |
CurrenciesKeyAccountKeyIsEncrypted [KEY] | Bool | |
CurrenciesKeyCurrencyKeyISOCode [KEY] | String | |
GLAccountCategoryId | String | |
IsRevalued | Bool | |
PostRevaluationResultsTo | String | |
PostingType | String | |
RevaluationMethod | String | |
TypicalBalance | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserDefined3 | String | |
UserDefined4 | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLTransaktionszeilen
Gibt eine Liste zurück von: GLTransactionLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CurrencyKeyISOCode | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
IntercompanyId | Int | |
IntercompanyOriginalJournalId | Int | |
IsVoided | Bool | |
KeyDate | Datetime | |
KeyJournalId | Int | |
LedgerType | String | |
LinesExtensionsExtensionAggregate | String | |
LinesDescription | String | |
LinesExchangeDate | Datetime | |
LinesExchangeRate | Decimal | |
LinesGLAccountId | String | |
LinesGLAccountKeyIsEncrypted | Bool | |
LinesIntercompanyId | Int | |
LinesKeySequenceNumber [KEY] | Int | |
LinesKeyTransactionKeyDate [KEY] | Datetime | |
LinesKeyTransactionKeyJournalId [KEY] | Int | |
LinesOriginatingDocumentControlId | String | |
LinesOriginatingDocumentDescription | String | |
LinesOriginatingDocumentId | String | |
LinesOriginatingDocumentMasterId | String | |
LinesOriginatingDocumentMasterName | String | |
LinesOriginatingDocumentSequenceNumber | Int | |
LinesOriginatingDocumentType | Int | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxDetailId | String | |
LinesTaxGLAccountId | String | |
LinesTaxGLAccountKeyIsEncrypted | Bool | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
OriginatingDocumentAuditTrailCode | String | |
OriginatingDocumentPostedDate | Datetime | |
OriginatingDocumentSeries | String | |
PostedBy | String | |
Reference | String | |
SourceDocumentId | String | |
TransactionState | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GLVariableAllocationAccountDistributions
Gibt eine Liste zurück von: GLVariableAllocationAccountDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Alias | String | |
CreatedDate | Datetime | |
Description | String | |
IsActive | Bool | |
Id | String | |
KeyIsEncrypted | Bool | |
ModifiedDate | Datetime | |
Type | String | |
PostInventoryIn | String | |
PostPayrollIn | String | |
PostPurchasingIn | String | |
PostSalesIn | String | |
BalanceForCalculation | String | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsBreakdownsAggregate | String | |
DistributionsKeyAccountId [KEY] | String | |
DistributionsKeyAccountKeyIsEncrypted [KEY] | Bool | |
DistributionsKeyDistributionAccountId [KEY] | String | |
DistributionsKeyDistributionAccountKeyIsEncrypted [KEY] | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Inventarisierter Artikel
Gibt eine Liste zurück mit: InventoriedItem
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ABCCode | String | |
AllowBackOrder | Bool | |
AssemblyVarianceGLAccountId | String | |
AssemblyVarianceGLAccountKeyIsEncrypted | Bool | |
ClassId | String | |
CostofGoodsSoldGLAccountId | String | |
CostofGoodsSoldGLAccountKeyIsEncrypted | Bool | |
CreatedDate | Datetime | |
CurrencyDecimalPlaces | String | |
CurrentCostCurrency | String | |
CurrentCost | Decimal | |
DamagedGLAccountId | String | |
DamagedGLAccountKeyIsEncrypted | Bool | |
DefaultPriceLevelId | String | |
DefaultSellingUofM | String | |
DefaultWarehouseId | String | |
Description | String | |
DropShipGLAccountId | String | |
DropShipGLAccountKeyIsEncrypted | Bool | |
FunctionalCurrencyDecimalPlaces | String | |
GenericDescription | String | |
InServiceGLAccountId | String | |
InServiceGLAccountKeyIsEncrypted | Bool | |
InUseGLAccountId | String | |
InUseGLAccountKeyIsEncrypted | Bool | |
IncludeInDemandPlanning | Bool | |
InternetAddressesAdditionalInformation | String | |
InternetAddressesEmailBccAddress | String | |
InternetAddressesEmailCcAddress | String | |
InternetAddressesEmailToAddress | String | |
InternetAddressesInternetField1 | String | |
InternetAddressesInternetField2 | String | |
InternetAddressesInternetField3 | String | |
InternetAddressesInternetField4 | String | |
InternetAddressesInternetField5 | String | |
InternetAddressesInternetField6 | String | |
InternetAddressesInternetField7 | String | |
InternetAddressesInternetField8 | String | |
InternetAddressesMessengerAddress | String | |
InventoryGLAccountId | String | |
InventoryGLAccountKeyIsEncrypted | Bool | |
InventoryOffsetGLAccountId | String | |
InventoryOffsetGLAccountKeyIsEncrypted | Bool | |
InventoryReturnGLAccountId | String | |
InventoryReturnGLAccountKeyIsEncrypted | Bool | |
IsDiscontinued | Bool | |
KeepCalendarYearHistory | Bool | |
KeepDistributionHistory | Bool | |
KeepFiscalYearHistory | Bool | |
KeepTransactionHistory | Bool | |
Id [KEY] | String | |
LastModifiedDate | Datetime | |
MarkdownGLAccountId | String | |
MarkdownGLAccountKeyIsEncrypted | Bool | |
ModifiedDate | Datetime | |
PriceMethod | String | |
PurchasePriceVarianceGLAccountId | String | |
PurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | |
PurchaseTaxBasis | String | |
PurchaseTaxScheduleId | String | |
PurchaseUofM | String | |
QuantityDecimalPlaces | String | |
SalesGLAccountId | String | |
SalesGLAccountKeyIsEncrypted | Bool | |
SalesReturnGLAccountId | String | |
SalesReturnGLAccountKeyIsEncrypted | Bool | |
SalesTaxBasis | String | |
SalesTaxScheduleId | String | |
ShippingWeight | Decimal | |
ShortDescription | String | |
StandardCostCurrency | String | |
StandardCost | Decimal | |
SubstituteItem1Id | String | |
SubstituteItem2Id | String | |
Type | String | |
UnrealizedPurchasePriceVarianceGLAccountId | String | |
UnrealizedPurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | |
UofMScheduleId | String | |
UserCategoryList1 | String | |
UserCategoryList2 | String | |
UserCategoryList3 | String | |
UserCategoryList4 | String | |
UserCategoryList5 | String | |
UserCategoryList6 | String | |
VarianceGLAccountId | String | |
VarianceGLAccountKeyIsEncrypted | Bool | |
WarrantyDays | Short |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bestandsanpassungszeilen
Gibt eine Liste zurück mit: Bestandsanpassungszeilen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedDate | Datetime | |
Date | Datetime | |
GLPostingDate | Datetime | |
Id | String | |
ModifiedDate | Datetime | |
TransactionState | String | |
LinesExtensionsExtensionAggregate | String | |
LinesItemId | String | |
LinesKeyInventoryId [KEY] | String | |
LinesKeySequenceNumber [KEY] | Decimal | |
LinesQuantity | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesBinsAggregate | String | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountIsEncrypted | Bool | |
LinesInventoryOffsetGLAccountId | String | |
LinesInventoryOffsetGLAccountIsEncrypted | Bool | |
LinesLotsAggregate | String | |
LinesSerialsAggregate | String | |
LinesUofM | String | |
LinesWarehouseId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bestandstransferzeilen
Gibt eine Liste zurück mit: InventoryTransferLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedDate | Datetime | |
Date | Datetime | |
GLPostingDate | Datetime | |
Id | String | |
ModifiedDate | Datetime | |
TransactionState | String | |
LinesExtensionsExtensionAggregate | String | |
LinesItemId | String | |
LinesKeyInventoryId [KEY] | String | |
LinesKeySequenceNumber [KEY] | Decimal | |
LinesQuantity | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesBinsAggregate | String | |
LinesInventoryFromGLAccountId | String | |
LinesInventoryFromGLAccountIsEncrypted | Bool | |
LinesInventoryToGLAccountId | String | |
LinesInventoryToGLAccountIsEncrypted | Bool | |
LinesLotsAggregate | String | |
LinesQuantityTypeFrom | String | |
LinesQuantityTypeTo | String | |
LinesSerialsAggregate | String | |
LinesWarehouseFromId | String | |
LinesWarehouseToId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bestandsabweichungszeilen
Gibt eine Liste zurück mit: InventoryVarianceLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedDate | Datetime | |
Date | Datetime | |
GLPostingDate | Datetime | |
Id | String | |
ModifiedDate | Datetime | |
TransactionState | String | |
LinesExtensionsExtensionAggregate | String | |
LinesItemId | String | |
LinesKeyInventoryId [KEY] | String | |
LinesKeySequenceNumber [KEY] | Decimal | |
LinesQuantity | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesBinsAggregate | String | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountIsEncrypted | Bool | |
LinesInventoryOffsetGLAccountId | String | |
LinesInventoryOffsetGLAccountIsEncrypted | Bool | |
LinesLotsAggregate | String | |
LinesSerialsAggregate | String | |
LinesUofM | String | |
LinesWarehouseId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Artikel
Gibt eine Liste zurück mit: Artikel
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ABCCode | String | |
AllowBackOrder | Bool | |
AssemblyVarianceGLAccountId | String | |
AssemblyVarianceGLAccountKeyIsEncrypted | Bool | |
ClassId | String | |
CostofGoodsSoldGLAccountId | String | |
CostofGoodsSoldGLAccountKeyIsEncrypted | Bool | |
CreatedDate | Datetime | |
CurrencyDecimalPlaces | String | |
CurrentCostCurrency | String | |
CurrentCost | Decimal | |
DamagedGLAccountId | String | |
DamagedGLAccountKeyIsEncrypted | Bool | |
DefaultPriceLevelId | String | |
DefaultSellingUofM | String | |
DefaultWarehouseId | String | |
Description | String | |
DropShipGLAccountId | String | |
DropShipGLAccountKeyIsEncrypted | Bool | |
FunctionalCurrencyDecimalPlaces | String | |
GenericDescription | String | |
InServiceGLAccountId | String | |
InServiceGLAccountKeyIsEncrypted | Bool | |
InUseGLAccountId | String | |
InUseGLAccountKeyIsEncrypted | Bool | |
IncludeInDemandPlanning | Bool | |
InternetAddressesAdditionalInformation | String | |
InternetAddressesEmailBccAddress | String | |
InternetAddressesEmailCcAddress | String | |
InternetAddressesEmailToAddress | String | |
InternetAddressesInternetField1 | String | |
InternetAddressesInternetField2 | String | |
InternetAddressesInternetField3 | String | |
InternetAddressesInternetField4 | String | |
InternetAddressesInternetField5 | String | |
InternetAddressesInternetField6 | String | |
InternetAddressesInternetField7 | String | |
InternetAddressesInternetField8 | String | |
InternetAddressesMessengerAddress | String | |
InventoryGLAccountId | String | |
InventoryGLAccountKeyIsEncrypted | Bool | |
InventoryOffsetGLAccountId | String | |
InventoryOffsetGLAccountKeyIsEncrypted | Bool | |
InventoryReturnGLAccountId | String | |
InventoryReturnGLAccountKeyIsEncrypted | Bool | |
IsDiscontinued | Bool | |
KeepCalendarYearHistory | Bool | |
KeepDistributionHistory | Bool | |
KeepFiscalYearHistory | Bool | |
KeepTransactionHistory | Bool | |
Id [KEY] | String | |
LastModifiedDate | Datetime | |
MarkdownGLAccountId | String | |
MarkdownGLAccountKeyIsEncrypted | Bool | |
ModifiedDate | Datetime | |
PriceMethod | String | |
PurchasePriceVarianceGLAccountId | String | |
PurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | |
PurchaseTaxBasis | String | |
PurchaseTaxScheduleId | String | |
PurchaseUofM | String | |
QuantityDecimalPlaces | String | |
SalesGLAccountId | String | |
SalesGLAccountKeyIsEncrypted | Bool | |
SalesReturnGLAccountId | String | |
SalesReturnGLAccountKeyIsEncrypted | Bool | |
SalesTaxBasis | String | |
SalesTaxScheduleId | String | |
ShippingWeight | Decimal | |
ShortDescription | String | |
StandardCostCurrency | String | |
StandardCost | Decimal | |
SubstituteItem1Id | String | |
SubstituteItem2Id | String | |
Type | String | |
UnrealizedPurchasePriceVarianceGLAccountId | String | |
UnrealizedPurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | |
UofMScheduleId | String | |
UserCategoryList1 | String | |
UserCategoryList2 | String | |
UserCategoryList3 | String | |
UserCategoryList4 | String | |
UserCategoryList5 | String | |
UserCategoryList6 | String | |
VarianceGLAccountId | String | |
VarianceGLAccountKeyIsEncrypted | Bool | |
WarrantyDays | Short |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Artikelklasse
Gibt eine Liste zurück von: ItemClass
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Description | String | |
Id [KEY] | String | |
Type | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Fertigungsauftrag
Gibt eine Liste zurück mit: Fertigungsauftrag
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualDemand | Decimal | |
BOMCategory | String | |
BOMRevisionLevel | String | |
ComponentCalculation | String | |
DateCompleted | Datetime | |
Description | String | |
DrawFromSite | String | |
EndDate | Datetime | |
EndingQty | Decimal | |
IsArchivedMO | Bool | |
IsQuickMO | Bool | |
ItemId | String | |
LastModifiedDate | Datetime | |
LotNumber | String | |
ManufacturingOrderDocumentId [KEY] | String | |
Notes | String | |
OrderStatus | String | |
OutSourced | String | |
PickNumber | String | |
PlanName | String | |
PostToSite | String | |
Priority | String | |
RoutingName | String | |
RoutingRevisionLevel | String | |
ScheduleMethod | String | |
SchedulingPreference | String | |
StartDate | Datetime | |
StartingQty | Decimal | |
PickListAggregate | String | |
RouteAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Fertigungsauftragskommissionierliste
Gibt eine Liste zurück von: ManufacturingOrderPickList
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualDemand | Decimal | |
BOMCategory | String | |
BOMRevisionLevel | String | |
ComponentCalculation | String | |
DateCompleted | Datetime | |
Description | String | |
DrawFromSite | String | |
EndDate | Datetime | |
EndingQty | Decimal | |
IsArchivedMO | Bool | |
IsQuickMO | Bool | |
ItemId | String | |
LastModifiedDate | Datetime | |
LotNumber | String | |
ManufacturingOrderDocumentId | String | |
Notes | String | |
OrderStatus | String | |
OutSourced | String | |
PickNumber | String | |
PlanName | String | |
PostToSite | String | |
Priority | String | |
RoutingName | String | |
RoutingRevisionLevel | String | |
ScheduleMethod | String | |
SchedulingPreference | String | |
StartDate | Datetime | |
StartingQty | Decimal | |
PickListActualConsumedQty | Decimal | |
PickListAllocatedBy | String | |
PickListAllocatedQty | Decimal | |
PickListAllowedQty | Decimal | |
PickListAlternateItemForId | String | |
PickListAlternateItemSequence | Int | |
PickListBOMCategory | String | |
PickListBOMName | String | |
PickListBOMSequence | Int | |
PickListBOMUserDef1 | String | |
PickListBOMUserDef2 | String | |
PickListBackFlushedQty | Decimal | |
PickListBaseUOMQty | Decimal | |
PickListCurrentConsumedQty | Decimal | |
PickListCurrentReturnToStockQty | Decimal | |
PickListCurrentScrappedQty | Decimal | |
PickListDateAllocated | Datetime | |
PickListDateRequired | Datetime | |
PickListDateResourcePlanIssued | Datetime | |
PickListExplodedQty | Decimal | |
PickListFixedQty | Decimal | |
PickListIsActualConsumedChecked | Bool | |
PickListIsAllocated | Bool | |
PickListIsAlternateItem | Bool | |
PickListIsBOMApproved | Bool | |
PickListIsBOMSingleLot | Bool | |
PickListIsBackFlushed | Bool | |
PickListIsBackOrdered | Bool | |
PickListIsFloorStock | Bool | |
PickListIsIssued | Bool | |
PickListIsOptionedItem | Bool | |
PickListIsPhantomItem | Bool | |
PickListIsResourcePlanCalculated | Bool | |
PickListIsSubAssemblyItem | Bool | |
PickListIssuedBy | String | |
PickListIssuedQty | Decimal | |
PickListItemId | String | |
PickListLastModifiedDate | Datetime | |
PickListLeadTimeOffset | Decimal | |
PickListLinkToSequence | Int | |
PickListLocation | String | |
PickListMRPAmountCurrency | String | |
PickListMRPAmount | Decimal | |
PickListMRPAmount2Currency | String | |
PickListMRPAmount2 | Decimal | |
PickListManufacturingNote | String | |
PickListManufacturingOrderDocumentId | String | |
PickListMarkdownAmtCurrency | String | |
PickListMarkdownAmt | Decimal | |
PickListNonInventoryCreditIndex | Int | |
PickListNonInventoryItemDescription | String | |
PickListOffsetFrom | Decimal | |
PickListOrderStatus | String | |
PickListPOLineLineSequenceNumber | Int | |
PickListPOLinePurchaseTransactionId | String | |
PickListParentPartNumberId | String | |
PickListPositionNumber | Int | |
PickListPositionNumber2 | Int | |
PickListPromotion | String | |
PickListRefillCostCurrency | String | |
PickListRefillCost | Decimal | |
PickListReturnToStockQty | Decimal | |
PickListRoutingName | String | |
PickListRoutingSequence | String | |
PickListScrappedQty | Decimal | |
PickListSequence [KEY] | Int | |
PickListSubAssemblyItemForId | String | |
PickListSubAssemblyItemSequence | Int | |
PickListSuggestedQty | Decimal | |
PickListUnitCostCurrency | String | |
PickListUnitCost | Decimal | |
PickListUofM | String | |
PickListVendorId | String | |
PickListVendorName | String | |
PickListWorkCenter | String | |
RouteAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Fertigungsauftragsroute
Gibt eine Liste zurück von: ManufacturingOrderRoute
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualDemand | Decimal | |
BOMCategory | String | |
BOMRevisionLevel | String | |
ComponentCalculation | String | |
DateCompleted | Datetime | |
Description | String | |
DrawFromSite | String | |
EndDate | Datetime | |
EndingQty | Decimal | |
IsArchivedMO | Bool | |
IsQuickMO | Bool | |
ItemId | String | |
LastModifiedDate | Datetime | |
LotNumber | String | |
ManufacturingOrderDocumentId | String | |
Notes | String | |
OrderStatus | String | |
OutSourced | String | |
PickNumber | String | |
PlanName | String | |
PostToSite | String | |
Priority | String | |
RoutingName | String | |
RoutingRevisionLevel | String | |
ScheduleMethod | String | |
SchedulingPreference | String | |
StartDate | Datetime | |
StartingQty | Decimal | |
PickListAggregate | String | |
RouteActualFinishDate | Datetime | |
RouteActualStartDate | Datetime | |
RouteClosedBy | String | |
RouteCycleTime | Decimal | |
RouteDateClosed | Datetime | |
RouteDateCreated | Datetime | |
RouteDrawingNumber | String | |
RouteIsAutoBackFlushLabor | Bool | |
RouteIsAutoBackFlushMachine | Bool | |
RouteIsCapacityRequirementsPlanned | Bool | |
RouteIsDone | Bool | |
RouteIsLastSequenceofTheDay | Bool | |
RouteIsMultiEmployeeOperation | Bool | |
RouteIsPhantomItem | Bool | |
RouteIsQualityAssuranceNeeded | Bool | |
RouteLaborCode1 | String | |
RouteLaborCode2 | String | |
RouteLaborTime | Decimal | |
RouteLastModifiedDate | Datetime | |
RouteMRPAmountCurrency | String | |
RouteMRPAmount | Decimal | |
RouteMachineId | String | |
RouteMachineTime | Decimal | |
RouteManufacturingNote | String | |
RouteManufacturingOrderDocumentId | String | |
RouteMoveTime | Decimal | |
RouteNextRouteNumber | String | |
RouteNotes | String | |
RouteNumberOfCrews | Int | |
RouteNumberOfEmployees | Int | |
RouteNumberOfMachines | Int | |
RouteOperationCode | String | |
RoutePOOffsetDays | Int | |
RoutePercentageComplete | Int | |
RoutePieces | Decimal | |
RouteQuantity | Decimal | |
RouteQueueTime | Decimal | |
RouteRejects | Decimal | |
RouteRouteMachineID | String | |
RouteRoutePartNumber | String | |
RouteRouteSeqDescription | String | |
RouteRouteSequenceNum [KEY] | Int | |
RouteRouteSequenceType | String | |
RouteRouteWorkCenter | String | |
RouteRunTime | Decimal | |
RouteScheduledFinishDate | Datetime | |
RouteScheduledStartDate | Datetime | |
RouteServiceItemDateReleased | Datetime | |
RouteServiceItemManufacturingOrderDocumentId | String | |
RouteServiceItemQtyToOrder | Decimal | |
RouteServiceItemRequiredDate | Datetime | |
RouteServiceItemRouteSequenceNum | Int | |
RouteServiceItemServiceItemId | String | |
RouteServiceItemSuggestedQty | Decimal | |
RouteSetupTime | Decimal | |
RouteUserDef1 | String | |
RouteUserDef2 | String | |
RouteVendorId | String | |
RouteVendorName | String | |
RouteWIPOutputPerMOStartQty | Decimal | |
RouteWaitHours | Int | |
RouteWorkCenter | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Multiwährungs-Setup
Gibt eine Liste zurück von: MulticurrencySetup
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AllowModifyRates | Bool | |
AllowNewRates | Bool | |
AllowOverrideExchangeRates | Bool | |
AllowOverrideRateVariance | Bool | |
AllowOverrideReportingRate | Bool | |
AverageExchangeRateCalculationMethodDisplay | String | |
DefaultFinancialRateTypeId | String | |
DefaultPurchasingRateTypeId | String | |
DefaultSalesRateTypeId | String | |
KeepGeneralLedgerAccountHistory | Bool | |
KeyCurrencyKeyISOCode [KEY] | String | |
LastFinancialRevaluationDate | Datetime | |
LastPurchasingRevaluationDate | Datetime | |
LastSalesRevaluationDate | Datetime | |
LastSummaryRemovalDate | Datetime | |
LastTransactionRemovalDate | Datetime | |
ReportingCurrencyExchangeRate | Decimal | |
ReportingCurrencyKeyISOCode | String | |
ReportingCurrencyRateCalculationMethod | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerbindlichkeitenDokument
Gibt eine Liste zurück von: PayablesDocument
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressId | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
ChargeAmountCurrency | String | |
ChargeAmount | Decimal | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
Description | String | |
DistributionsAggregate | String | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxScheduleId | String | |
GeneralLedgerPostingDate | Datetime | |
HasIntercompanyDistributions | Bool | |
IsIntercompanyTransaction | Bool | |
IsVoided | Bool | |
Id [KEY] | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxScheduleId | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PONumber | String | |
PostedBy | String | |
PostedDate | Datetime | |
PurchaseTaxScheduleId | String | |
PurchasesAmountCurrency | String | |
PurchasesAmount | Decimal | |
RemitToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxDate | Datetime | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerbindlichkeitenDokumentVerteilungen
Die DynamicsGP-Tabelle PayablesDocumentDistributions.
Spalten
Name | Typ | Beschreibung |
---|---|---|
DistributionsKeySequenceNumber [KEY] | Int32 | Die Spalte DistributionsKeySequenceNumber für die Tabelle PayablesDocumentDistributions. |
DistributionsKeyPayablesDocumentId [KEY] | String | Die Spalte DistributionsKeyPayablesDocumentId für die Tabelle PayablesDocumentDistributions. |
AddressId | String | Die Spalte „AddressId“ für die Tabelle „PayablesDocumentDistributions“. |
Amount1099Currency | String | Die Spalte Amount1099Currency für die Tabelle PayablesDocumentDistributions. |
Amount1099 | Decimal | Die Spalte „Amount1099“ für die Tabelle „PayablesDocumentDistributions“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „PayablesDocumentDistributions“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „PayablesDocumentDistributions“. |
BatchId | String | Die BatchId-Spalte für die Tabelle PayablesDocumentDistributions. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „PayablesDocumentDistributions“. |
ChargeAmountCurrency | String | Die Spalte ChargeAmountCurrency für die Tabelle PayablesDocumentDistributions. |
ChargeAmount | Decimal | Die Spalte „ChargeAmount“ für die Tabelle „PayablesDocumentDistributions“. |
CurrencyKeyISOCode | String | Die Spalte „CurrencyKeyISOCode“ für die Tabelle „PayablesDocumentDistributions“. |
Date | Datetime | Die Datumsspalte für die Tabelle PayablesDocumentDistributions. |
Description | String | Die Spalte „Beschreibung“ für die Tabelle „PayablesDocumentDistributions“. |
DistributionsIsPosted | Boolean | Die Spalte „DistributionsIsPosted“ für die Tabelle „PayablesDocumentDistributions“. |
DistributionsPostingDate | Datetime | Die Spalte DistributionsPostingDate für die Tabelle PayablesDocumentDistributions. |
DistributionsDistributionTypeId | Int32 | Die Spalte DistributionsDistributionTypeId für die Tabelle PayablesDocumentDistributions. |
DistributionsGLAccountId | String | Die Spalte DistributionsGLAccountId für die Tabelle PayablesDocumentDistributions. |
DistributionsGLAccountKeyIsEncrypted | Boolean | Die Spalte DistributionsGLAccountKeyIsEncrypted für die Tabelle PayablesDocumentDistributions. |
DistributionsReference | String | Die Spalte „DistributionsReference“ für die Tabelle „PayablesDocumentDistributions“. |
DistributionsExtensionsExtensionAggregate | String | Die Spalte DistributionsExtensionsExtensionAggregate für die Tabelle PayablesDocumentDistributions. |
DocumentAmountCurrency | String | Die Spalte „DocumentAmountCurrency“ für die Tabelle „PayablesDocumentDistributions“. |
DocumentAmount | Decimal | Die Spalte „DocumentAmount“ für die Tabelle „PayablesDocumentDistributions“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „PayablesDocumentDistributions“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „PayablesDocumentDistributions“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle PayablesDocumentDistributions. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „PayablesDocumentDistributions“. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle PayablesDocumentDistributions. |
GeneralLedgerPostingDate | Datetime | Die Spalte GeneralLedgerPostingDate für die Tabelle PayablesDocumentDistributions. |
HasIntercompanyDistributions | Boolean | Die Spalte „HasIntercompanyDistributions“ für die Tabelle „PayablesDocumentDistributions“. |
IsIntercompanyTransaction | Boolean | Die Spalte „IsIntercompanyTransaction“ für die Tabelle „PayablesDocumentDistributions“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „PayablesDocumentDistributions“. |
Id | String | Die ID-Spalte für die Tabelle PayablesDocumentDistributions. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „PayablesDocumentDistributions“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „PayablesDocumentDistributions“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „PayablesDocumentDistributions“. |
ModifiedBy | String | Die Spalte „ModifiedBy“ für die Tabelle „PayablesDocumentDistributions“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „PayablesDocumentDistributions“. |
PONumber | String | Die PONumber-Spalte für die Tabelle PayablesDocumentDistributions. |
PostedBy | String | Die Spalte „PostedBy“ für die Tabelle „PayablesDocumentDistributions“. |
PostedDate | Datetime | Die Spalte „PostedDate“ für die Tabelle „PayablesDocumentDistributions“. |
PurchaseTaxScheduleId | String | Die Spalte „PurchaseTaxScheduleId“ für die Tabelle „PayablesDocumentDistributions“. |
PurchasesAmountCurrency | String | Die Spalte „PurchaseAmountCurrency“ für die Tabelle „PayablesDocumentDistributions“. |
PurchasesAmount | Decimal | Die Spalte „PurchaseAmount“ für die Tabelle „PayablesDocumentDistributions“. |
RemitToAddressId | String | Die Spalte „RemitToAddressId“ für die Tabelle „PayablesDocumentDistributions“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „PayablesDocumentDistributions“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle PayablesDocumentDistributions. |
TaxAmount | Decimal | Die Spalte „TaxAmount“ für die Tabelle „PayablesDocumentDistributions“. |
TaxDate | Datetime | Die Spalte „TaxDate“ für die Tabelle „PayablesDocumentDistributions“. |
TaxScheduleId | String | Die Spalte „TaxScheduleId“ für die Tabelle „PayablesDocumentDistributions“. |
TaxesPayablesTaxAggregate | String | Die Spalte „TaxesPayablesTaxAggregate“ für die Tabelle „PayablesDocumentDistributions“. |
TradeDiscountAmountCurrency | String | Die Spalte TradeDiscountAmountCurrency für die Tabelle PayablesDocumentDistributions. |
TradeDiscountAmount | Decimal | Die Spalte „TradeDiscountAmount“ für die Tabelle „PayablesDocumentDistributions“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „PayablesDocumentDistributions“. |
Type | String | Die Spalte „Typ“ für die Tabelle „PayablesDocumentDistributions“. |
VendorDocumentNumber | String | Die Spalte „VendorDocumentNumber“ für die Tabelle „PayablesDocumentDistributions“. |
VendorId | String | Die Spalte „VendorId“ für die Tabelle „PayablesDocumentDistributions“. |
VendorName | String | Die Spalte „VendorName“ für die Tabelle „PayablesDocumentDistributions“. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „PayablesDocumentDistributions“. |
VerbindlichkeitenDokumentSteuern
Die DynamicsGP-Tabelle PayablesDocumentTaxes.
Spalten
Name | Typ | Beschreibung |
---|---|---|
TaxesKeyTaxDetailId [KEY] | String | Die Spalte TaxesKeyTaxDetailId für die Tabelle PayablesDocumentTaxes. |
TaxesKeyPayablesDocumentId [KEY] | String | Die Spalte TaxesKeyPayablesDocumentId für die Tabelle PayablesDocumentTaxes. |
AddressId | String | Die Spalte „AddressId“ für die Tabelle „PayablesDocumentTaxes“. |
Amount1099Currency | String | Die Spalte Amount1099Currency für die Tabelle PayablesDocumentTaxes. |
Amount1099 | Decimal | Die Spalte „Amount1099“ für die Tabelle „PayablesDocumentTaxes“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „PayablesDocumentTaxes“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „PayablesDocumentTaxes“. |
BatchId | String | Die BatchId-Spalte für die Tabelle PayablesDocumentTaxes. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „PayablesDocumentTaxes“. |
ChargeAmountCurrency | String | Die Spalte ChargeAmountCurrency für die Tabelle PayablesDocumentTaxes. |
ChargeAmount | Decimal | Die Spalte „ChargeAmount“ für die Tabelle „PayablesDocumentTaxes“. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle PayablesDocumentTaxes. |
Date | Datetime | Die Datumsspalte für die Tabelle PayablesDocumentTaxes. |
Description | String | Die Spalte „Beschreibung“ für die Tabelle „PayablesDocumentTaxes“. |
DistributionsPayablesDistributionAggregate | String | Die Spalte DistributionsPayablesDistributionAggregate für die Tabelle PayablesDocumentTaxes. |
DocumentAmountCurrency | String | Die Spalte „DocumentAmountCurrency“ für die Tabelle „PayablesDocumentTaxes“. |
DocumentAmount | Decimal | Die Spalte „DocumentAmount“ für die Tabelle „PayablesDocumentTaxes“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „PayablesDocumentTaxes“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „PayablesDocumentTaxes“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle PayablesDocumentTaxes. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „PayablesDocumentTaxes“. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle PayablesDocumentTaxes. |
GeneralLedgerPostingDate | Datetime | Die Spalte GeneralLedgerPostingDate für die Tabelle PayablesDocumentTaxes. |
HasIntercompanyDistributions | Boolean | Die Spalte „HasIntercompanyDistributions“ für die Tabelle „PayablesDocumentTaxes“. |
IsIntercompanyTransaction | Boolean | Die Spalte „IsIntercompanyTransaction“ für die Tabelle „PayablesDocumentTaxes“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „PayablesDocumentTaxes“. |
Id | String | Die ID-Spalte für die Tabelle PayablesDocumentTaxes. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „PayablesDocumentTaxes“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „PayablesDocumentTaxes“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „PayablesDocumentTaxes“. |
ModifiedBy | String | Die Spalte „ModifiedBy“ für die Tabelle „PayablesDocumentTaxes“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „PayablesDocumentTaxes“. |
PONumber | String | Die PONumber-Spalte für die Tabelle PayablesDocumentTaxes. |
PostedBy | String | Die Spalte „PostedBy“ für die Tabelle „PayablesDocumentTaxes“. |
PostedDate | Datetime | Die Spalte „PostedDate“ für die Tabelle „PayablesDocumentTaxes“. |
PurchaseTaxScheduleId | String | Die Spalte PurchaseTaxScheduleId für die Tabelle PayablesDocumentTaxes. |
PurchasesAmountCurrency | String | Die Spalte „PurchaseAmountCurrency“ für die Tabelle „PayablesDocumentTaxes“. |
PurchasesAmount | Decimal | Die Spalte „PurchaseAmount“ für die Tabelle „PayablesDocumentTaxes“. |
RemitToAddressId | String | Die Spalte „RemitToAddressId“ für die Tabelle „PayablesDocumentTaxes“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „PayablesDocumentTaxes“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle PayablesDocumentTaxes. |
TaxAmount | Decimal | Die Spalte „TaxAmount“ für die Tabelle „PayablesDocumentTaxes“. |
TaxDate | Datetime | Die Spalte TaxDate für die Tabelle PayablesDocumentTaxes. |
TaxScheduleId | String | Die Spalte TaxScheduleId für die Tabelle PayablesDocumentTaxes. |
TaxesFreightTaxAmountCurrency | String | Die Spalte TaxesFreightTaxAmountCurrency für die Tabelle PayablesDocumentTaxes. |
TaxesFreightTaxAmount | Decimal | Die Spalte TaxesFreightTaxAmount für die Tabelle PayablesDocumentTaxes. |
TaxesGLAccountId | String | Die Spalte TaxesGLAccountId für die Tabelle PayablesDocumentTaxes. |
TaxesGLAccountKeyIsEncrypted | Boolean | Die Spalte TaxesGLAccountKeyIsEncrypted für die Tabelle PayablesDocumentTaxes. |
TaxesIsPosted | Boolean | Die Spalte TaxesIsPosted für die Tabelle PayablesDocumentTaxes. |
TaxesMiscellaneousTaxAmountCurrency | String | Die Spalte TaxesMiscellaneousTaxAmountCurrency für die Tabelle PayablesDocumentTaxes. |
TaxesMiscellaneousTaxAmount | Decimal | Die Spalte TaxesMiscellaneousTaxAmount für die Tabelle PayablesDocumentTaxes. |
TaxesPurchasesTaxAmountCurrency | String | Die Spalte TaxesPurchasesTaxAmountCurrency für die Tabelle PayablesDocumentTaxes. |
TaxesPurchasesTaxAmount | Decimal | Die Spalte TaxesPurchasesTaxAmount für die Tabelle PayablesDocumentTaxes. |
TaxesIsBackoutTax | Boolean | Die Spalte TaxesIsBackoutTax für die Tabelle PayablesDocumentTaxes. |
TaxesTaxAmountCurrency | String | Die Spalte TaxesTaxAmountCurrency für die Tabelle PayablesDocumentTaxes. |
TaxesTaxAmount | Decimal | Die Spalte TaxesTaxAmount für die Tabelle PayablesDocumentTaxes. |
TaxesTaxableAmountCurrency | String | Die Spalte TaxesTaxableAmountCurrency für die Tabelle PayablesDocumentTaxes. |
TaxesTaxableAmount | Decimal | Die Spalte TaxesTaxableAmount für die Tabelle PayablesDocumentTaxes. |
TaxesTotalAmountCurrency | String | Die Spalte TaxesTotalAmountCurrency für die Tabelle PayablesDocumentTaxes. |
TaxesTotalAmount | Decimal | Die Spalte TaxesTotalAmount für die Tabelle PayablesDocumentTaxes. |
TaxesExtensionsExtensionAggregate | String | Die Spalte TaxesExtensionsExtensionAggregate für die Tabelle PayablesDocumentTaxes. |
TradeDiscountAmountCurrency | String | Die Spalte TradeDiscountAmountCurrency für die Tabelle PayablesDocumentTaxes. |
TradeDiscountAmount | Decimal | Die Spalte „TradeDiscountAmount“ für die Tabelle „PayablesDocumentTaxes“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „PayablesDocumentTaxes“. |
Type | String | Die Spalte „Typ“ für die Tabelle „PayablesDocumentTaxes“. |
VendorDocumentNumber | String | Die Spalte „VendorDocumentNumber“ für die Tabelle „PayablesDocumentTaxes“. |
VendorId | String | Die VendorId-Spalte für die Tabelle PayablesDocumentTaxes. |
VendorName | String | Die Spalte „VendorName“ für die Tabelle „PayablesDocumentTaxes“. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „PayablesDocumentTaxes“. |
Zahlungskartentyp
Gibt eine Liste zurück mit: PaymentCardType
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AcceptedFromCustomers | Bool | |
CompanyCardBankAccountId | String | |
CreatedDate | Datetime | |
CustomerCardBankAccountId | String | |
GLAccountId | String | |
GLAccountKeyIsEncrypted | Bool | |
Id [KEY] | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PayableCardType | String | |
ReceivableCardType | String | |
UsedByCompany | Bool | |
VendorId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Zahlungsbedingungen
Gibt eine Liste zurück mit: Zahlungsbedingungen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
CreatedDate | Datetime | |
DaysDiscountAvailable | Int | |
DaysUntilDue | Int | |
DiscountCalculationItem | String | |
DiscountDateBasedOn | String | |
DueDateBasedOn | String | |
IsDiscountCalculatedOnFreight | Bool | |
IsDiscountCalculatedOnMiscellaneous | Bool | |
IsDiscountCalculatedOnSalePurchase | Bool | |
IsDiscountCalculatedOnTax | Bool | |
IsDiscountCalculatedOnTradeDiscount | Bool | |
Id [KEY] | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
UseGracePeriods | Bool | |
UseValueAddedTax | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Geplante Bestellung
Gibt eine Liste zurück mit: Geplante Bestellung
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
DueDate | Datetime | |
IsCRPScheduled | Bool | |
ItemId | String | |
ItemsAggregate | String | |
LLC | Int | |
LocationId | String | |
PlannedOrderId [KEY] | String | |
QuantityToOrder | Decimal | |
ReleaseDate | Datetime | |
Replenishment | String | |
RunNumber | Int | |
Transferred | Bool | |
UnitOfMeasure | String | |
VendorId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
GeplanteAuftragspositionen
Gibt eine Liste mit: PlannedOrderItems zurück
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
DueDate | Datetime | |
IsCRPScheduled | Bool | |
ItemId | String | |
ItemsAllocatedByOpenMO | Decimal | |
ItemsAllocatedByReleasedMO | Decimal | |
ItemsCanceled | Bool | |
ItemsConsumedByOpenMO | Decimal | |
ItemsConsumedByReleasedMO | Decimal | |
ItemsDueDate | Datetime | |
ItemsExceptionsHasException1 | Bool | |
ItemsExceptionsHasException10 | Bool | |
ItemsExceptionsHasException11 | Bool | |
ItemsExceptionsHasException12 | Bool | |
ItemsExceptionsHasException13 | Bool | |
ItemsExceptionsHasException14 | Bool | |
ItemsExceptionsHasException15 | Bool | |
ItemsExceptionsHasException16 | Bool | |
ItemsExceptionsHasException17 | Bool | |
ItemsExceptionsHasException18 | Bool | |
ItemsExceptionsHasException19 | Bool | |
ItemsExceptionsHasException2 | Bool | |
ItemsExceptionsHasException20 | Bool | |
ItemsExceptionsHasException3 | Bool | |
ItemsExceptionsHasException4 | Bool | |
ItemsExceptionsHasException5 | Bool | |
ItemsExceptionsHasException6 | Bool | |
ItemsExceptionsHasException7 | Bool | |
ItemsExceptionsHasException8 | Bool | |
ItemsExceptionsHasException9 | Bool | |
ItemsItemId | String | |
ItemsLocationId | String | |
ItemsMRPParentType | String | |
ItemsMRPType | String | |
ItemsMoveIn | Bool | |
ItemsMoveOut | Bool | |
ItemsOriginalDueDate | Datetime | |
ItemsPhantomParent | String | |
ItemsPlannedOrderId | String | |
ItemsRequiredByOpenMO | Decimal | |
ItemsRequiredByReleasedMO | Decimal | |
ItemsSequenceNumber [KEY] | Int | |
ItemsStatus | String | |
ItemsStatusDescription | String | |
LLC | Int | |
LocationId | String | |
PlannedOrderId | String | |
QuantityToOrder | Decimal | |
ReleaseDate | Datetime | |
Replenishment | String | |
RunNumber | Int | |
Transferred | Bool | |
UnitOfMeasure | String | |
VendorId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Richtlinienverhalten
Gibt eine Liste von: PolicyBehaviors zurück
Spalten
Name | Typ | Beschreibung |
---|---|---|
BehaviorsDescription | String | |
BehaviorsInternal | Bool | |
BehaviorsId [KEY] | String | |
BehaviorsKeyPolicyId [KEY] | String | |
BehaviorsName | String | |
BehaviorsOptionsAggregate | String | |
BehaviorsSelectedOptionDescription | String | |
BehaviorsSelectedOptionKeyBehaviorId | String | |
BehaviorsSelectedOptionKeyBehaviorKeyPolicyId | String | |
BehaviorsSelectedOptionId | Int | |
BehaviorsSelectedOptionName | String | |
BehaviorsSelectedOptionParametersAggregate | String | |
Id | String | |
Name | String | |
RootBusinessObjectName | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Preisniveau
Gibt eine Liste zurück mit: PriceLevel
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
CreatedDate | Datetime | |
Description | String | |
Id [KEY] | String | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
ModifiedDate | Datetime |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Preisdetails
Gibt eine Liste mit folgenden Preisdetails zurück:
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
DetailsExtensionsExtensionAggregate | String | |
DetailsKeyPricingKeyCurrencyKeyISOCode [KEY] | String | |
DetailsKeyPricingKeyItemId [KEY] | String | |
DetailsKeyPricingKeyPriceLevelId [KEY] | String | |
DetailsKeyPricingKeyUofM [KEY] | String | |
DetailsKeyToQuantity [KEY] | Decimal | |
DetailsLastModifiedDate | Datetime | |
DetailsLastModifiedyBy | String | |
DetailsUofMPriceItem | String | |
KeyCurrencyKeyISOCode | String | |
KeyItemId | String | |
KeyPriceLevelId | String | |
KeyUofM | String | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
RoundAmountCurrency | String | |
RoundAmount | Decimal | |
RoundOption | String | |
RoundPolicy | String | |
UofMSalesOption | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Projekt
Gibt eine Liste zurück von: Projekt
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountAmountCurrency | String | |
AccountAmount | Decimal | |
AccountingMethod | String | |
AccountsAggregate | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualEndDate | Datetime | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesAggregate | String | |
BillingNotReceivableCurrency | String | |
BillingNotReceivable | Decimal | |
BillingType | String | |
BudgetsAggregate | String | |
BusinessManagerId | String | |
CloseToBillings | Bool | |
CloseToProjectCosts | Bool | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DepartmentId | String | |
DiscountPercent | Decimal | |
DoesAcceptEquipmentRateTableReplacement | Bool | |
DoesAcceptLaborRateTableReplacement | Bool | |
DoesCombineForRevenueRecognition | Bool | |
EquipmentListAggregate | String | |
EquipmentRateTableId | String | |
EstimatorId | String | |
FeesAggregate | String | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id [KEY] | String | |
LaborRateTableId | String | |
LaborRateTableType | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
PostedAccruedRevenueAmountCurrency | String | |
PostedAccruedRevenueAmount | Decimal | |
PostedBillingAmountCurrency | String | |
PostedBillingAmount | Decimal | |
PostedBillingsInExcessOfEarningsAmountCurrency | String | |
PostedBillingsInExcessOfEarningsAmount | Decimal | |
PostedDiscountAmountCurrency | String | |
PostedDiscountAmount | Decimal | |
PostedEarningsInExcessOfBillingsAmountCurrency | String | |
PostedEarningsInExcessOfBillingsAmount | Decimal | |
PostedOverheadAmountCurrency | String | |
PostedOverheadAmount | Decimal | |
PostedProfitAmountCurrency | String | |
PostedProfitAmount | Decimal | |
PostedQuantity | Decimal | |
PostedRecognizedRevenueAmountCurrency | String | |
PostedRecognizedRevenueAmount | Decimal | |
PostedRetainageAmountCurrency | String | |
PostedRetainageAmount | Decimal | |
PostedSalesTaxAmountCurrency | String | |
PostedSalesTaxAmount | Decimal | |
PostedTaxAmountCurrency | String | |
PostedTaxAmount | Decimal | |
PostedTotalCostCurrency | String | |
PostedTotalCost | Decimal | |
PostedEarningsAmountCurrency | String | |
PostedEarningsAmount | Decimal | |
PostedPOCostsCurrency | String | |
PostedPOCosts | Decimal | |
PostedPOQuantity | Decimal | |
PostedBilledRetentionAmountCurrency | String | |
PostedBilledRetentionAmount | Decimal | |
PostedCostOfEarningsAmountCurrency | String | |
PostedCostOfEarningsAmount | Decimal | |
PostedLossAmountCurrency | String | |
PostedLossAmount | Decimal | |
PostedProjectFeeAmountCurrency | String | |
PostedProjectFeeAmount | Decimal | |
PostedReceiptsAmountCurrency | String | |
PostedReceiptsAmount | Decimal | |
PostedRetainerFeeAmountCurrency | String | |
PostedRetainerFeeAmount | Decimal | |
PostedRetentionAmountCurrency | String | |
PostedRetentionAmount | Decimal | |
PostedServiceFeeAmountCurrency | String | |
PostedServiceFeeAmount | Decimal | |
PostedWriteoffAmountCurrency | String | |
PostedWriteoffAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectClassId | String | |
ProjectContractId | String | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectId | String | |
ProjectManagerId | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
RetentionPercent | Decimal | |
SUTAState | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyCodeKeyISOCode | String | |
Type | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefinedText1 | String | |
UserDefinedText2 | String | |
WorkersCompensationId | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektKonten
Gibt eine Liste zurück mit: Projektkonten
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountAmountCurrency | String | |
AccountAmount | Decimal | |
AccountingMethod | String | |
AccountsExtensionsExtensionAggregate | String | |
AccountsGLAccountId | String | |
AccountsGLAccountKeyIsEncrypted | Bool | |
AccountsKeyCostTransaction [KEY] | String | |
AccountsKeyDistributionTypeId [KEY] | Int | |
AccountsKeyProjectId [KEY] | String | |
AccountsKeySourceFile [KEY] | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualEndDate | Datetime | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesAggregate | String | |
BillingNotReceivableCurrency | String | |
BillingNotReceivable | Decimal | |
BillingType | String | |
BudgetsAggregate | String | |
BusinessManagerId | String | |
CloseToBillings | Bool | |
CloseToProjectCosts | Bool | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DepartmentId | String | |
DiscountPercent | Decimal | |
DoesAcceptEquipmentRateTableReplacement | Bool | |
DoesAcceptLaborRateTableReplacement | Bool | |
DoesCombineForRevenueRecognition | Bool | |
EquipmentListAggregate | String | |
EquipmentRateTableId | String | |
EstimatorId | String | |
FeesAggregate | String | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id | String | |
LaborRateTableId | String | |
LaborRateTableType | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
PostedAccruedRevenueAmountCurrency | String | |
PostedAccruedRevenueAmount | Decimal | |
PostedBillingAmountCurrency | String | |
PostedBillingAmount | Decimal | |
PostedBillingsInExcessOfEarningsAmountCurrency | String | |
PostedBillingsInExcessOfEarningsAmount | Decimal | |
PostedDiscountAmountCurrency | String | |
PostedDiscountAmount | Decimal | |
PostedEarningsInExcessOfBillingsAmountCurrency | String | |
PostedEarningsInExcessOfBillingsAmount | Decimal | |
PostedOverheadAmountCurrency | String | |
PostedOverheadAmount | Decimal | |
PostedProfitAmountCurrency | String | |
PostedProfitAmount | Decimal | |
PostedQuantity | Decimal | |
PostedRecognizedRevenueAmountCurrency | String | |
PostedRecognizedRevenueAmount | Decimal | |
PostedRetainageAmountCurrency | String | |
PostedRetainageAmount | Decimal | |
PostedSalesTaxAmountCurrency | String | |
PostedSalesTaxAmount | Decimal | |
PostedTaxAmountCurrency | String | |
PostedTaxAmount | Decimal | |
PostedTotalCostCurrency | String | |
PostedTotalCost | Decimal | |
PostedEarningsAmountCurrency | String | |
PostedEarningsAmount | Decimal | |
PostedPOCostsCurrency | String | |
PostedPOCosts | Decimal | |
PostedPOQuantity | Decimal | |
PostedBilledRetentionAmountCurrency | String | |
PostedBilledRetentionAmount | Decimal | |
PostedCostOfEarningsAmountCurrency | String | |
PostedCostOfEarningsAmount | Decimal | |
PostedLossAmountCurrency | String | |
PostedLossAmount | Decimal | |
PostedProjectFeeAmountCurrency | String | |
PostedProjectFeeAmount | Decimal | |
PostedReceiptsAmountCurrency | String | |
PostedReceiptsAmount | Decimal | |
PostedRetainerFeeAmountCurrency | String | |
PostedRetainerFeeAmount | Decimal | |
PostedRetentionAmountCurrency | String | |
PostedRetentionAmount | Decimal | |
PostedServiceFeeAmountCurrency | String | |
PostedServiceFeeAmount | Decimal | |
PostedWriteoffAmountCurrency | String | |
PostedWriteoffAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectClassId | String | |
ProjectContractId | String | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectId | String | |
ProjectManagerId | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
RetentionPercent | Decimal | |
SUTAState | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyCodeKeyISOCode | String | |
Type | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefinedText1 | String | |
UserDefinedText2 | String | |
WorkersCompensationId | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Projektabrechnungszyklen
Gibt eine Liste zurück von: ProjectBillingCycles
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountAmountCurrency | String | |
AccountAmount | Decimal | |
AccountingMethod | String | |
AccountsAggregate | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualEndDate | Datetime | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesExtensionsExtensionAggregate | String | |
BillingCyclesBillingFormat | String | |
BillingCyclesId [KEY] | String | |
BillingCyclesKeyProjectId [KEY] | String | |
BillingNotReceivableCurrency | String | |
BillingNotReceivable | Decimal | |
BillingType | String | |
BudgetsAggregate | String | |
BusinessManagerId | String | |
CloseToBillings | Bool | |
CloseToProjectCosts | Bool | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DepartmentId | String | |
DiscountPercent | Decimal | |
DoesAcceptEquipmentRateTableReplacement | Bool | |
DoesAcceptLaborRateTableReplacement | Bool | |
DoesCombineForRevenueRecognition | Bool | |
EquipmentListAggregate | String | |
EquipmentRateTableId | String | |
EstimatorId | String | |
FeesAggregate | String | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id | String | |
LaborRateTableId | String | |
LaborRateTableType | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
PostedAccruedRevenueAmountCurrency | String | |
PostedAccruedRevenueAmount | Decimal | |
PostedBillingAmountCurrency | String | |
PostedBillingAmount | Decimal | |
PostedBillingsInExcessOfEarningsAmountCurrency | String | |
PostedBillingsInExcessOfEarningsAmount | Decimal | |
PostedDiscountAmountCurrency | String | |
PostedDiscountAmount | Decimal | |
PostedEarningsInExcessOfBillingsAmountCurrency | String | |
PostedEarningsInExcessOfBillingsAmount | Decimal | |
PostedOverheadAmountCurrency | String | |
PostedOverheadAmount | Decimal | |
PostedProfitAmountCurrency | String | |
PostedProfitAmount | Decimal | |
PostedQuantity | Decimal | |
PostedRecognizedRevenueAmountCurrency | String | |
PostedRecognizedRevenueAmount | Decimal | |
PostedRetainageAmountCurrency | String | |
PostedRetainageAmount | Decimal | |
PostedSalesTaxAmountCurrency | String | |
PostedSalesTaxAmount | Decimal | |
PostedTaxAmountCurrency | String | |
PostedTaxAmount | Decimal | |
PostedTotalCostCurrency | String | |
PostedTotalCost | Decimal | |
PostedEarningsAmountCurrency | String | |
PostedEarningsAmount | Decimal | |
PostedPOCostsCurrency | String | |
PostedPOCosts | Decimal | |
PostedPOQuantity | Decimal | |
PostedBilledRetentionAmountCurrency | String | |
PostedBilledRetentionAmount | Decimal | |
PostedCostOfEarningsAmountCurrency | String | |
PostedCostOfEarningsAmount | Decimal | |
PostedLossAmountCurrency | String | |
PostedLossAmount | Decimal | |
PostedProjectFeeAmountCurrency | String | |
PostedProjectFeeAmount | Decimal | |
PostedReceiptsAmountCurrency | String | |
PostedReceiptsAmount | Decimal | |
PostedRetainerFeeAmountCurrency | String | |
PostedRetainerFeeAmount | Decimal | |
PostedRetentionAmountCurrency | String | |
PostedRetentionAmount | Decimal | |
PostedServiceFeeAmountCurrency | String | |
PostedServiceFeeAmount | Decimal | |
PostedWriteoffAmountCurrency | String | |
PostedWriteoffAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectClassId | String | |
ProjectContractId | String | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectId | String | |
ProjectManagerId | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
RetentionPercent | Decimal | |
SUTAState | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyCodeKeyISOCode | String | |
Type | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefinedText1 | String | |
UserDefinedText2 | String | |
WorkersCompensationId | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektBudget
Gibt eine Liste zurück von: Projektbudget
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualBeginDate | Datetime | |
ActualCostOfEarningsAmountCurrency | String | |
ActualCostOfEarningsAmount | Decimal | |
ActualEndDate | Datetime | |
ActualLossAmountCurrency | String | |
ActualLossAmount | Decimal | |
ActualReceiptsAmountCurrency | String | |
ActualReceiptsAmount | Decimal | |
ActualWriteoffAmountCurrency | String | |
ActualWriteoffAmount | Decimal | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BaselineNetProfitAmountCurrency | String | |
BaselineNetProfitAmount | Decimal | |
BaselineOverheadPercent | Decimal | |
BaselineProfitPercent | Decimal | |
BaselinePurchaseTaxBasis | String | |
BaselinePurchaseTaxScheduleId | String | |
BaselineSalesTaxBasis | String | |
BaselineSalesTaxScheduleId | String | |
BaselineUnitCostCurrency | String | |
BaselineUnitCost | Decimal | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingType | String | |
CostCompletedPercent | Decimal | |
CostOfEarningsAmountCurrency | String | |
CostOfEarningsAmount | Decimal | |
DoesAcceptEquipmentRateTableReplacement | Bool | |
DoesAcceptLaborRateTableReplacement | Bool | |
EarningsAmountCurrency | String | |
EarningsAmount | Decimal | |
EquipmentRateTableId | String | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
ForecastNetProfitAmountCurrency | String | |
ForecastNetProfitAmount | Decimal | |
ForecastOverheadPercent | Decimal | |
ForecastProfitPercent | Decimal | |
ForecastPurchaseTaxBasis | String | |
ForecastPurchaseTaxScheduleId | String | |
ForecastSalesTaxBasis | String | |
ForecastSalesTaxScheduleId | String | |
ForecastUnitCostCurrency | String | |
ForecastUnitCost | Decimal | |
IsInventoryItem | Bool | |
KeyCostCategoryId [KEY] | String | |
KeyProjectId [KEY] | String | |
KeyTransactionUsage [KEY] | Int | |
LaborRateTableId | String | |
LaborRateTableType | String | |
LineSequenceNumber | Int | |
OverheadRateMethod | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
PayCodeHourlyId | String | |
PayCodeSalaryId | String | |
PostedAccruedRevenueAmountCurrency | String | |
PostedAccruedRevenueAmount | Decimal | |
PostedBillingAmountCurrency | String | |
PostedBillingAmount | Decimal | |
PostedBillingsInExcessOfEarningsAmountCurrency | String | |
PostedBillingsInExcessOfEarningsAmount | Decimal | |
PostedDiscountAmountCurrency | String | |
PostedDiscountAmount | Decimal | |
PostedEarningsInExcessOfBillingsAmountCurrency | String | |
PostedEarningsInExcessOfBillingsAmount | Decimal | |
PostedOverheadAmountCurrency | String | |
PostedOverheadAmount | Decimal | |
PostedProfitAmountCurrency | String | |
PostedProfitAmount | Decimal | |
PostedQuantity | Decimal | |
PostedRecognizedRevenueAmountCurrency | String | |
PostedRecognizedRevenueAmount | Decimal | |
PostedRetainageAmountCurrency | String | |
PostedRetainageAmount | Decimal | |
PostedSalesTaxAmountCurrency | String | |
PostedSalesTaxAmount | Decimal | |
PostedTaxAmountCurrency | String | |
PostedTaxAmount | Decimal | |
PostedTotalCostCurrency | String | |
PostedTotalCost | Decimal | |
PostedEarningsAmountCurrency | String | |
PostedEarningsAmount | Decimal | |
PostedPOCostsCurrency | String | |
PostedPOCosts | Decimal | |
PostedPOQuantity | Decimal | |
PostedBillableAmountCurrency | String | |
PostedBillableAmount | Decimal | |
PostedCommittedCostCurrency | String | |
PostedCommittedCost | Decimal | |
PostedCommittedQuantity | Decimal | |
PostedCommittedTaxAmountCurrency | String | |
PostedCommittedTaxAmount | Decimal | |
PostedTaxPaidAmountCurrency | String | |
PostedTaxPaidAmount | Decimal | |
ProfitType | String | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
QuantityCompletedPercent | Decimal | |
ReceiptsAmountCurrency | String | |
ReceiptsAmount | Decimal | |
Status | String | |
TaxPaidAmountCurrency | String | |
TaxPaidAmount | Decimal | |
TransactionalCurrencyCodeISOCode | String | |
UncommittedPOCostsCurrency | String | |
UncommittedPOCosts | Decimal | |
UncommittedPOQuantity | Decimal | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBeginDate | Datetime | |
UnpostedBillableAmountCurrency | String | |
UnpostedBillableAmount | Decimal | |
UnpostedCommittedCostCurrency | String | |
UnpostedCommittedCost | Decimal | |
UnpostedCommittedQuantity | Decimal | |
UnpostedCommittedTaxAmountCurrency | String | |
UnpostedCommittedTaxAmount | Decimal | |
UnpostedEndDate | Datetime | |
UofM | String | |
UofMScheduleId | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal | |
WriteoffAmountCurrency | String | |
WriteoffAmount | Decimal | |
WriteoffTaxAmountCurrency | String | |
WriteoffTaxAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektBudgets
Gibt eine Liste zurück mit: Projektbudgets
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountAmountCurrency | String | |
AccountAmount | Decimal | |
AccountingMethod | String | |
AccountsAggregate | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualEndDate | Datetime | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesAggregate | String | |
BillingNotReceivableCurrency | String | |
BillingNotReceivable | Decimal | |
BillingType | String | |
BudgetsExtensionsExtensionAggregate | String | |
BudgetsActualBeginDate | Datetime | |
BudgetsActualCostOfEarningsAmountCurrency | String | |
BudgetsActualCostOfEarningsAmount | Decimal | |
BudgetsActualEndDate | Datetime | |
BudgetsActualLossAmountCurrency | String | |
BudgetsActualLossAmount | Decimal | |
BudgetsActualReceiptsAmountCurrency | String | |
BudgetsActualReceiptsAmount | Decimal | |
BudgetsActualWriteoffAmountCurrency | String | |
BudgetsActualWriteoffAmount | Decimal | |
BudgetsBaselineBeginDate | Datetime | |
BudgetsBaselineBillableAmountCurrency | String | |
BudgetsBaselineBillableAmount | Decimal | |
BudgetsBaselineEndDate | Datetime | |
BudgetsBaselineOverheadCostCurrency | String | |
BudgetsBaselineOverheadCost | Decimal | |
BudgetsBaselineProfitAmountCurrency | String | |
BudgetsBaselineProfitAmount | Decimal | |
BudgetsBaselineQuantity | Decimal | |
BudgetsBaselineTaxAmountCurrency | String | |
BudgetsBaselineTaxAmount | Decimal | |
BudgetsBaselineTotalCostCurrency | String | |
BudgetsBaselineTotalCost | Decimal | |
BudgetsBaselineNetProfitAmountCurrency | String | |
BudgetsBaselineNetProfitAmount | Decimal | |
BudgetsBaselineOverheadPercent | Decimal | |
BudgetsBaselineProfitPercent | Decimal | |
BudgetsBaselinePurchaseTaxBasis | String | |
BudgetsBaselinePurchaseTaxScheduleId | String | |
BudgetsBaselineSalesTaxBasis | String | |
BudgetsBaselineSalesTaxScheduleId | String | |
BudgetsBaselineUnitCostCurrency | String | |
BudgetsBaselineUnitCost | Decimal | |
BudgetsBilledAccruedRevenueCurrency | String | |
BudgetsBilledAccruedRevenue | Decimal | |
BudgetsBilledCostCurrency | String | |
BudgetsBilledCost | Decimal | |
BudgetsBilledQuantity | Decimal | |
BudgetsBillingType | String | |
BudgetsCostCompletedPercent | Decimal | |
BudgetsCostOfEarningsAmountCurrency | String | |
BudgetsCostOfEarningsAmount | Decimal | |
BudgetsDoesAcceptEquipmentRateTableReplacement | Bool | |
BudgetsDoesAcceptLaborRateTableReplacement | Bool | |
BudgetsEarningsAmountCurrency | String | |
BudgetsEarningsAmount | Decimal | |
BudgetsEquipmentRateTableId | String | |
BudgetsForecastBeginDate | Datetime | |
BudgetsForecastBillableAmountCurrency | String | |
BudgetsForecastBillableAmount | Decimal | |
BudgetsForecastEndDate | Datetime | |
BudgetsForecastOverheadCostCurrency | String | |
BudgetsForecastOverheadCost | Decimal | |
BudgetsForecastProfitAmountCurrency | String | |
BudgetsForecastProfitAmount | Decimal | |
BudgetsForecastQuantity | Decimal | |
BudgetsForecastTaxAmountCurrency | String | |
BudgetsForecastTaxAmount | Decimal | |
BudgetsForecastTotalCostCurrency | String | |
BudgetsForecastTotalCost | Decimal | |
BudgetsForecastNetProfitAmountCurrency | String | |
BudgetsForecastNetProfitAmount | Decimal | |
BudgetsForecastOverheadPercent | Decimal | |
BudgetsForecastProfitPercent | Decimal | |
BudgetsForecastPurchaseTaxBasis | String | |
BudgetsForecastPurchaseTaxScheduleId | String | |
BudgetsForecastSalesTaxBasis | String | |
BudgetsForecastSalesTaxScheduleId | String | |
BudgetsForecastUnitCostCurrency | String | |
BudgetsForecastUnitCost | Decimal | |
BudgetsIsInventoryItem | Bool | |
BudgetsKeyCostCategoryId [KEY] | String | |
BudgetsKeyProjectId [KEY] | String | |
BudgetsKeyTransactionUsage [KEY] | Int | |
BudgetsLaborRateTableId | String | |
BudgetsLaborRateTableType | String | |
BudgetsLineSequenceNumber | Int | |
BudgetsOverheadRateMethod | String | |
BudgetsPOCommittedCostsCurrency | String | |
BudgetsPOCommittedCosts | Decimal | |
BudgetsPOCommittedQuantity | Decimal | |
BudgetsPayCodeHourlyId | String | |
BudgetsPayCodeSalaryId | String | |
BudgetsPostedAccruedRevenueAmountCurrency | String | |
BudgetsPostedAccruedRevenueAmount | Decimal | |
BudgetsPostedBillingAmountCurrency | String | |
BudgetsPostedBillingAmount | Decimal | |
BudgetsPostedBillingsInExcessOfEarningsAmountCurrency | String | |
BudgetsPostedBillingsInExcessOfEarningsAmount | Decimal | |
BudgetsPostedDiscountAmountCurrency | String | |
BudgetsPostedDiscountAmount | Decimal | |
BudgetsPostedEarningsInExcessOfBillingsAmountCurrency | String | |
BudgetsPostedEarningsInExcessOfBillingsAmount | Decimal | |
BudgetsPostedOverheadAmountCurrency | String | |
BudgetsPostedOverheadAmount | Decimal | |
BudgetsPostedProfitAmountCurrency | String | |
BudgetsPostedProfitAmount | Decimal | |
BudgetsPostedQuantity | Decimal | |
BudgetsPostedRecognizedRevenueAmountCurrency | String | |
BudgetsPostedRecognizedRevenueAmount | Decimal | |
BudgetsPostedRetainageAmountCurrency | String | |
BudgetsPostedRetainageAmount | Decimal | |
BudgetsPostedSalesTaxAmountCurrency | String | |
BudgetsPostedSalesTaxAmount | Decimal | |
BudgetsPostedTaxAmountCurrency | String | |
BudgetsPostedTaxAmount | Decimal | |
BudgetsPostedTotalCostCurrency | String | |
BudgetsPostedTotalCost | Decimal | |
BudgetsPostedEarningsAmountCurrency | String | |
BudgetsPostedEarningsAmount | Decimal | |
BudgetsPostedPOCostsCurrency | String | |
BudgetsPostedPOCosts | Decimal | |
BudgetsPostedPOQuantity | Decimal | |
BudgetsPostedBillableAmountCurrency | String | |
BudgetsPostedBillableAmount | Decimal | |
BudgetsPostedCommittedCostCurrency | String | |
BudgetsPostedCommittedCost | Decimal | |
BudgetsPostedCommittedQuantity | Decimal | |
BudgetsPostedCommittedTaxAmountCurrency | String | |
BudgetsPostedCommittedTaxAmount | Decimal | |
BudgetsPostedTaxPaidAmountCurrency | String | |
BudgetsPostedTaxPaidAmount | Decimal | |
BudgetsProfitType | String | |
BudgetsProjectAmountCurrency | String | |
BudgetsProjectAmount | Decimal | |
BudgetsQuantityCompletedPercent | Decimal | |
BudgetsReceiptsAmountCurrency | String | |
BudgetsReceiptsAmount | Decimal | |
BudgetsStatus | String | |
BudgetsTaxPaidAmountCurrency | String | |
BudgetsTaxPaidAmount | Decimal | |
BudgetsTransactionalCurrencyCodeISOCode | String | |
BudgetsUncommittedPOCostsCurrency | String | |
BudgetsUncommittedPOCosts | Decimal | |
BudgetsUncommittedPOQuantity | Decimal | |
BudgetsUnpostedAccruedRevenueAmountCurrency | String | |
BudgetsUnpostedAccruedRevenueAmount | Decimal | |
BudgetsUnpostedBillingAmountCurrency | String | |
BudgetsUnpostedBillingAmount | Decimal | |
BudgetsUnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
BudgetsUnpostedBillingsInExcessOfEarningsAmount | Decimal | |
BudgetsUnpostedDiscountAmountCurrency | String | |
BudgetsUnpostedDiscountAmount | Decimal | |
BudgetsUnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
BudgetsUnpostedEarningsInExcessOfBillingsAmount | Decimal | |
BudgetsUnpostedOverheadAmountCurrency | String | |
BudgetsUnpostedOverheadAmount | Decimal | |
BudgetsUnpostedProfitAmountCurrency | String | |
BudgetsUnpostedProfitAmount | Decimal | |
BudgetsUnpostedQuantity | Decimal | |
BudgetsUnpostedRecognizedRevenueAmountCurrency | String | |
BudgetsUnpostedRecognizedRevenueAmount | Decimal | |
BudgetsUnpostedRetainageAmountCurrency | String | |
BudgetsUnpostedRetainageAmount | Decimal | |
BudgetsUnpostedSalesTaxAmountCurrency | String | |
BudgetsUnpostedSalesTaxAmount | Decimal | |
BudgetsUnpostedTaxAmountCurrency | String | |
BudgetsUnpostedTaxAmount | Decimal | |
BudgetsUnpostedTotalCostCurrency | String | |
BudgetsUnpostedTotalCost | Decimal | |
BudgetsUnpostedLossAmountCurrency | String | |
BudgetsUnpostedLossAmount | Decimal | |
BudgetsUnpostedBeginDate | Datetime | |
BudgetsUnpostedBillableAmountCurrency | String | |
BudgetsUnpostedBillableAmount | Decimal | |
BudgetsUnpostedCommittedCostCurrency | String | |
BudgetsUnpostedCommittedCost | Decimal | |
BudgetsUnpostedCommittedQuantity | Decimal | |
BudgetsUnpostedCommittedTaxAmountCurrency | String | |
BudgetsUnpostedCommittedTaxAmount | Decimal | |
BudgetsUnpostedEndDate | Datetime | |
BudgetsUofM | String | |
BudgetsUofMScheduleId | String | |
BudgetsWriteUpDownAmountCurrency | String | |
BudgetsWriteUpDownAmount | Decimal | |
BudgetsWriteoffAmountCurrency | String | |
BudgetsWriteoffAmount | Decimal | |
BudgetsWriteoffTaxAmountCurrency | String | |
BudgetsWriteoffTaxAmount | Decimal | |
BusinessManagerId | String | |
CloseToBillings | Bool | |
CloseToProjectCosts | Bool | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DepartmentId | String | |
DiscountPercent | Decimal | |
DoesAcceptEquipmentRateTableReplacement | Bool | |
DoesAcceptLaborRateTableReplacement | Bool | |
DoesCombineForRevenueRecognition | Bool | |
EquipmentListAggregate | String | |
EquipmentRateTableId | String | |
EstimatorId | String | |
FeesAggregate | String | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id | String | |
LaborRateTableId | String | |
LaborRateTableType | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
PostedAccruedRevenueAmountCurrency | String | |
PostedAccruedRevenueAmount | Decimal | |
PostedBillingAmountCurrency | String | |
PostedBillingAmount | Decimal | |
PostedBillingsInExcessOfEarningsAmountCurrency | String | |
PostedBillingsInExcessOfEarningsAmount | Decimal | |
PostedDiscountAmountCurrency | String | |
PostedDiscountAmount | Decimal | |
PostedEarningsInExcessOfBillingsAmountCurrency | String | |
PostedEarningsInExcessOfBillingsAmount | Decimal | |
PostedOverheadAmountCurrency | String | |
PostedOverheadAmount | Decimal | |
PostedProfitAmountCurrency | String | |
PostedProfitAmount | Decimal | |
PostedQuantity | Decimal | |
PostedRecognizedRevenueAmountCurrency | String | |
PostedRecognizedRevenueAmount | Decimal | |
PostedRetainageAmountCurrency | String | |
PostedRetainageAmount | Decimal | |
PostedSalesTaxAmountCurrency | String | |
PostedSalesTaxAmount | Decimal | |
PostedTaxAmountCurrency | String | |
PostedTaxAmount | Decimal | |
PostedTotalCostCurrency | String | |
PostedTotalCost | Decimal | |
PostedEarningsAmountCurrency | String | |
PostedEarningsAmount | Decimal | |
PostedPOCostsCurrency | String | |
PostedPOCosts | Decimal | |
PostedPOQuantity | Decimal | |
PostedBilledRetentionAmountCurrency | String | |
PostedBilledRetentionAmount | Decimal | |
PostedCostOfEarningsAmountCurrency | String | |
PostedCostOfEarningsAmount | Decimal | |
PostedLossAmountCurrency | String | |
PostedLossAmount | Decimal | |
PostedProjectFeeAmountCurrency | String | |
PostedProjectFeeAmount | Decimal | |
PostedReceiptsAmountCurrency | String | |
PostedReceiptsAmount | Decimal | |
PostedRetainerFeeAmountCurrency | String | |
PostedRetainerFeeAmount | Decimal | |
PostedRetentionAmountCurrency | String | |
PostedRetentionAmount | Decimal | |
PostedServiceFeeAmountCurrency | String | |
PostedServiceFeeAmount | Decimal | |
PostedWriteoffAmountCurrency | String | |
PostedWriteoffAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectClassId | String | |
ProjectContractId | String | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectId | String | |
ProjectManagerId | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
RetentionPercent | Decimal | |
SUTAState | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyCodeKeyISOCode | String | |
Type | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefinedText1 | String | |
UserDefinedText2 | String | |
WorkersCompensationId | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Projektänderungsauftrag
Gibt eine Liste zurück von: ProjectChangeOrder
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ApprovalDate | Datetime | |
ApprovedBy | String | |
ApproverPosition | String | |
BudgetsAggregate | String | |
ContractBeginDate | Datetime | |
ContractEndDate | Datetime | |
CustomerChangeOrderNumber | String | |
CustomerId | String | |
Date | Datetime | |
Description | String | |
DocumentStatus | String | |
EstimatedBy | String | |
FeesAggregate | String | |
Id [KEY] | String | |
KeyProjectContractId [KEY] | String | |
LastProcessedDate | Datetime | |
ModifiedBy | String | |
PreviousContractBeginDate | Datetime | |
PreviousContractEndDate | Datetime | |
PreviousProjectAmountCurrency | String | |
PreviousProjectAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ReasonForRevision | String | |
RequestedBy | String | |
RevisedBudgetTotalAmountCurrency | String | |
RevisedBudgetTotalAmount | Decimal | |
RevisedBy | String | |
RevisedFeeTotalAmountCurrency | String | |
RevisedFeeTotalAmount | Decimal | |
RevisedProjectAmountCurrency | String | |
RevisedProjectAmount | Decimal | |
RevisersPosition | String | |
SequenceNumber | Int | |
Status | String | |
TotalBillingCurrency | String | |
TotalBilling | Decimal | |
TotalChangeOrderAmountCurrency | String | |
TotalChangeOrderAmount | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TrackChangesToType | String | |
Type | String | |
VarianceProjectAmountCurrency | String | |
VarianceProjectAmount | Decimal | |
VarianceTotalBillingCurrency | String | |
VarianceTotalBilling | Decimal | |
VarianceTotalCostCurrency | String | |
VarianceTotalCost | Decimal | |
VarianceTotalQuantity | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektÄnderungsauftragBudgets
Gibt eine Liste zurück mit: ProjectChangeOrderBudgets
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ApprovalDate | Datetime | |
ApprovedBy | String | |
ApproverPosition | String | |
BudgetsExtensionsExtensionAggregate | String | |
BudgetsActualReceiptAmountCurrency | String | |
BudgetsActualReceiptAmount | Decimal | |
BudgetsActualWriteoffAmountCurrency | String | |
BudgetsActualWriteoffAmount | Decimal | |
BudgetsActualWriteoffTaxAmountCurrency | String | |
BudgetsActualWriteoffTaxAmount | Decimal | |
BudgetsApprovalDate | Datetime | |
BudgetsBaselineOverheadCostCurrency | String | |
BudgetsBaselineOverheadCost | Decimal | |
BudgetsBaselineProfitAmountCurrency | String | |
BudgetsBaselineProfitAmount | Decimal | |
BudgetsBaselineQuantity | Decimal | |
BudgetsBaselineUnitCostCurrency | String | |
BudgetsBaselineUnitCost | Decimal | |
BudgetsBillingType | String | |
BudgetsContractBeginDate | Datetime | |
BudgetsContractEndDate | Datetime | |
BudgetsCostCategoryId | String | |
BudgetsFinalQuoteAmountCurrency | String | |
BudgetsFinalQuoteAmount | Decimal | |
BudgetsInitialQuoteAmountCurrency | String | |
BudgetsInitialQuoteAmount | Decimal | |
BudgetsIsClosed | Bool | |
BudgetsKeyLineSequenceNumber [KEY] | Int | |
BudgetsKeyProjectChangeOrderId [KEY] | String | |
BudgetsKeyProjectChangeOrderKeyProjectContractId [KEY] | String | |
BudgetsLineItemSequenceNumber | Int | |
BudgetsOriginalBudgetAmountCurrency | String | |
BudgetsOriginalBudgetAmount | Decimal | |
BudgetsOriginalProjectAmountCurrency | String | |
BudgetsOriginalProjectAmount | Decimal | |
BudgetsOverheadPercent | Decimal | |
BudgetsPayCodeHourlyId | String | |
BudgetsPayCodeSalaryId | String | |
BudgetsPostedAccruedRevenueAmountCurrency | String | |
BudgetsPostedAccruedRevenueAmount | Decimal | |
BudgetsPostedBillingAmountCurrency | String | |
BudgetsPostedBillingAmount | Decimal | |
BudgetsPostedBillingsInExcessOfEarningsAmountCurrency | String | |
BudgetsPostedBillingsInExcessOfEarningsAmount | Decimal | |
BudgetsPostedDiscountAmountCurrency | String | |
BudgetsPostedDiscountAmount | Decimal | |
BudgetsPostedEarningsInExcessOfBillingsAmountCurrency | String | |
BudgetsPostedEarningsInExcessOfBillingsAmount | Decimal | |
BudgetsPostedOverheadAmountCurrency | String | |
BudgetsPostedOverheadAmount | Decimal | |
BudgetsPostedProfitAmountCurrency | String | |
BudgetsPostedProfitAmount | Decimal | |
BudgetsPostedQuantity | Decimal | |
BudgetsPostedRecognizedRevenueAmountCurrency | String | |
BudgetsPostedRecognizedRevenueAmount | Decimal | |
BudgetsPostedRetainageAmountCurrency | String | |
BudgetsPostedRetainageAmount | Decimal | |
BudgetsPostedSalesTaxAmountCurrency | String | |
BudgetsPostedSalesTaxAmount | Decimal | |
BudgetsPostedTaxAmountCurrency | String | |
BudgetsPostedTaxAmount | Decimal | |
BudgetsPostedTotalCostCurrency | String | |
BudgetsPostedTotalCost | Decimal | |
BudgetsPostedTaxPaidAmountCurrency | String | |
BudgetsPostedTaxPaidAmount | Decimal | |
BudgetsPreviousBaselineOverheadCostCurrency | String | |
BudgetsPreviousBaselineOverheadCost | Decimal | |
BudgetsPreviousBaselineProfitAmountCurrency | String | |
BudgetsPreviousBaselineProfitAmount | Decimal | |
BudgetsPreviousBaselineQuantity | Decimal | |
BudgetsPreviousBaselineUnitCostCurrency | String | |
BudgetsPreviousBaselineUnitCost | Decimal | |
BudgetsPreviousContractBeginDate | Datetime | |
BudgetsPreviousContractEndDate | Datetime | |
BudgetsPreviousOverheadPercent | Decimal | |
BudgetsPreviousPayCodeHourlyId | String | |
BudgetsPreviousPayCodeSalaryId | String | |
BudgetsPreviousProfitAmountCurrency | String | |
BudgetsPreviousProfitAmount | Decimal | |
BudgetsPreviousProfitPercent | Decimal | |
BudgetsPreviousProjectAmountCurrency | String | |
BudgetsPreviousProjectAmount | Decimal | |
BudgetsPreviousPurchaseTaxBasis | String | |
BudgetsPreviousQuantity | Decimal | |
BudgetsPreviousSalesTaxBasis | String | |
BudgetsPreviousSalesTaxScheduleId | String | |
BudgetsPreviousTaxScheduleId | String | |
BudgetsPreviousTotalBillingAmountCurrency | String | |
BudgetsPreviousTotalBillingAmount | Decimal | |
BudgetsPreviousTotalCostCurrency | String | |
BudgetsPreviousTotalCost | Decimal | |
BudgetsPreviousTotalOverheadAmountCurrency | String | |
BudgetsPreviousTotalOverheadAmount | Decimal | |
BudgetsPreviousTotalProfitAmountCurrency | String | |
BudgetsPreviousTotalProfitAmount | Decimal | |
BudgetsPreviousUnitCostCurrency | String | |
BudgetsPreviousUnitCost | Decimal | |
BudgetsProfitAmountCurrency | String | |
BudgetsProfitAmount | Decimal | |
BudgetsProfitPercent | Decimal | |
BudgetsProfitType | String | |
BudgetsProjectAmountCurrency | String | |
BudgetsProjectAmount | Decimal | |
BudgetsProjectId | String | |
BudgetsPurchaseTaxBasis | String | |
BudgetsPurchaseTaxScheduleId | String | |
BudgetsQuantity | Decimal | |
BudgetsQuoteApprovedBy | String | |
BudgetsQuotePreparedBy | String | |
BudgetsRevisedBudgetTotalAmountCurrency | String | |
BudgetsRevisedBudgetTotalAmount | Decimal | |
BudgetsRevisedProjectTotalAmountCurrency | String | |
BudgetsRevisedProjectTotalAmount | Decimal | |
BudgetsSalesTaxBasis | String | |
BudgetsSalesTaxScheduleId | String | |
BudgetsSequenceNumber | Int | |
BudgetsTotalBillingAmountCurrency | String | |
BudgetsTotalBillingAmount | Decimal | |
BudgetsTotalCostCurrency | String | |
BudgetsTotalCost | Decimal | |
BudgetsTotalOverheadAmountCurrency | String | |
BudgetsTotalOverheadAmount | Decimal | |
BudgetsTotalProfitAmountCurrency | String | |
BudgetsTotalProfitAmount | Decimal | |
BudgetsUnitCostCurrency | String | |
BudgetsUnitCost | Decimal | |
BudgetsUofM | String | |
BudgetsUofMScheduleId | String | |
BudgetsVarianceMarkupPercent | Decimal | |
BudgetsVarianceOverheadAmountCurrency | String | |
BudgetsVarianceOverheadAmount | Decimal | |
BudgetsVarianceOverheadPercent | Decimal | |
BudgetsVarianceProfitAmountCurrency | String | |
BudgetsVarianceProfitAmount | Decimal | |
BudgetsVarianceProjectAmountCurrency | String | |
BudgetsVarianceProjectAmount | Decimal | |
BudgetsVarianceQuantity | Decimal | |
BudgetsVarianceTotalBillingAmountCurrency | String | |
BudgetsVarianceTotalBillingAmount | Decimal | |
BudgetsVarianceTotalCostCurrency | String | |
BudgetsVarianceTotalCost | Decimal | |
BudgetsVarianceTotalProfitAmountCurrency | String | |
BudgetsVarianceTotalProfitAmount | Decimal | |
BudgetsVarianceUnitCostCurrency | String | |
BudgetsVarianceUnitCost | Decimal | |
ContractBeginDate | Datetime | |
ContractEndDate | Datetime | |
CustomerChangeOrderNumber | String | |
CustomerId | String | |
Date | Datetime | |
Description | String | |
DocumentStatus | String | |
EstimatedBy | String | |
FeesAggregate | String | |
Id | String | |
KeyProjectContractId | String | |
LastProcessedDate | Datetime | |
ModifiedBy | String | |
PreviousContractBeginDate | Datetime | |
PreviousContractEndDate | Datetime | |
PreviousProjectAmountCurrency | String | |
PreviousProjectAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ReasonForRevision | String | |
RequestedBy | String | |
RevisedBudgetTotalAmountCurrency | String | |
RevisedBudgetTotalAmount | Decimal | |
RevisedBy | String | |
RevisedFeeTotalAmountCurrency | String | |
RevisedFeeTotalAmount | Decimal | |
RevisedProjectAmountCurrency | String | |
RevisedProjectAmount | Decimal | |
RevisersPosition | String | |
SequenceNumber | Int | |
Status | String | |
TotalBillingCurrency | String | |
TotalBilling | Decimal | |
TotalChangeOrderAmountCurrency | String | |
TotalChangeOrderAmount | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TrackChangesToType | String | |
Type | String | |
VarianceProjectAmountCurrency | String | |
VarianceProjectAmount | Decimal | |
VarianceTotalBillingCurrency | String | |
VarianceTotalBilling | Decimal | |
VarianceTotalCostCurrency | String | |
VarianceTotalCost | Decimal | |
VarianceTotalQuantity | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektÄnderungsauftragsgebühren
Gibt eine Liste zurück mit: ProjectChangeOrderFees
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ApprovalDate | Datetime | |
ApprovedBy | String | |
ApproverPosition | String | |
BudgetsAggregate | String | |
ContractBeginDate | Datetime | |
ContractEndDate | Datetime | |
CustomerChangeOrderNumber | String | |
CustomerId | String | |
Date | Datetime | |
Description | String | |
DocumentStatus | String | |
EstimatedBy | String | |
FeesExtensionsExtensionAggregate | String | |
FeesContractBeginDate | Datetime | |
FeesContractEndDate | Datetime | |
FeesKeyProjectChangeOrderId [KEY] | String | |
FeesKeyProjectChangeOrderKeyProjectContractId [KEY] | String | |
FeesKeyProjectId [KEY] | String | |
FeesLinesAggregate | String | |
FeesPostedProjectFeeAmountCurrency | String | |
FeesPostedProjectFeeAmount | Decimal | |
FeesPostedRetainerFeeAmountCurrency | String | |
FeesPostedRetainerFeeAmount | Decimal | |
FeesPostedRetentionFeeAmountCurrency | String | |
FeesPostedRetentionFeeAmount | Decimal | |
FeesPostedServiceFeeAmountCurrency | String | |
FeesPostedServiceFeeAmount | Decimal | |
FeesSequenceNumber | Int | |
FeesTotalProjectFeeAmountCurrency | String | |
FeesTotalProjectFeeAmount | Decimal | |
FeesTotalRetainerFeeAmountCurrency | String | |
FeesTotalRetainerFeeAmount | Decimal | |
FeesTotalRetentionFeeAmountCurrency | String | |
FeesTotalRetentionFeeAmount | Decimal | |
FeesTotalServiceFeeAmountCurrency | String | |
FeesTotalServiceFeeAmount | Decimal | |
FeesVarianceFeeAmountCurrency | String | |
FeesVarianceFeeAmount | Decimal | |
FeesVarianceProjectFeeAmountCurrency | String | |
FeesVarianceProjectFeeAmount | Decimal | |
FeesVarianceRetainerFeeAmountCurrency | String | |
FeesVarianceRetainerFeeAmount | Decimal | |
FeesVarianceRetentionFeeAmountCurrency | String | |
FeesVarianceRetentionFeeAmount | Decimal | |
FeesVarianceServiceFeeAmountCurrency | String | |
FeesVarianceServiceFeeAmount | Decimal | |
Id | String | |
KeyProjectContractId | String | |
LastProcessedDate | Datetime | |
ModifiedBy | String | |
PreviousContractBeginDate | Datetime | |
PreviousContractEndDate | Datetime | |
PreviousProjectAmountCurrency | String | |
PreviousProjectAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ReasonForRevision | String | |
RequestedBy | String | |
RevisedBudgetTotalAmountCurrency | String | |
RevisedBudgetTotalAmount | Decimal | |
RevisedBy | String | |
RevisedFeeTotalAmountCurrency | String | |
RevisedFeeTotalAmount | Decimal | |
RevisedProjectAmountCurrency | String | |
RevisedProjectAmount | Decimal | |
RevisersPosition | String | |
SequenceNumber | Int | |
Status | String | |
TotalBillingCurrency | String | |
TotalBilling | Decimal | |
TotalChangeOrderAmountCurrency | String | |
TotalChangeOrderAmount | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TrackChangesToType | String | |
Type | String | |
VarianceProjectAmountCurrency | String | |
VarianceProjectAmount | Decimal | |
VarianceTotalBillingCurrency | String | |
VarianceTotalBilling | Decimal | |
VarianceTotalCostCurrency | String | |
VarianceTotalCost | Decimal | |
VarianceTotalQuantity | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektVertrag
Gibt eine Liste zurück von: ProjectContract
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountingMethod | String | |
AccountsAggregate | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualBilledRetentionAmountCurrency | String | |
ActualBilledRetentionAmount | Decimal | |
ActualCommittedPOCostCurrency | String | |
ActualCommittedPOCost | Decimal | |
ActualCommittedPOQuantity | Decimal | |
ActualCommittedPOTaxAmountCurrency | String | |
ActualCommittedPOTaxAmount | Decimal | |
ActualCostOfEarningsAmountCurrency | String | |
ActualCostOfEarningsAmount | Decimal | |
ActualEarningsAmountCurrency | String | |
ActualEarningsAmount | Decimal | |
ActualEndDate | Datetime | |
ActualLossAmountCurrency | String | |
ActualLossAmount | Decimal | |
ActualPOCostsCurrency | String | |
ActualPOCosts | Decimal | |
ActualPOQuantity | Decimal | |
ActualProjectFeeAmountCurrency | String | |
ActualProjectFeeAmount | Decimal | |
ActualReceiptsAmountCurrency | String | |
ActualReceiptsAmount | Decimal | |
ActualRetainerFeeAmountCurrency | String | |
ActualRetainerFeeAmount | Decimal | |
ActualRetentionAmountCurrency | String | |
ActualRetentionAmount | Decimal | |
ActualServiceFeeAmountCurrency | String | |
ActualServiceFeeAmount | Decimal | |
AddressId | String | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesAggregate | String | |
BusinessManagerId | String | |
ClassId | String | |
CloseToBillings | String | |
CloseToProjectCosts | String | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
ContractManagerId | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DiscountPercent | Decimal | |
DoesCombineForRevenueRecognition | Bool | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id [KEY] | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectType | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyKeyISOCode | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefined1 | String | |
UserDefined2 | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektVertragsKonten
Gibt eine Liste zurück von: ProjectContractAccounts
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountingMethod | String | |
AccountsExtensionsExtensionAggregate | String | |
AccountsGLAccountId | String | |
AccountsGLAccountKeyIsEncrypted | Bool | |
AccountsKeyCostTransaction [KEY] | String | |
AccountsKeyDistributionTypeId [KEY] | Int | |
AccountsKeyProjectContractId [KEY] | String | |
AccountsKeySourceFile [KEY] | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualBilledRetentionAmountCurrency | String | |
ActualBilledRetentionAmount | Decimal | |
ActualCommittedPOCostCurrency | String | |
ActualCommittedPOCost | Decimal | |
ActualCommittedPOQuantity | Decimal | |
ActualCommittedPOTaxAmountCurrency | String | |
ActualCommittedPOTaxAmount | Decimal | |
ActualCostOfEarningsAmountCurrency | String | |
ActualCostOfEarningsAmount | Decimal | |
ActualEarningsAmountCurrency | String | |
ActualEarningsAmount | Decimal | |
ActualEndDate | Datetime | |
ActualLossAmountCurrency | String | |
ActualLossAmount | Decimal | |
ActualPOCostsCurrency | String | |
ActualPOCosts | Decimal | |
ActualPOQuantity | Decimal | |
ActualProjectFeeAmountCurrency | String | |
ActualProjectFeeAmount | Decimal | |
ActualReceiptsAmountCurrency | String | |
ActualReceiptsAmount | Decimal | |
ActualRetainerFeeAmountCurrency | String | |
ActualRetainerFeeAmount | Decimal | |
ActualRetentionAmountCurrency | String | |
ActualRetentionAmount | Decimal | |
ActualServiceFeeAmountCurrency | String | |
ActualServiceFeeAmount | Decimal | |
AddressId | String | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesAggregate | String | |
BusinessManagerId | String | |
ClassId | String | |
CloseToBillings | String | |
CloseToProjectCosts | String | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
ContractManagerId | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DiscountPercent | Decimal | |
DoesCombineForRevenueRecognition | Bool | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectType | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyKeyISOCode | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefined1 | String | |
UserDefined2 | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektVertragAbrechnungszyklen
Gibt eine Liste zurück von: ProjectContractBillingCycles
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountingMethod | String | |
AccountsAggregate | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualBilledRetentionAmountCurrency | String | |
ActualBilledRetentionAmount | Decimal | |
ActualCommittedPOCostCurrency | String | |
ActualCommittedPOCost | Decimal | |
ActualCommittedPOQuantity | Decimal | |
ActualCommittedPOTaxAmountCurrency | String | |
ActualCommittedPOTaxAmount | Decimal | |
ActualCostOfEarningsAmountCurrency | String | |
ActualCostOfEarningsAmount | Decimal | |
ActualEarningsAmountCurrency | String | |
ActualEarningsAmount | Decimal | |
ActualEndDate | Datetime | |
ActualLossAmountCurrency | String | |
ActualLossAmount | Decimal | |
ActualPOCostsCurrency | String | |
ActualPOCosts | Decimal | |
ActualPOQuantity | Decimal | |
ActualProjectFeeAmountCurrency | String | |
ActualProjectFeeAmount | Decimal | |
ActualReceiptsAmountCurrency | String | |
ActualReceiptsAmount | Decimal | |
ActualRetainerFeeAmountCurrency | String | |
ActualRetainerFeeAmount | Decimal | |
ActualRetentionAmountCurrency | String | |
ActualRetentionAmount | Decimal | |
ActualServiceFeeAmountCurrency | String | |
ActualServiceFeeAmount | Decimal | |
AddressId | String | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesExtensionsExtensionAggregate | String | |
BillingCyclesBillingFormat | String | |
BillingCyclesId [KEY] | String | |
BillingCyclesKeyProjectContractId [KEY] | String | |
BusinessManagerId | String | |
ClassId | String | |
CloseToBillings | String | |
CloseToProjectCosts | String | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
ContractManagerId | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DiscountPercent | Decimal | |
DoesCombineForRevenueRecognition | Bool | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectType | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyKeyISOCode | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefined1 | String | |
UserDefined2 | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektMitarbeiterKosten
Gibt eine Liste zurück von: ProjectEmployeeExpense
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
AddressId | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
ChargeAmountCurrency | String | |
ChargeAmount | Decimal | |
DistributionsAggregate | String | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
DoesPostToPayablesManagement | Bool | |
EmployeeId | String | |
EndDate | Datetime | |
ExtendedCostCurrency | String | |
ExtendedCost | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
IsTaxInvoiceReceived | Bool | |
IsTaxInvoiceRequired | Bool | |
Id [KEY] | String | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
PaymentCashAmountCurrency | String | |
PaymentCashAmount | Decimal | |
PaymentCashBankAccountId | String | |
PaymentCashDate | Datetime | |
PaymentCashNumber | String | |
PaymentCashDocumentNumber | String | |
PaymentCheckAmountCurrency | String | |
PaymentCheckAmount | Decimal | |
PaymentCheckBankAccountId | String | |
PaymentCheckCheckNumber | String | |
PaymentCheckDate | Datetime | |
PaymentCheckNumber | String | |
PaymentPaymentCardAmountCurrency | String | |
PaymentPaymentCardAmount | Decimal | |
PaymentPaymentCardDate | Datetime | |
PaymentPaymentCardNumber | String | |
PaymentPaymentCardReceiptNumber | String | |
PaymentPaymentCardTypeId | String | |
PaymentTermsId | String | |
PersonalDataKeeperEmployeeId | String | |
ReimbursableAmountCurrency | String | |
ReimbursableAmount | Decimal | |
ReimbursableTaxCurrency | String | |
ReimbursableTax | Decimal | |
ShippingMethodId | String | |
StartDate | Datetime | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxDate | Datetime | |
TaxScheduleId | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
Unapplied1099AmountCurrency | String | |
Unapplied1099Amount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektMitarbeiterKostenverteilungen
Gibt eine Liste zurück mit: ProjectEmployeeExpenseDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
AddressId | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
ChargeAmountCurrency | String | |
ChargeAmount | Decimal | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsAuditTrailCode | String | |
DistributionsCreditAmountCurrency | String | |
DistributionsCreditAmount | Decimal | |
DistributionsDebitAmountCurrency | String | |
DistributionsDebitAmount | Decimal | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsReference | String | |
DistributionsKeyControlType [KEY] | Int | |
DistributionsKeyProjectEmployeeExpenseId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
DoesPostToPayablesManagement | Bool | |
EmployeeId | String | |
EndDate | Datetime | |
ExtendedCostCurrency | String | |
ExtendedCost | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
IsTaxInvoiceReceived | Bool | |
IsTaxInvoiceRequired | Bool | |
Id | String | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
PaymentCashAmountCurrency | String | |
PaymentCashAmount | Decimal | |
PaymentCashBankAccountId | String | |
PaymentCashDate | Datetime | |
PaymentCashNumber | String | |
PaymentCashDocumentNumber | String | |
PaymentCheckAmountCurrency | String | |
PaymentCheckAmount | Decimal | |
PaymentCheckBankAccountId | String | |
PaymentCheckCheckNumber | String | |
PaymentCheckDate | Datetime | |
PaymentCheckNumber | String | |
PaymentPaymentCardAmountCurrency | String | |
PaymentPaymentCardAmount | Decimal | |
PaymentPaymentCardDate | Datetime | |
PaymentPaymentCardNumber | String | |
PaymentPaymentCardReceiptNumber | String | |
PaymentPaymentCardTypeId | String | |
PaymentTermsId | String | |
PersonalDataKeeperEmployeeId | String | |
ReimbursableAmountCurrency | String | |
ReimbursableAmount | Decimal | |
ReimbursableTaxCurrency | String | |
ReimbursableTax | Decimal | |
ShippingMethodId | String | |
StartDate | Datetime | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxDate | Datetime | |
TaxScheduleId | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
Unapplied1099AmountCurrency | String | |
Unapplied1099Amount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektMitarbeiterKostenzeilen
Gibt eine Liste zurück von: ProjectEmployeeExpenseLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
AddressId | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
ChargeAmountCurrency | String | |
ChargeAmount | Decimal | |
DistributionsAggregate | String | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
DoesPostToPayablesManagement | Bool | |
EmployeeId | String | |
EndDate | Datetime | |
ExtendedCostCurrency | String | |
ExtendedCost | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
IsTaxInvoiceReceived | Bool | |
IsTaxInvoiceRequired | Bool | |
Id | String | |
LinesExtensionsExtensionAggregate | String | |
LinesAccruedRevenueCurrency | String | |
LinesAccruedRevenue | Decimal | |
LinesContraGLAccountId | String | |
LinesContraGLAccountKeyIsEncrypted | Bool | |
LinesCostCategoryId | String | |
LinesCostOfGoodsSoldGLAccountId | String | |
LinesCostOfGoodsSoldGLAccountKeyIsEncrypted | Bool | |
LinesDate | Datetime | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesMarkupPercent | Decimal | |
LinesOriginalDocumentSequenceNumber | Int | |
LinesOverheadAmountCurrency | String | |
LinesOverheadAmount | Decimal | |
LinesOverheadGLAccountId | String | |
LinesOverheadGLAccountKeyIsEncrypted | Bool | |
LinesOverheadPercent | Decimal | |
LinesProfitAmountCurrency | String | |
LinesProfitAmount | Decimal | |
LinesProfitType | String | |
LinesProjectContractId | String | |
LinesProjectId | String | |
LinesQuantity | Decimal | |
LinesReferenceDocumentSequenceNumber | Int | |
LinesRoundAmountCurrency | String | |
LinesRoundAmount | Decimal | |
LinesRoundingGLAccountId | String | |
LinesRoundingGLAccountKeyIsEncrypted | Bool | |
LinesTotalCostCurrency | String | |
LinesTotalCost | Decimal | |
LinesTotalOverheadAmountCurrency | String | |
LinesTotalOverheadAmount | Decimal | |
LinesTotalProfitAmountCurrency | String | |
LinesTotalProfitAmount | Decimal | |
LinesUnbilledAccountReceivableGLAccountId | String | |
LinesUnbilledAccountReceivableGLAccountKeyIsEncrypted | Bool | |
LinesUnbilledProjectRevenueGLAccountId | String | |
LinesUnbilledProjectRevenueGLAccountKeyIsEncrypted | Bool | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUofM | String | |
LinesWorkInProgressGLAccountId | String | |
LinesWorkInProgressGLAccountKeyIsEncrypted | Bool | |
LinesBackoutTaxAmountCurrency | String | |
LinesBackoutTaxAmount | Decimal | |
LinesBillingAmountCurrency | String | |
LinesBillingAmount | Decimal | |
LinesBillingProfitAmountCurrency | String | |
LinesBillingProfitAmount | Decimal | |
LinesBillingProfitPercent | Decimal | |
LinesBillingQuantity | Decimal | |
LinesBillingRateCurrency | String | |
LinesBillingRate | Decimal | |
LinesBillingStatus | String | |
LinesBillingTaxAmountCurrency | String | |
LinesBillingTaxAmount | Decimal | |
LinesBillingType | String | |
LinesDescription | String | |
LinesExpenseType | String | |
LinesKeyProjectEmployeeExpenseId [KEY] | String | |
LinesKeySequenceNumber [KEY] | Int | |
LinesPaymentMethodType | String | |
LinesReimbursableAmountCurrency | String | |
LinesReimbursableAmount | Decimal | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxScheduleId | String | |
LinesTaxesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
PaymentCashAmountCurrency | String | |
PaymentCashAmount | Decimal | |
PaymentCashBankAccountId | String | |
PaymentCashDate | Datetime | |
PaymentCashNumber | String | |
PaymentCashDocumentNumber | String | |
PaymentCheckAmountCurrency | String | |
PaymentCheckAmount | Decimal | |
PaymentCheckBankAccountId | String | |
PaymentCheckCheckNumber | String | |
PaymentCheckDate | Datetime | |
PaymentCheckNumber | String | |
PaymentPaymentCardAmountCurrency | String | |
PaymentPaymentCardAmount | Decimal | |
PaymentPaymentCardDate | Datetime | |
PaymentPaymentCardNumber | String | |
PaymentPaymentCardReceiptNumber | String | |
PaymentPaymentCardTypeId | String | |
PaymentTermsId | String | |
PersonalDataKeeperEmployeeId | String | |
ReimbursableAmountCurrency | String | |
ReimbursableAmount | Decimal | |
ReimbursableTaxCurrency | String | |
ReimbursableTax | Decimal | |
ShippingMethodId | String | |
StartDate | Datetime | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxDate | Datetime | |
TaxScheduleId | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
Unapplied1099AmountCurrency | String | |
Unapplied1099Amount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektAusrüstungsliste
Gibt eine Liste zurück von: ProjectEquipmentList
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountAmountCurrency | String | |
AccountAmount | Decimal | |
AccountingMethod | String | |
AccountsAggregate | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualEndDate | Datetime | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesAggregate | String | |
BillingNotReceivableCurrency | String | |
BillingNotReceivable | Decimal | |
BillingType | String | |
BudgetsAggregate | String | |
BusinessManagerId | String | |
CloseToBillings | Bool | |
CloseToProjectCosts | Bool | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DepartmentId | String | |
DiscountPercent | Decimal | |
DoesAcceptEquipmentRateTableReplacement | Bool | |
DoesAcceptLaborRateTableReplacement | Bool | |
DoesCombineForRevenueRecognition | Bool | |
EquipmentListExtensionsExtensionAggregate | String | |
EquipmentListKeyProjectEquipmentId [KEY] | String | |
EquipmentListKeyProjectId [KEY] | String | |
EquipmentRateTableId | String | |
EstimatorId | String | |
FeesAggregate | String | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id | String | |
LaborRateTableId | String | |
LaborRateTableType | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
PostedAccruedRevenueAmountCurrency | String | |
PostedAccruedRevenueAmount | Decimal | |
PostedBillingAmountCurrency | String | |
PostedBillingAmount | Decimal | |
PostedBillingsInExcessOfEarningsAmountCurrency | String | |
PostedBillingsInExcessOfEarningsAmount | Decimal | |
PostedDiscountAmountCurrency | String | |
PostedDiscountAmount | Decimal | |
PostedEarningsInExcessOfBillingsAmountCurrency | String | |
PostedEarningsInExcessOfBillingsAmount | Decimal | |
PostedOverheadAmountCurrency | String | |
PostedOverheadAmount | Decimal | |
PostedProfitAmountCurrency | String | |
PostedProfitAmount | Decimal | |
PostedQuantity | Decimal | |
PostedRecognizedRevenueAmountCurrency | String | |
PostedRecognizedRevenueAmount | Decimal | |
PostedRetainageAmountCurrency | String | |
PostedRetainageAmount | Decimal | |
PostedSalesTaxAmountCurrency | String | |
PostedSalesTaxAmount | Decimal | |
PostedTaxAmountCurrency | String | |
PostedTaxAmount | Decimal | |
PostedTotalCostCurrency | String | |
PostedTotalCost | Decimal | |
PostedEarningsAmountCurrency | String | |
PostedEarningsAmount | Decimal | |
PostedPOCostsCurrency | String | |
PostedPOCosts | Decimal | |
PostedPOQuantity | Decimal | |
PostedBilledRetentionAmountCurrency | String | |
PostedBilledRetentionAmount | Decimal | |
PostedCostOfEarningsAmountCurrency | String | |
PostedCostOfEarningsAmount | Decimal | |
PostedLossAmountCurrency | String | |
PostedLossAmount | Decimal | |
PostedProjectFeeAmountCurrency | String | |
PostedProjectFeeAmount | Decimal | |
PostedReceiptsAmountCurrency | String | |
PostedReceiptsAmount | Decimal | |
PostedRetainerFeeAmountCurrency | String | |
PostedRetainerFeeAmount | Decimal | |
PostedRetentionAmountCurrency | String | |
PostedRetentionAmount | Decimal | |
PostedServiceFeeAmountCurrency | String | |
PostedServiceFeeAmount | Decimal | |
PostedWriteoffAmountCurrency | String | |
PostedWriteoffAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectClassId | String | |
ProjectContractId | String | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectId | String | |
ProjectManagerId | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
RetentionPercent | Decimal | |
SUTAState | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyCodeKeyISOCode | String | |
Type | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefinedText1 | String | |
UserDefinedText2 | String | |
WorkersCompensationId | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Projektgebühren
Gibt eine Liste zurück mit: Projektgebühren
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountAmountCurrency | String | |
AccountAmount | Decimal | |
AccountingMethod | String | |
AccountsAggregate | String | |
ActualAccruedRevenueAmountCurrency | String | |
ActualAccruedRevenueAmount | Decimal | |
ActualBillingAmountCurrency | String | |
ActualBillingAmount | Decimal | |
ActualBillingsInExcessOfEarningsAmountCurrency | String | |
ActualBillingsInExcessOfEarningsAmount | Decimal | |
ActualDiscountAmountCurrency | String | |
ActualDiscountAmount | Decimal | |
ActualEarningsInExcessOfBillingsAmountCurrency | String | |
ActualEarningsInExcessOfBillingsAmount | Decimal | |
ActualOverheadAmountCurrency | String | |
ActualOverheadAmount | Decimal | |
ActualProfitAmountCurrency | String | |
ActualProfitAmount | Decimal | |
ActualQuantity | Decimal | |
ActualRecognizedRevenueAmountCurrency | String | |
ActualRecognizedRevenueAmount | Decimal | |
ActualRetainageAmountCurrency | String | |
ActualRetainageAmount | Decimal | |
ActualSalesTaxAmountCurrency | String | |
ActualSalesTaxAmount | Decimal | |
ActualTaxAmountCurrency | String | |
ActualTaxAmount | Decimal | |
ActualTotalCostCurrency | String | |
ActualTotalCost | Decimal | |
ActualBeginDate | Datetime | |
ActualEndDate | Datetime | |
BaselineBeginDate | Datetime | |
BaselineBillableAmountCurrency | String | |
BaselineBillableAmount | Decimal | |
BaselineEndDate | Datetime | |
BaselineOverheadCostCurrency | String | |
BaselineOverheadCost | Decimal | |
BaselineProfitAmountCurrency | String | |
BaselineProfitAmount | Decimal | |
BaselineQuantity | Decimal | |
BaselineTaxAmountCurrency | String | |
BaselineTaxAmount | Decimal | |
BaselineTotalCostCurrency | String | |
BaselineTotalCost | Decimal | |
BillToAddressId | String | |
BilledAccruedRevenueCurrency | String | |
BilledAccruedRevenue | Decimal | |
BilledCostCurrency | String | |
BilledCost | Decimal | |
BilledQuantity | Decimal | |
BillingCyclesAggregate | String | |
BillingNotReceivableCurrency | String | |
BillingNotReceivable | Decimal | |
BillingType | String | |
BudgetsAggregate | String | |
BusinessManagerId | String | |
CloseToBillings | Bool | |
CloseToProjectCosts | Bool | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
ContactPerson | String | |
CostCompletedPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerPONumber | String | |
DefaultBillingFormat | String | |
DepartmentId | String | |
DiscountPercent | Decimal | |
DoesAcceptEquipmentRateTableReplacement | Bool | |
DoesAcceptLaborRateTableReplacement | Bool | |
DoesCombineForRevenueRecognition | Bool | |
EquipmentListAggregate | String | |
EquipmentRateTableId | String | |
EstimatorId | String | |
FeesExtensionsExtensionAggregate | String | |
FeesAmountCurrency | String | |
FeesAmount | Decimal | |
FeesContractBeginDate | Datetime | |
FeesContractEndDate | Datetime | |
FeesCostPercent | Decimal | |
FeesEndDate | Datetime | |
FeesFrequency | String | |
FeesKeyLineSequenceNumber [KEY] | Int | |
FeesKeyProjectFeeId [KEY] | String | |
FeesKeyProjectId [KEY] | String | |
FeesName | String | |
FeesRenew | Bool | |
FeesRenewDate | Datetime | |
FeesRenewDay | Int | |
FeesRenewMonth | Int | |
FeesRetentionPercent | Decimal | |
FeesRevenuePercent | Decimal | |
FeesSalesTaxBasis | String | |
FeesSalesTaxScheduleId | String | |
FeesSchedulesAggregate | String | |
FeesServiceFeeAmountCurrency | String | |
FeesServiceFeeAmount | Decimal | |
FeesStartDate | Datetime | |
FeesTotalAmountCurrency | String | |
FeesTotalAmount | Decimal | |
FeesType | String | |
FeesUserDefined1 | String | |
FeesUserDefined2 | String | |
ForecastBeginDate | Datetime | |
ForecastBillableAmountCurrency | String | |
ForecastBillableAmount | Decimal | |
ForecastEndDate | Datetime | |
ForecastOverheadCostCurrency | String | |
ForecastOverheadCost | Decimal | |
ForecastProfitAmountCurrency | String | |
ForecastProfitAmount | Decimal | |
ForecastQuantity | Decimal | |
ForecastTaxAmountCurrency | String | |
ForecastTaxAmount | Decimal | |
ForecastTotalCostCurrency | String | |
ForecastTotalCost | Decimal | |
Id | String | |
LaborRateTableId | String | |
LaborRateTableType | String | |
Name | String | |
POCommittedCostsCurrency | String | |
POCommittedCosts | Decimal | |
POCommittedQuantity | Decimal | |
PostedAccruedRevenueAmountCurrency | String | |
PostedAccruedRevenueAmount | Decimal | |
PostedBillingAmountCurrency | String | |
PostedBillingAmount | Decimal | |
PostedBillingsInExcessOfEarningsAmountCurrency | String | |
PostedBillingsInExcessOfEarningsAmount | Decimal | |
PostedDiscountAmountCurrency | String | |
PostedDiscountAmount | Decimal | |
PostedEarningsInExcessOfBillingsAmountCurrency | String | |
PostedEarningsInExcessOfBillingsAmount | Decimal | |
PostedOverheadAmountCurrency | String | |
PostedOverheadAmount | Decimal | |
PostedProfitAmountCurrency | String | |
PostedProfitAmount | Decimal | |
PostedQuantity | Decimal | |
PostedRecognizedRevenueAmountCurrency | String | |
PostedRecognizedRevenueAmount | Decimal | |
PostedRetainageAmountCurrency | String | |
PostedRetainageAmount | Decimal | |
PostedSalesTaxAmountCurrency | String | |
PostedSalesTaxAmount | Decimal | |
PostedTaxAmountCurrency | String | |
PostedTaxAmount | Decimal | |
PostedTotalCostCurrency | String | |
PostedTotalCost | Decimal | |
PostedEarningsAmountCurrency | String | |
PostedEarningsAmount | Decimal | |
PostedPOCostsCurrency | String | |
PostedPOCosts | Decimal | |
PostedPOQuantity | Decimal | |
PostedBilledRetentionAmountCurrency | String | |
PostedBilledRetentionAmount | Decimal | |
PostedCostOfEarningsAmountCurrency | String | |
PostedCostOfEarningsAmount | Decimal | |
PostedLossAmountCurrency | String | |
PostedLossAmount | Decimal | |
PostedProjectFeeAmountCurrency | String | |
PostedProjectFeeAmount | Decimal | |
PostedReceiptsAmountCurrency | String | |
PostedReceiptsAmount | Decimal | |
PostedRetainerFeeAmountCurrency | String | |
PostedRetainerFeeAmount | Decimal | |
PostedRetentionAmountCurrency | String | |
PostedRetentionAmount | Decimal | |
PostedServiceFeeAmountCurrency | String | |
PostedServiceFeeAmount | Decimal | |
PostedWriteoffAmountCurrency | String | |
PostedWriteoffAmount | Decimal | |
ProjectAmountCurrency | String | |
ProjectAmount | Decimal | |
ProjectClassId | String | |
ProjectContractId | String | |
ProjectContractId | String | |
ProjectFeeAmountCurrency | String | |
ProjectFeeAmount | Decimal | |
ProjectId | String | |
ProjectManagerId | String | |
QuantityCompletedPercent | Decimal | |
RestrictToCustomerList | Bool | |
RetainerAmountCurrency | String | |
RetainerAmount | Decimal | |
RetentionFeeAmountCurrency | String | |
RetentionFeeAmount | Decimal | |
RetentionPercent | Decimal | |
SUTAState | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ServiceFeeAmountCurrency | String | |
ServiceFeeAmount | Decimal | |
Status | String | |
TransactionalCurrencyCodeKeyISOCode | String | |
Type | String | |
UnpostedAccruedRevenueAmountCurrency | String | |
UnpostedAccruedRevenueAmount | Decimal | |
UnpostedBillingAmountCurrency | String | |
UnpostedBillingAmount | Decimal | |
UnpostedBillingsInExcessOfEarningsAmountCurrency | String | |
UnpostedBillingsInExcessOfEarningsAmount | Decimal | |
UnpostedDiscountAmountCurrency | String | |
UnpostedDiscountAmount | Decimal | |
UnpostedEarningsInExcessOfBillingsAmountCurrency | String | |
UnpostedEarningsInExcessOfBillingsAmount | Decimal | |
UnpostedOverheadAmountCurrency | String | |
UnpostedOverheadAmount | Decimal | |
UnpostedProfitAmountCurrency | String | |
UnpostedProfitAmount | Decimal | |
UnpostedQuantity | Decimal | |
UnpostedRecognizedRevenueAmountCurrency | String | |
UnpostedRecognizedRevenueAmount | Decimal | |
UnpostedRetainageAmountCurrency | String | |
UnpostedRetainageAmount | Decimal | |
UnpostedSalesTaxAmountCurrency | String | |
UnpostedSalesTaxAmount | Decimal | |
UnpostedTaxAmountCurrency | String | |
UnpostedTaxAmount | Decimal | |
UnpostedTotalCostCurrency | String | |
UnpostedTotalCost | Decimal | |
UnpostedLossAmountCurrency | String | |
UnpostedLossAmount | Decimal | |
UnpostedBilledRetentionAmountCurrency | String | |
UnpostedBilledRetentionAmount | Decimal | |
UnpostedCostOfEarningsAmountCurrency | String | |
UnpostedCostOfEarningsAmount | Decimal | |
UnpostedEarningsAmountCurrency | String | |
UnpostedEarningsAmount | Decimal | |
UnpostedPOCostsCurrency | String | |
UnpostedPOCosts | Decimal | |
UnpostedPOQuantity | Decimal | |
UnpostedProjectFeeAmountCurrency | String | |
UnpostedProjectFeeAmount | Decimal | |
UnpostedReceiptsAmountCurrency | String | |
UnpostedReceiptsAmount | Decimal | |
UnpostedRetainerFeeAmountCurrency | String | |
UnpostedRetainerFeeAmount | Decimal | |
UnpostedRetentionAmountCurrency | String | |
UnpostedRetentionAmount | Decimal | |
UnpostedServiceFeeAmountCurrency | String | |
UnpostedServiceFeeAmount | Decimal | |
UserDefinedText1 | String | |
UserDefinedText2 | String | |
WorkersCompensationId | String | |
WriteUpDownAmountCurrency | String | |
WriteUpDownAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektSonstigesLog
Gibt eine Liste zurück von: ProjectMiscellaneousLog
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
DistributionsAggregate | String | |
Id [KEY] | String | |
LinesAggregate | String | |
MiscellaneousId | String | |
PeriodEndDate | Datetime | |
ReportingDate | Datetime | |
ReportingPeriod | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektVerschiedenesLogDistributionen
Gibt eine Liste zurück von: ProjectMiscellaneousLogDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsAuditTrailCode | String | |
DistributionsCreditAmountCurrency | String | |
DistributionsCreditAmount | Decimal | |
DistributionsDebitAmountCurrency | String | |
DistributionsDebitAmount | Decimal | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsReference | String | |
DistributionsKeyControlType [KEY] | Int | |
DistributionsKeyProjectMiscellaneousLogId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
DistributionsUserId | String | |
Id | String | |
LinesAggregate | String | |
MiscellaneousId | String | |
PeriodEndDate | Datetime | |
ReportingDate | Datetime | |
ReportingPeriod | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektSonstigesLogLines
Gibt eine Liste zurück von: ProjectMiscellaneousLogLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
DistributionsAggregate | String | |
Id | String | |
LinesExtensionsExtensionAggregate | String | |
LinesAccruedRevenueCurrency | String | |
LinesAccruedRevenue | Decimal | |
LinesContraGLAccountId | String | |
LinesContraGLAccountKeyIsEncrypted | Bool | |
LinesCostCategoryId | String | |
LinesCostOfGoodsSoldGLAccountId | String | |
LinesCostOfGoodsSoldGLAccountKeyIsEncrypted | Bool | |
LinesDate | Datetime | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesMarkupPercent | Decimal | |
LinesOriginalDocumentSequenceNumber | Int | |
LinesOverheadAmountCurrency | String | |
LinesOverheadAmount | Decimal | |
LinesOverheadGLAccountId | String | |
LinesOverheadGLAccountKeyIsEncrypted | Bool | |
LinesOverheadPercent | Decimal | |
LinesProfitAmountCurrency | String | |
LinesProfitAmount | Decimal | |
LinesProfitType | String | |
LinesProjectContractId | String | |
LinesProjectId | String | |
LinesQuantity | Decimal | |
LinesReferenceDocumentSequenceNumber | Int | |
LinesRoundAmountCurrency | String | |
LinesRoundAmount | Decimal | |
LinesRoundingGLAccountId | String | |
LinesRoundingGLAccountKeyIsEncrypted | Bool | |
LinesTotalCostCurrency | String | |
LinesTotalCost | Decimal | |
LinesTotalOverheadAmountCurrency | String | |
LinesTotalOverheadAmount | Decimal | |
LinesTotalProfitAmountCurrency | String | |
LinesTotalProfitAmount | Decimal | |
LinesUnbilledAccountReceivableGLAccountId | String | |
LinesUnbilledAccountReceivableGLAccountKeyIsEncrypted | Bool | |
LinesUnbilledProjectRevenueGLAccountId | String | |
LinesUnbilledProjectRevenueGLAccountKeyIsEncrypted | Bool | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUofM | String | |
LinesWorkInProgressGLAccountId | String | |
LinesWorkInProgressGLAccountKeyIsEncrypted | Bool | |
LinesBillingAmountCurrency | String | |
LinesBillingAmount | Decimal | |
LinesBillingProfitAmountCurrency | String | |
LinesBillingProfitAmount | Decimal | |
LinesBillingProfitPercent | Decimal | |
LinesBillingQuantity | Decimal | |
LinesBillingRateCurrency | String | |
LinesBillingRate | Decimal | |
LinesBillingStatus | String | |
LinesBillingTaxAmountCurrency | String | |
LinesBillingTaxAmount | Decimal | |
LinesBillingType | String | |
LinesBillingDiscountAmountCurrency | String | |
LinesBillingDiscountAmount | Decimal | |
LinesKeyProjectMiscellaneousLogId [KEY] | String | |
LinesKeySequenceNumber [KEY] | Int | |
LinesProjectChangeOrderId | String | |
LinesProjectChangeOrderKeyProjectContractId | String | |
MiscellaneousId | String | |
PeriodEndDate | Datetime | |
ReportingDate | Datetime | |
ReportingPeriod | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektZeiterfassung
Gibt eine Liste zurück von: ProjectTimesheet
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
DistributionsAggregate | String | |
EmployeeId | String | |
Id [KEY] | String | |
LinesAggregate | String | |
PeriodEndDate | Datetime | |
PersonalDataKeeperProxyId | String | |
PersonalDataKeeperTimesheetNumber | String | |
ReportingDate | Datetime | |
ReportingPeriod | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Projekt-Zeiterfassungsverteilungen
Gibt eine Liste zurück mit: ProjectTimesheetDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsAuditTrailCode | String | |
DistributionsCreditAmountCurrency | String | |
DistributionsCreditAmount | Decimal | |
DistributionsDebitAmountCurrency | String | |
DistributionsDebitAmount | Decimal | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsReference | String | |
DistributionsKeyControlType [KEY] | Int | |
DistributionsKeyProjectTimesheetId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
EmployeeId | String | |
Id | String | |
LinesAggregate | String | |
PeriodEndDate | Datetime | |
PersonalDataKeeperProxyId | String | |
PersonalDataKeeperTimesheetNumber | String | |
ReportingDate | Datetime | |
ReportingPeriod | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ProjektZeiterfassungZeilen
Gibt eine Liste zurück mit: ProjectTimesheetLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
Comment | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
OriginalDocumentId | String | |
PostedBy | String | |
PostedDate | Datetime | |
ReferenceDocumentNumber | String | |
ReportSuffix | String | |
TotalAccruedRevenueCurrency | String | |
TotalAccruedRevenue | Decimal | |
TotalCostCurrency | String | |
TotalCost | Decimal | |
TotalQuantity | Decimal | |
TransactionState | String | |
TransactionType | String | |
UserDefined1 | String | |
UserDefined2 | String | |
UserId | String | |
DistributionsAggregate | String | |
EmployeeId | String | |
Id | String | |
LinesExtensionsExtensionAggregate | String | |
LinesAccruedRevenueCurrency | String | |
LinesAccruedRevenue | Decimal | |
LinesContraGLAccountId | String | |
LinesContraGLAccountKeyIsEncrypted | Bool | |
LinesCostCategoryId | String | |
LinesCostOfGoodsSoldGLAccountId | String | |
LinesCostOfGoodsSoldGLAccountKeyIsEncrypted | Bool | |
LinesDate | Datetime | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesMarkupPercent | Decimal | |
LinesOriginalDocumentSequenceNumber | Int | |
LinesOverheadAmountCurrency | String | |
LinesOverheadAmount | Decimal | |
LinesOverheadGLAccountId | String | |
LinesOverheadGLAccountKeyIsEncrypted | Bool | |
LinesOverheadPercent | Decimal | |
LinesProfitAmountCurrency | String | |
LinesProfitAmount | Decimal | |
LinesProfitType | String | |
LinesProjectContractId | String | |
LinesProjectId | String | |
LinesQuantity | Decimal | |
LinesReferenceDocumentSequenceNumber | Int | |
LinesRoundAmountCurrency | String | |
LinesRoundAmount | Decimal | |
LinesRoundingGLAccountId | String | |
LinesRoundingGLAccountKeyIsEncrypted | Bool | |
LinesTotalCostCurrency | String | |
LinesTotalCost | Decimal | |
LinesTotalOverheadAmountCurrency | String | |
LinesTotalOverheadAmount | Decimal | |
LinesTotalProfitAmountCurrency | String | |
LinesTotalProfitAmount | Decimal | |
LinesUnbilledAccountReceivableGLAccountId | String | |
LinesUnbilledAccountReceivableGLAccountKeyIsEncrypted | Bool | |
LinesUnbilledProjectRevenueGLAccountId | String | |
LinesUnbilledProjectRevenueGLAccountKeyIsEncrypted | Bool | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUofM | String | |
LinesWorkInProgressGLAccountId | String | |
LinesWorkInProgressGLAccountKeyIsEncrypted | Bool | |
LinesBeginDateTime | Datetime | |
LinesBillingAmountCurrency | String | |
LinesBillingAmount | Decimal | |
LinesBillingProfitAmountCurrency | String | |
LinesBillingProfitAmount | Decimal | |
LinesBillingProfitPercent | Decimal | |
LinesBillingQuantity | Decimal | |
LinesBillingRateCurrency | String | |
LinesBillingRate | Decimal | |
LinesBillingStatus | String | |
LinesBillingTaxAmountCurrency | String | |
LinesBillingTaxAmount | Decimal | |
LinesBillingType | String | |
LinesBillingDiscountAmountCurrency | String | |
LinesBillingDiscountAmount | Decimal | |
LinesDepartmentCodeId | String | |
LinesEndDateTime | Datetime | |
LinesJobTitleCodeId | String | |
LinesKeyProjectTimesheetId [KEY] | String | |
LinesKeySequenceNumber [KEY] | Int | |
LinesPayCodeId | String | |
LinesProjectChangeOrderId | String | |
LinesProjectChangeOrderKeyProjectContractId | String | |
LinesSalaryPostingType | String | |
PeriodEndDate | Datetime | |
PersonalDataKeeperProxyId | String | |
PersonalDataKeeperTimesheetNumber | String | |
ReportingDate | Datetime | |
ReportingPeriod | Int |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
EinkaufRechnungVerteilungen
Gibt eine Liste zurück von: PurchaseInvoiceDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsAuditTrailCode | String | |
DistributionsCreditAmountCurrency | String | |
DistributionsCreditAmount | Decimal | |
DistributionsDebitAmountCurrency | String | |
DistributionsDebitAmount | Decimal | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsKeyPurchaseTransactionId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
DistributionsReference | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
Id | String | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PostedBy | String | |
PostedDate | Datetime | |
Reference | String | |
RemitToAddressId | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String | |
VoucherNumber | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
EinkaufRechnungFrachtSteuern
Gibt eine Liste zurück mit: KaufRechnungFrachtSteuern
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
DistributionsAggregate | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesExtensionsExtensionAggregate | String | |
FreightTaxesAuditTrailCode | String | |
FreightTaxesIsBackoutTax | Bool | |
FreightTaxesKeyPurchaseTransactionId [KEY] | String | |
FreightTaxesKeySequenceNumber [KEY] | Int | |
FreightTaxesKeyTaxDetailId [KEY] | String | |
FreightTaxesTaxAmountCurrency | String | |
FreightTaxesTaxAmount | Decimal | |
FreightTaxesTaxableAmountCurrency | String | |
FreightTaxesTaxableAmount | Decimal | |
FreightTaxesTotalAmountCurrency | String | |
FreightTaxesTotalAmount | Decimal | |
FreightTaxesTotalTaxPotentialAmountCurrency | String | |
FreightTaxesTotalTaxPotentialAmount | Decimal | |
FreightTaxesGLAccountId | String | |
FreightTaxesGLAccountKeyIsEncrypted | Bool | |
GeneralLedgerPostingDate | Datetime | |
Id | String | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PostedBy | String | |
PostedDate | Datetime | |
Reference | String | |
RemitToAddressId | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String | |
VoucherNumber | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Einkaufsrechnungszeilen
Gibt eine Liste zurück mit: PurchaseInvoiceLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
DistributionsAggregate | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
Id | String | |
LinesExtensionsExtensionAggregate | String | |
LinesBackoutTaxAmountCurrency | String | |
LinesBackoutTaxAmount | Decimal | |
LinesCostCategoryId | String | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesIsLandedCost | Bool | |
LinesIsNonInventory | Bool | |
LinesItemId | String | |
LinesItemTaxScheduleId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeyPurchaseTransactionId [KEY] | String | |
LinesProjectId | String | |
LinesPurchaseOrderId | String | |
LinesPurchaseOrderLineKeyLineSequenceNumber | Int | |
LinesPurchaseOrderLineKeyPurchaseTransactionId | String | |
LinesQuantityInvoiced | Decimal | |
LinesReceiptsAggregate | String | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxesAggregate | String | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUofM | String | |
LinesVarianceGLAccountId | String | |
LinesVarianceGLAccountKeyIsEncrypted | Bool | |
LinesVendorItemDescription | String | |
LinesVendorItemNumber | String | |
LinesWarehouseTaxScheduleId | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PostedBy | String | |
PostedDate | Datetime | |
Reference | String | |
RemitToAddressId | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String | |
VoucherNumber | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
EinkaufRechnungSonstigesSteuern
Gibt eine Liste zurück mit: KaufRechnungSonstigesSteuern
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
DistributionsAggregate | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
Id | String | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesExtensionsExtensionAggregate | String | |
MiscellaneousTaxesAuditTrailCode | String | |
MiscellaneousTaxesIsBackoutTax | Bool | |
MiscellaneousTaxesKeyPurchaseTransactionId [KEY] | String | |
MiscellaneousTaxesKeySequenceNumber [KEY] | Int | |
MiscellaneousTaxesKeyTaxDetailId [KEY] | String | |
MiscellaneousTaxesTaxAmountCurrency | String | |
MiscellaneousTaxesTaxAmount | Decimal | |
MiscellaneousTaxesTaxableAmountCurrency | String | |
MiscellaneousTaxesTaxableAmount | Decimal | |
MiscellaneousTaxesTotalAmountCurrency | String | |
MiscellaneousTaxesTotalAmount | Decimal | |
MiscellaneousTaxesTotalTaxPotentialAmountCurrency | String | |
MiscellaneousTaxesTotalTaxPotentialAmount | Decimal | |
MiscellaneousTaxesGLAccountId | String | |
MiscellaneousTaxesGLAccountKeyIsEncrypted | Bool | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PostedBy | String | |
PostedDate | Datetime | |
Reference | String | |
RemitToAddressId | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String | |
VoucherNumber | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
EinkaufRechnungSteuern
Gibt eine Liste zurück mit: Kaufrechnung, Steuern
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Amount1099Currency | String | |
Amount1099 | Decimal | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
DistributionsAggregate | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
Id | String | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PostedBy | String | |
PostedDate | Datetime | |
Reference | String | |
RemitToAddressId | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesExtensionsExtensionAggregate | String | |
TaxesAuditTrailCode | String | |
TaxesIsBackoutTax | Bool | |
TaxesKeyPurchaseTransactionId [KEY] | String | |
TaxesKeySequenceNumber [KEY] | Int | |
TaxesKeyTaxDetailId [KEY] | String | |
TaxesTaxAmountCurrency | String | |
TaxesTaxAmount | Decimal | |
TaxesTaxableAmountCurrency | String | |
TaxesTaxableAmount | Decimal | |
TaxesTotalAmountCurrency | String | |
TaxesTotalAmount | Decimal | |
TaxesTotalTaxPotentialAmountCurrency | String | |
TaxesTotalTaxPotentialAmount | Decimal | |
TaxesGLAccountId | String | |
TaxesGLAccountKeyIsEncrypted | Bool | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String | |
VoucherNumber | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BestellungFrachtSteuern
Gibt eine Liste zurück mit: PurchaseOrderFreightTaxes
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BackoutFreightTaxAmountCurrency | String | |
BackoutFreightTaxAmount | Decimal | |
BackoutMiscellaneousTaxAmountCurrency | String | |
BackoutMiscellaneousTaxAmount | Decimal | |
BackoutTaxAmountCurrency | String | |
BackoutTaxAmount | Decimal | |
BillToAddressId | String | |
BuyerId | String | |
CanceledSubtotalCurrency | String | |
CanceledSubtotal | Decimal | |
Comment | String | |
CommentId | String | |
ConfirmWith | String | |
ContractEndDate | Datetime | |
ContractNumber | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
Date | Datetime | |
DoesAllowSalesOrderCommitments | Bool | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesExtensionsExtensionAggregate | String | |
FreightTaxesAuditTrailCode | String | |
FreightTaxesIsBackoutTax | Bool | |
FreightTaxesKeyPurchaseTransactionId [KEY] | String | |
FreightTaxesKeySequenceNumber [KEY] | Int | |
FreightTaxesKeyTaxDetailId [KEY] | String | |
FreightTaxesTaxAmountCurrency | String | |
FreightTaxesTaxAmount | Decimal | |
FreightTaxesTaxableAmountCurrency | String | |
FreightTaxesTaxableAmount | Decimal | |
FreightTaxesTotalAmountCurrency | String | |
FreightTaxesTotalAmount | Decimal | |
FreightTaxesTotalTaxPotentialAmountCurrency | String | |
FreightTaxesTotalTaxPotentialAmount | Decimal | |
IsOnHold | Bool | |
Id | String | |
LastEditDate | Datetime | |
LastPrintedDate | Datetime | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PromisedDate | Datetime | |
PromisedShipDate | Datetime | |
PurchaseAddressExtensionsExtensionAggregate | String | |
PurchaseAddressCity | String | |
PurchaseAddressLine1 | String | |
PurchaseAddressLine2 | String | |
PurchaseAddressLine3 | String | |
PurchaseAddressPostalCode | String | |
PurchaseAddressState | String | |
PurchaseAddressCountryRegion | String | |
PurchaseAddressFaxCountryCode | String | |
PurchaseAddressFaxExtension | String | |
PurchaseAddressFax | String | |
PurchaseAddressPhone1CountryCode | String | |
PurchaseAddressPhone1Extension | String | |
PurchaseAddressPhone1 | String | |
PurchaseAddressPhone2CountryCode | String | |
PurchaseAddressPhone2Extension | String | |
PurchaseAddressPhone2 | String | |
PurchaseAddressPhone3CountryCode | String | |
PurchaseAddressPhone3Extension | String | |
PurchaseAddressPhone3 | String | |
PurchaseAddressCountryRegionCodeId | String | |
PurchaseAddressContactPerson | String | |
PurchaseAddressName | String | |
PurchaseAddressId | String | |
RemainingSubtotalCurrency | String | |
RemainingSubtotal | Decimal | |
RequestedDate | Datetime | |
RequisitionDate | Datetime | |
RevisionNumber | Int | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
Status | String | |
StatusGroup | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TimesPrinted | Int | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VendorId | String | |
VendorName | String | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bestellpositionen
Gibt eine Liste zurück mit: PurchaseOrderLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BackoutFreightTaxAmountCurrency | String | |
BackoutFreightTaxAmount | Decimal | |
BackoutMiscellaneousTaxAmountCurrency | String | |
BackoutMiscellaneousTaxAmount | Decimal | |
BackoutTaxAmountCurrency | String | |
BackoutTaxAmount | Decimal | |
BillToAddressId | String | |
BuyerId | String | |
CanceledSubtotalCurrency | String | |
CanceledSubtotal | Decimal | |
Comment | String | |
CommentId | String | |
ConfirmWith | String | |
ContractEndDate | Datetime | |
ContractNumber | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
Date | Datetime | |
DoesAllowSalesOrderCommitments | Bool | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
IsOnHold | Bool | |
Id | String | |
LastEditDate | Datetime | |
LastPrintedDate | Datetime | |
LinesExtensionsExtensionAggregate | String | |
LinesBackoutTaxAmountCurrency | String | |
LinesBackoutTaxAmount | Decimal | |
LinesComment | String | |
LinesCommentId | String | |
LinesCostCategoryId | String | |
LinesDocumentDate | Datetime | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesFreeOnBoard | String | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountKeyIsEncrypted | Bool | |
LinesIsCapitalItem | Bool | |
LinesIsNonInventory | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesItemTaxScheduleId | String | |
LinesJobNumber | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeyPurchaseTransactionId [KEY] | String | |
LinesLandedCostGroupId | String | |
LinesLineOrigin | String | |
LinesProjectId | String | |
LinesPromisedDate | Datetime | |
LinesPromisedShipDate | Datetime | |
LinesQuantityCanceled | Decimal | |
LinesQuantityOrdered | Decimal | |
LinesReleaseByDate | Datetime | |
LinesReleasedDate | Datetime | |
LinesRequestedBy | String | |
LinesRequestedDate | Datetime | |
LinesShipToAddressExtensionsExtensionAggregate | String | |
LinesShipToAddressCity | String | |
LinesShipToAddressLine1 | String | |
LinesShipToAddressLine2 | String | |
LinesShipToAddressLine3 | String | |
LinesShipToAddressPostalCode | String | |
LinesShipToAddressState | String | |
LinesShipToAddressCountryRegion | String | |
LinesShipToAddressFaxCountryCode | String | |
LinesShipToAddressFaxExtension | String | |
LinesShipToAddressFax | String | |
LinesShipToAddressPhone1CountryCode | String | |
LinesShipToAddressPhone1Extension | String | |
LinesShipToAddressPhone1 | String | |
LinesShipToAddressPhone2CountryCode | String | |
LinesShipToAddressPhone2Extension | String | |
LinesShipToAddressPhone2 | String | |
LinesShipToAddressPhone3CountryCode | String | |
LinesShipToAddressPhone3Extension | String | |
LinesShipToAddressPhone3 | String | |
LinesShipToAddressCountryRegionCodeId | String | |
LinesShipToAddressContactPerson | String | |
LinesShipToAddressName | String | |
LinesShipToAddressId | String | |
LinesShippingMethodId | String | |
LinesSourceDocumentLineNumber | String | |
LinesSourceDocumentNumber | String | |
LinesStatus | String | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxesAggregate | String | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUofM | String | |
LinesVendorItemDescription | String | |
LinesVendorItemNumber | String | |
LinesWarehouseId | String | |
LinesWarehouseTaxScheduleId | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PromisedDate | Datetime | |
PromisedShipDate | Datetime | |
PurchaseAddressExtensionsExtensionAggregate | String | |
PurchaseAddressCity | String | |
PurchaseAddressLine1 | String | |
PurchaseAddressLine2 | String | |
PurchaseAddressLine3 | String | |
PurchaseAddressPostalCode | String | |
PurchaseAddressState | String | |
PurchaseAddressCountryRegion | String | |
PurchaseAddressFaxCountryCode | String | |
PurchaseAddressFaxExtension | String | |
PurchaseAddressFax | String | |
PurchaseAddressPhone1CountryCode | String | |
PurchaseAddressPhone1Extension | String | |
PurchaseAddressPhone1 | String | |
PurchaseAddressPhone2CountryCode | String | |
PurchaseAddressPhone2Extension | String | |
PurchaseAddressPhone2 | String | |
PurchaseAddressPhone3CountryCode | String | |
PurchaseAddressPhone3Extension | String | |
PurchaseAddressPhone3 | String | |
PurchaseAddressCountryRegionCodeId | String | |
PurchaseAddressContactPerson | String | |
PurchaseAddressName | String | |
PurchaseAddressId | String | |
RemainingSubtotalCurrency | String | |
RemainingSubtotal | Decimal | |
RequestedDate | Datetime | |
RequisitionDate | Datetime | |
RevisionNumber | Int | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
Status | String | |
StatusGroup | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TimesPrinted | Int | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VendorId | String | |
VendorName | String | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BestellungSonstigesSteuern
Gibt eine Liste zurück mit: BestellungSonstigesSteuern
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BackoutFreightTaxAmountCurrency | String | |
BackoutFreightTaxAmount | Decimal | |
BackoutMiscellaneousTaxAmountCurrency | String | |
BackoutMiscellaneousTaxAmount | Decimal | |
BackoutTaxAmountCurrency | String | |
BackoutTaxAmount | Decimal | |
BillToAddressId | String | |
BuyerId | String | |
CanceledSubtotalCurrency | String | |
CanceledSubtotal | Decimal | |
Comment | String | |
CommentId | String | |
ConfirmWith | String | |
ContractEndDate | Datetime | |
ContractNumber | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
Date | Datetime | |
DoesAllowSalesOrderCommitments | Bool | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
IsOnHold | Bool | |
Id | String | |
LastEditDate | Datetime | |
LastPrintedDate | Datetime | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesExtensionsExtensionAggregate | String | |
MiscellaneousTaxesAuditTrailCode | String | |
MiscellaneousTaxesIsBackoutTax | Bool | |
MiscellaneousTaxesKeyPurchaseTransactionId [KEY] | String | |
MiscellaneousTaxesKeySequenceNumber [KEY] | Int | |
MiscellaneousTaxesKeyTaxDetailId [KEY] | String | |
MiscellaneousTaxesTaxAmountCurrency | String | |
MiscellaneousTaxesTaxAmount | Decimal | |
MiscellaneousTaxesTaxableAmountCurrency | String | |
MiscellaneousTaxesTaxableAmount | Decimal | |
MiscellaneousTaxesTotalAmountCurrency | String | |
MiscellaneousTaxesTotalAmount | Decimal | |
MiscellaneousTaxesTotalTaxPotentialAmountCurrency | String | |
MiscellaneousTaxesTotalTaxPotentialAmount | Decimal | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PromisedDate | Datetime | |
PromisedShipDate | Datetime | |
PurchaseAddressExtensionsExtensionAggregate | String | |
PurchaseAddressCity | String | |
PurchaseAddressLine1 | String | |
PurchaseAddressLine2 | String | |
PurchaseAddressLine3 | String | |
PurchaseAddressPostalCode | String | |
PurchaseAddressState | String | |
PurchaseAddressCountryRegion | String | |
PurchaseAddressFaxCountryCode | String | |
PurchaseAddressFaxExtension | String | |
PurchaseAddressFax | String | |
PurchaseAddressPhone1CountryCode | String | |
PurchaseAddressPhone1Extension | String | |
PurchaseAddressPhone1 | String | |
PurchaseAddressPhone2CountryCode | String | |
PurchaseAddressPhone2Extension | String | |
PurchaseAddressPhone2 | String | |
PurchaseAddressPhone3CountryCode | String | |
PurchaseAddressPhone3Extension | String | |
PurchaseAddressPhone3 | String | |
PurchaseAddressCountryRegionCodeId | String | |
PurchaseAddressContactPerson | String | |
PurchaseAddressName | String | |
PurchaseAddressId | String | |
RemainingSubtotalCurrency | String | |
RemainingSubtotal | Decimal | |
RequestedDate | Datetime | |
RequisitionDate | Datetime | |
RevisionNumber | Int | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
Status | String | |
StatusGroup | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TimesPrinted | Int | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VendorId | String | |
VendorName | String | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Bestellungssteuern
Gibt eine Liste zurück mit: PurchaseOrderTaxes
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BackoutFreightTaxAmountCurrency | String | |
BackoutFreightTaxAmount | Decimal | |
BackoutMiscellaneousTaxAmountCurrency | String | |
BackoutMiscellaneousTaxAmount | Decimal | |
BackoutTaxAmountCurrency | String | |
BackoutTaxAmount | Decimal | |
BillToAddressId | String | |
BuyerId | String | |
CanceledSubtotalCurrency | String | |
CanceledSubtotal | Decimal | |
Comment | String | |
CommentId | String | |
ConfirmWith | String | |
ContractEndDate | Datetime | |
ContractNumber | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
Date | Datetime | |
DoesAllowSalesOrderCommitments | Bool | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
IsOnHold | Bool | |
Id | String | |
LastEditDate | Datetime | |
LastPrintedDate | Datetime | |
LinesAggregate | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
PaymentTermsId | String | |
PromisedDate | Datetime | |
PromisedShipDate | Datetime | |
PurchaseAddressExtensionsExtensionAggregate | String | |
PurchaseAddressCity | String | |
PurchaseAddressLine1 | String | |
PurchaseAddressLine2 | String | |
PurchaseAddressLine3 | String | |
PurchaseAddressPostalCode | String | |
PurchaseAddressState | String | |
PurchaseAddressCountryRegion | String | |
PurchaseAddressFaxCountryCode | String | |
PurchaseAddressFaxExtension | String | |
PurchaseAddressFax | String | |
PurchaseAddressPhone1CountryCode | String | |
PurchaseAddressPhone1Extension | String | |
PurchaseAddressPhone1 | String | |
PurchaseAddressPhone2CountryCode | String | |
PurchaseAddressPhone2Extension | String | |
PurchaseAddressPhone2 | String | |
PurchaseAddressPhone3CountryCode | String | |
PurchaseAddressPhone3Extension | String | |
PurchaseAddressPhone3 | String | |
PurchaseAddressCountryRegionCodeId | String | |
PurchaseAddressContactPerson | String | |
PurchaseAddressName | String | |
PurchaseAddressId | String | |
RemainingSubtotalCurrency | String | |
RemainingSubtotal | Decimal | |
RequestedDate | Datetime | |
RequisitionDate | Datetime | |
RevisionNumber | Int | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
Status | String | |
StatusGroup | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesExtensionsExtensionAggregate | String | |
TaxesAuditTrailCode | String | |
TaxesIsBackoutTax | Bool | |
TaxesKeyPurchaseTransactionId [KEY] | String | |
TaxesKeySequenceNumber [KEY] | Int | |
TaxesKeyTaxDetailId [KEY] | String | |
TaxesTaxAmountCurrency | String | |
TaxesTaxAmount | Decimal | |
TaxesTaxableAmountCurrency | String | |
TaxesTaxableAmount | Decimal | |
TaxesTotalAmountCurrency | String | |
TaxesTotalAmount | Decimal | |
TaxesTotalTaxPotentialAmountCurrency | String | |
TaxesTotalTaxPotentialAmount | Decimal | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TimesPrinted | Int | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VendorId | String | |
VendorName | String | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
EinkaufBelegVerteilungen
Gibt eine Liste zurück von: PurchaseReceiptDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsAuditTrailCode | String | |
DistributionsCreditAmountCurrency | String | |
DistributionsCreditAmount | Decimal | |
DistributionsDebitAmountCurrency | String | |
DistributionsDebitAmount | Decimal | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsKeyPurchaseTransactionId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
DistributionsReference | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
Id | String | |
LinesAggregate | String | |
ModifiedDate | Datetime | |
PostedBy | String | |
PostedDate | Datetime | |
Reference | String | |
RemitToAddressId | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TotalLandedCostAmountCurrency | String | |
TotalLandedCostAmount | Decimal | |
TransactionState | String | |
UserDefinedAggregate | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Einkaufsbelegzeilen
Gibt eine Liste zurück mit: PurchaseReceiptLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
DistributionsAggregate | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
Id | String | |
LinesExtensionsExtensionAggregate | String | |
LinesActualShipDate | Datetime | |
LinesBillOfLadingNumber | String | |
LinesBinsAggregate | String | |
LinesCostCategoryId | String | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountKeyIsEncrypted | Bool | |
LinesIsNonInventory | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeyPurchaseTransactionId [KEY] | String | |
LinesLandedCostGroupId | String | |
LinesLotsAggregate | String | |
LinesProjectId | String | |
LinesPurchaseOrderId | String | |
LinesPurchaseOrderLineKeyLineSequenceNumber | Int | |
LinesPurchaseOrderLineKeyPurchaseTransactionId | String | |
LinesQuantityRejected | Decimal | |
LinesQuantityShipped | Decimal | |
LinesSerialsAggregate | String | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUofM | String | |
LinesVendorItemDescription | String | |
LinesVendorItemNumber | String | |
LinesWarehouseId | String | |
ModifiedDate | Datetime | |
PostedBy | String | |
PostedDate | Datetime | |
Reference | String | |
RemitToAddressId | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TotalLandedCostAmountCurrency | String | |
TotalLandedCostAmount | Decimal | |
TransactionState | String | |
UserDefinedAggregate | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
PurchaseReceiptBenutzerdefiniert
Gibt eine Liste zurück von: PurchaseReceiptUserDefined
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
Date | Datetime | |
DistributionsAggregate | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
GeneralLedgerPostingDate | Datetime | |
Id | String | |
LinesAggregate | String | |
ModifiedDate | Datetime | |
PostedBy | String | |
PostedDate | Datetime | |
Reference | String | |
RemitToAddressId | String | |
SubtotalCurrency | String | |
Subtotal | Decimal | |
TotalLandedCostAmountCurrency | String | |
TotalLandedCostAmount | Decimal | |
TransactionState | String | |
UserDefinedExtensionsExtensionAggregate | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedDate03 | Datetime | |
UserDefinedDate04 | Datetime | |
UserDefinedDate05 | Datetime | |
UserDefinedDate06 | Datetime | |
UserDefinedDate07 | Datetime | |
UserDefinedDate08 | Datetime | |
UserDefinedDate09 | Datetime | |
UserDefinedDate10 | Datetime | |
UserDefinedDate11 | Datetime | |
UserDefinedDate12 | Datetime | |
UserDefinedDate13 | Datetime | |
UserDefinedDate14 | Datetime | |
UserDefinedDate15 | Datetime | |
UserDefinedDate16 | Datetime | |
UserDefinedDate17 | Datetime | |
UserDefinedDate18 | Datetime | |
UserDefinedDate19 | Datetime | |
UserDefinedDate20 | Datetime | |
UserDefinedKeyPurchaseTransactionId [KEY] | String | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedList04 | String | |
UserDefinedList05 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
UserDefinedText06 | String | |
UserDefinedText07 | String | |
UserDefinedText08 | String | |
UserDefinedText09 | String | |
UserDefinedText10 | String | |
VendorDocumentNumber | String | |
VendorId | String | |
VendorName | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenDebitMemoProvisionen
Gibt eine Liste zurück von: ForderungenDebitMemoProvisionen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressKeyCustomerId | String | |
AddressId | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CorporateAccountId | String | |
CostAmountCurrency | String | |
CostAmount | Decimal | |
CurrencyKeyISOCode | String | |
CurrentDocumentAmountCurrency | String | |
CurrentDocumentAmount | Decimal | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
Description | String | |
DistributionsAggregate | String | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxScheduleId | String | |
GeneralLedgerPostingDate | Datetime | |
InvoicePaidOffDate | Datetime | |
IsDeleted | Bool | |
IsDirectDebitDocument | Bool | |
IsElectronic | Bool | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxScheduleId | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PostedBy | String | |
PostedDate | Datetime | |
SalesAmountCurrency | String | |
SalesAmount | Decimal | |
SalesTaxScheduleId | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VoidDate | Datetime | |
GSTDiscountAmountCurrency | String | |
GSTDiscountAmount | Decimal | |
PaymentCashAmountCurrency | String | |
PaymentCashAmount | Decimal | |
PaymentCashBankAccountId | String | |
PaymentCashDate | Datetime | |
PaymentCashNumber | String | |
PaymentCheckAmountCurrency | String | |
PaymentCheckAmount | Decimal | |
PaymentCheckBankAccountId | String | |
PaymentCheckCheckNumber | String | |
PaymentCheckDate | Datetime | |
PaymentCheckNumber | String | |
PaymentPaymentCardAmountCurrency | String | |
PaymentPaymentCardAmount | Decimal | |
PaymentPaymentCardDate | Datetime | |
PaymentPaymentCardNumber | String | |
PaymentPaymentCardReceiptNumber | String | |
PaymentPaymentCardTypeId | String | |
PaymentPaymentCardBankAccountId | String | |
PaymentTermsId | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountAvailableTakenAmountCurrency | String | |
TermsDiscountAvailableTakenAmount | Decimal | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WriteoffAmountCurrency | String | |
WriteoffAmount | Decimal | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionsExtensionsExtensionAggregate | String | |
CommissionsCommissionAmountCurrency | String | |
CommissionsCommissionAmount | Decimal | |
CommissionsCommissionPercent | Decimal | |
CommissionsKeyReceivablesDocumentId [KEY] | String | |
CommissionsKeySequenceNumber [KEY] | Int | |
CommissionsNoncommissionedAmountCurrency | String | |
CommissionsNoncommissionedAmount | Decimal | |
CommissionsPercentOfSale | Decimal | |
CommissionsSalesAmountCurrency | String | |
CommissionsSalesAmount | Decimal | |
CommissionsSalesTerritoryId | String | |
CommissionsSalespersonId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenDokument
Gibt eine Liste zurück von: ReceivablesDocument
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressKeyCustomerId | String | |
AddressId | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CorporateAccountId | String | |
CostAmountCurrency | String | |
CostAmount | Decimal | |
CurrencyKeyISOCode | String | |
CurrentDocumentAmountCurrency | String | |
CurrentDocumentAmount | Decimal | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
Description | String | |
DistributionsAggregate | String | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxScheduleId | String | |
GeneralLedgerPostingDate | Datetime | |
InvoicePaidOffDate | Datetime | |
IsDeleted | Bool | |
IsDirectDebitDocument | Bool | |
IsElectronic | Bool | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id [KEY] | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxScheduleId | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PostedBy | String | |
PostedDate | Datetime | |
SalesAmountCurrency | String | |
SalesAmount | Decimal | |
SalesTaxScheduleId | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VoidDate | Datetime |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenDokumentenverteilungen
Die DynamicsGP-Tabelle ReceivablesDocumentDistributions.
Spalten
Name | Typ | Beschreibung |
---|---|---|
DistributionsKeySequenceNumber [KEY] | Int32 | Die Spalte DistributionsKeySequenceNumber für die Tabelle ReceivablesDocumentDistributions. |
DistributionsKeyReceivablesDocumentId [KEY] | String | Die Spalte DistributionsKeyReceivablesDocumentId für die Tabelle ReceivablesDocumentDistributions. |
AddressKeyCustomerId | String | Die Spalte AddressKeyCustomerId für die Tabelle ReceivablesDocumentDistributions. |
AddressId | String | Die Spalte „AddressId“ für die Tabelle „ReceivablesDocumentDistributions“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „ReceivablesDocumentDistributions“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „ReceivablesDocumentDistributions“. |
BatchId | String | Die BatchId-Spalte für die Tabelle ReceivablesDocumentDistributions. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „ReceivablesDocumentDistributions“. |
CorporateAccountId | String | Die Spalte „CorporateAccountId“ für die Tabelle „ReceivablesDocumentDistributions“. |
CostAmountCurrency | String | Die Spalte CostAmountCurrency für die Tabelle ReceivablesDocumentDistributions. |
CostAmount | Decimal | Die Spalte CostAmount für die Tabelle ReceivablesDocumentDistributions. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle ReceivablesDocumentDistributions. |
CurrentDocumentAmountCurrency | String | Die Spalte CurrentDocumentAmountCurrency für die Tabelle ReceivablesDocumentDistributions. |
CurrentDocumentAmount | Decimal | Die Spalte „CurrentDocumentAmount“ für die Tabelle „ReceivablesDocumentDistributions“. |
CustomerId | String | Die Spalte „CustomerId“ für die Tabelle „ReceivablesDocumentDistributions“. |
CustomerName | String | Die Spalte „CustomerName“ für die Tabelle „ReceivablesDocumentDistributions“. |
CustomerPONumber | String | Die Spalte „CustomerPONumber“ für die Tabelle „ReceivablesDocumentDistributions“. |
Date | Datetime | Die Datumsspalte für die Tabelle „ReceivablesDocumentDistributions“. |
Description | String | Die Spalte „Beschreibung“ für die Tabelle „ReceivablesDocumentDistributions“. |
DistributionsIsPosted | Boolean | Die Spalte „DistributionsIsPosted“ für die Tabelle „ReceivablesDocumentDistributions“. |
DistributionsDistributionTypeId | Int32 | Die Spalte DistributionsDistributionTypeId für die Tabelle ReceivablesDocumentDistributions. |
DistributionsGLAccountId | String | Die Spalte DistributionsGLAccountId für die Tabelle ReceivablesDocumentDistributions. |
DistributionsGLAccountKeyIsEncrypted | Boolean | Die Spalte DistributionsGLAccountKeyIsEncrypted für die Tabelle ReceivablesDocumentDistributions. |
DistributionsReference | String | Die Spalte „DistributionsReference“ für die Tabelle „ReceivablesDocumentDistributions“. |
DistributionsExtensionsExtensionAggregate | String | Die Spalte DistributionsExtensionsExtensionAggregate für die Tabelle ReceivablesDocumentDistributions. |
DocumentAmountCurrency | String | Die Spalte „DocumentAmountCurrency“ für die Tabelle „ReceivablesDocumentDistributions“. |
DocumentAmount | Decimal | Die Spalte „DocumentAmount“ für die Tabelle „ReceivablesDocumentDistributions“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „ReceivablesDocumentDistributions“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „ReceivablesDocumentDistributions“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle ReceivablesDocumentDistributions. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „ReceivablesDocumentDistributions“. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle ReceivablesDocumentDistributions. |
GeneralLedgerPostingDate | Datetime | Die Spalte GeneralLedgerPostingDate für die Tabelle ReceivablesDocumentDistributions. |
InvoicePaidOffDate | Datetime | Die Spalte „InvoicePaidOffDate“ für die Tabelle „ReceivablesDocumentDistributions“. |
IsDeleted | Boolean | Die Spalte „IsDeleted“ für die Tabelle „ReceivablesDocumentDistributions“. |
IsDirectDebitDocument | Boolean | Die Spalte „IsDirectDebitDocument“ für die Tabelle „ReceivablesDocumentDistributions“. |
IsElectronic | Boolean | Die Spalte „IsElectronic“ für die Tabelle „ReceivablesDocumentDistributions“. |
IsIntrastatDocument | Boolean | Die Spalte „IsIntrastatDocument“ für die Tabelle „ReceivablesDocumentDistributions“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „ReceivablesDocumentDistributions“. |
Id | String | Die ID-Spalte für die Tabelle „ReceivablesDocumentDistributions“. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „ReceivablesDocumentDistributions“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „ReceivablesDocumentDistributions“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „ReceivablesDocumentDistributions“. |
ModifiedBy | String | Die Spalte „ModifiedBy“ für die Tabelle „ReceivablesDocumentDistributions“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „ReceivablesDocumentDistributions“. |
PostedBy | String | Die Spalte „PostedBy“ für die Tabelle „ReceivablesDocumentDistributions“. |
PostedDate | Datetime | Die Spalte „PostedDate“ für die Tabelle „ReceivablesDocumentDistributions“. |
SalesAmountCurrency | String | Die Spalte „SalesAmountCurrency“ für die Tabelle „ReceivablesDocumentDistributions“. |
SalesAmount | Decimal | Die Spalte „SalesAmount“ für die Tabelle „ReceivablesDocumentDistributions“. |
SalesTaxScheduleId | String | Die Spalte „SalesTaxScheduleId“ für die Tabelle „ReceivablesDocumentDistributions“. |
SalesTerritoryId | String | Die Spalte „SalesTerritoryId“ für die Tabelle „ReceivablesDocumentDistributions“. |
SalespersonId | String | Die Spalte „SalespersonId“ für die Tabelle „ReceivablesDocumentDistributions“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „ReceivablesDocumentDistributions“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle ReceivablesDocumentDistributions. |
TaxAmount | Decimal | Die Spalte „TaxAmount“ für die Tabelle „ReceivablesDocumentDistributions“. |
TaxScheduleId | String | Die Spalte „TaxScheduleId“ für die Tabelle „ReceivablesDocumentDistributions“. |
TaxesReceivablesTaxAggregate | String | Die Spalte „TaxesReceivablesTaxAggregate“ für die Tabelle „ReceivablesDocumentDistributions“. |
TradeDiscountAmountCurrency | String | Die Spalte TradeDiscountAmountCurrency für die Tabelle ReceivablesDocumentDistributions. |
TradeDiscountAmount | Decimal | Die Spalte „TradeDiscountAmount“ für die Tabelle „ReceivablesDocumentDistributions“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „ReceivablesDocumentDistributions“. |
Type | String | Die Spalte „Typ“ für die Tabelle „ReceivablesDocumentDistributions“. |
VoidDate | Datetime | Die Spalte VoidDate für die Tabelle ReceivablesDocumentDistributions. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „ReceivablesDocumentDistributions“. |
ForderungenDokumentSteuern
Die DynamicsGP-Tabelle ReceivablesDocumentTaxes.
Spalten
Name | Typ | Beschreibung |
---|---|---|
TaxesKeyTaxDetailId [KEY] | String | Die Spalte TaxesKeyTaxDetailId für die Tabelle ReceivablesDocumentTaxes. |
TaxesKeyReceivablesDocumentId [KEY] | String | Die Spalte TaxesKeyReceivablesDocumentId für die Tabelle ReceivablesDocumentTaxes. |
AddressKeyCustomerId | String | Die Spalte AddressKeyCustomerId für die Tabelle ReceivablesDocumentTaxes. |
AddressId | String | Die Spalte „AddressId“ für die Tabelle „ReceivablesDocumentTaxes“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „ReceivablesDocumentTaxes“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „ReceivablesDocumentTaxes“. |
BatchId | String | Die BatchId-Spalte für die Tabelle ReceivablesDocumentTaxes. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „ReceivablesDocumentTaxes“. |
CorporateAccountId | String | Die Spalte „CorporateAccountId“ für die Tabelle „ReceivablesDocumentTaxes“. |
CostAmountCurrency | String | Die Spalte CostAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
CostAmount | Decimal | Die Spalte CostAmount für die Tabelle ReceivablesDocumentTaxes. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle ReceivablesDocumentTaxes. |
CurrentDocumentAmountCurrency | String | Die Spalte CurrentDocumentAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
CurrentDocumentAmount | Decimal | Die Spalte „CurrentDocumentAmount“ für die Tabelle „ReceivablesDocumentTaxes“. |
CustomerId | String | Die Spalte „CustomerId“ für die Tabelle „ReceivablesDocumentTaxes“. |
CustomerName | String | Die Spalte „CustomerName“ für die Tabelle „ReceivablesDocumentTaxes“. |
CustomerPONumber | String | Die Spalte „CustomerPONumber“ für die Tabelle „ReceivablesDocumentTaxes“. |
Date | Datetime | Die Datumsspalte für die Tabelle „ReceivablesDocumentTaxes“. |
Description | String | Die Spalte „Beschreibung“ für die Tabelle „ReceivablesDocumentTaxes“. |
DistributionsReceivablesDistributionAggregate | String | Die Spalte DistributionsReceivablesDistributionAggregate für die Tabelle ReceivablesDocumentTaxes. |
DocumentAmountCurrency | String | Die Spalte „DocumentAmountCurrency“ für die Tabelle „ReceivablesDocumentTaxes“. |
DocumentAmount | Decimal | Die Spalte „DocumentAmount“ für die Tabelle „ReceivablesDocumentTaxes“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „ReceivablesDocumentTaxes“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „ReceivablesDocumentTaxes“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „ReceivablesDocumentTaxes“. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle ReceivablesDocumentTaxes. |
GeneralLedgerPostingDate | Datetime | Die Spalte GeneralLedgerPostingDate für die Tabelle ReceivablesDocumentTaxes. |
InvoicePaidOffDate | Datetime | Die Spalte „InvoicePaidOffDate“ für die Tabelle „ReceivablesDocumentTaxes“. |
IsDeleted | Boolean | Die Spalte „IsDeleted“ für die Tabelle „ReceivablesDocumentTaxes“. |
IsDirectDebitDocument | Boolean | Die Spalte „IsDirectDebitDocument“ für die Tabelle „ReceivablesDocumentTaxes“. |
IsElectronic | Boolean | Die Spalte „IsElectronic“ für die Tabelle „ReceivablesDocumentTaxes“. |
IsIntrastatDocument | Boolean | Die Spalte „IsIntrastatDocument“ für die Tabelle „ReceivablesDocumentTaxes“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „ReceivablesDocumentTaxes“. |
Id | String | Die ID-Spalte für die Tabelle „ReceivablesDocumentTaxes“. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „ReceivablesDocumentTaxes“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „ReceivablesDocumentTaxes“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „ReceivablesDocumentTaxes“. |
ModifiedBy | String | Die Spalte „ModifiedBy“ für die Tabelle „ReceivablesDocumentTaxes“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „ReceivablesDocumentTaxes“. |
PostedBy | String | Die Spalte „PostedBy“ für die Tabelle „ReceivablesDocumentTaxes“. |
PostedDate | Datetime | Die Spalte „PostedDate“ für die Tabelle „ReceivablesDocumentTaxes“. |
SalesAmountCurrency | String | Die Spalte „SalesAmountCurrency“ für die Tabelle „ReceivablesDocumentTaxes“. |
SalesAmount | Decimal | Die Spalte „SalesAmount“ für die Tabelle „ReceivablesDocumentTaxes“. |
SalesTaxScheduleId | String | Die Spalte „SalesTaxScheduleId“ für die Tabelle „ReceivablesDocumentTaxes“. |
SalesTerritoryId | String | Die Spalte „SalesTerritoryId“ für die Tabelle „ReceivablesDocumentTaxes“. |
SalespersonId | String | Die Spalte „SalespersonId“ für die Tabelle „ReceivablesDocumentTaxes“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „ReceivablesDocumentTaxes“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
TaxAmount | Decimal | Die Spalte TaxAmount für die Tabelle ReceivablesDocumentTaxes. |
TaxScheduleId | String | Die Spalte TaxScheduleId für die Tabelle ReceivablesDocumentTaxes. |
TaxesFreightTaxAmountCurrency | String | Die Spalte TaxesFreightTaxAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
TaxesFreightTaxAmount | Decimal | Die Spalte TaxesFreightTaxAmount für die Tabelle ReceivablesDocumentTaxes. |
TaxesGLAccountId | String | Die Spalte TaxesGLAccountId für die Tabelle ReceivablesDocumentTaxes. |
TaxesGLAccountKeyIsEncrypted | Boolean | Die Spalte TaxesGLAccountKeyIsEncrypted für die Tabelle ReceivablesDocumentTaxes. |
TaxesMiscellaneousTaxAmountCurrency | String | Die Spalte TaxesMiscellaneousTaxAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
TaxesMiscellaneousTaxAmount | Decimal | Die Spalte „TaxesMiscellaneousTaxAmount“ für die Tabelle „ReceivablesDocumentTaxes“. |
TaxesSalesTaxAmountCurrency | String | Die Spalte TaxesSalesTaxAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
TaxesSalesTaxAmount | Decimal | Die Spalte TaxesSalesTaxAmount für die Tabelle ReceivablesDocumentTaxes. |
TaxesIsBackoutTax | Boolean | Die Spalte TaxesIsBackoutTax für die Tabelle ReceivablesDocumentTaxes. |
TaxesTaxAmountCurrency | String | Die Spalte TaxesTaxAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
TaxesTaxAmount | Decimal | Die Spalte TaxesTaxAmount für die Tabelle ReceivablesDocumentTaxes. |
TaxesTaxableAmountCurrency | String | Die Spalte TaxesTaxableAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
TaxesTaxableAmount | Decimal | Die Spalte „TaxesTaxableAmount“ für die Tabelle „ReceivablesDocumentTaxes“. |
TaxesTotalAmountCurrency | String | Die Spalte TaxesTotalAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
TaxesTotalAmount | Decimal | Die Spalte TaxesTotalAmount für die Tabelle ReceivablesDocumentTaxes. |
TaxesExtensionsExtensionAggregate | String | Die Spalte TaxesExtensionsExtensionAggregate für die Tabelle ReceivablesDocumentTaxes. |
TradeDiscountAmountCurrency | String | Die Spalte TradeDiscountAmountCurrency für die Tabelle ReceivablesDocumentTaxes. |
TradeDiscountAmount | Decimal | Die Spalte „TradeDiscountAmount“ für die Tabelle „ReceivablesDocumentTaxes“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „ReceivablesDocumentTaxes“. |
Type | String | Die Spalte „Typ“ für die Tabelle „ReceivablesDocumentTaxes“. |
VoidDate | Datetime | Die Spalte VoidDate für die Tabelle ReceivablesDocumentTaxes. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „ReceivablesDocumentTaxes“. |
ForderungenRechnungProvisionen
Liste zurückgeben von: ForderungenRechnungenProvisionen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressKeyCustomerId | String | |
AddressId | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CorporateAccountId | String | |
CostAmountCurrency | String | |
CostAmount | Decimal | |
CurrencyKeyISOCode | String | |
CurrentDocumentAmountCurrency | String | |
CurrentDocumentAmount | Decimal | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
Description | String | |
DistributionsAggregate | String | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxScheduleId | String | |
GeneralLedgerPostingDate | Datetime | |
InvoicePaidOffDate | Datetime | |
IsDeleted | Bool | |
IsDirectDebitDocument | Bool | |
IsElectronic | Bool | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxScheduleId | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PostedBy | String | |
PostedDate | Datetime | |
SalesAmountCurrency | String | |
SalesAmount | Decimal | |
SalesTaxScheduleId | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VoidDate | Datetime | |
GSTDiscountAmountCurrency | String | |
GSTDiscountAmount | Decimal | |
PaymentCashAmountCurrency | String | |
PaymentCashAmount | Decimal | |
PaymentCashBankAccountId | String | |
PaymentCashDate | Datetime | |
PaymentCashNumber | String | |
PaymentCheckAmountCurrency | String | |
PaymentCheckAmount | Decimal | |
PaymentCheckBankAccountId | String | |
PaymentCheckCheckNumber | String | |
PaymentCheckDate | Datetime | |
PaymentCheckNumber | String | |
PaymentPaymentCardAmountCurrency | String | |
PaymentPaymentCardAmount | Decimal | |
PaymentPaymentCardDate | Datetime | |
PaymentPaymentCardNumber | String | |
PaymentPaymentCardReceiptNumber | String | |
PaymentPaymentCardTypeId | String | |
PaymentPaymentCardBankAccountId | String | |
PaymentTermsId | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountAvailableTakenAmountCurrency | String | |
TermsDiscountAvailableTakenAmount | Decimal | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WriteoffAmountCurrency | String | |
WriteoffAmount | Decimal | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionsExtensionsExtensionAggregate | String | |
CommissionsCommissionAmountCurrency | String | |
CommissionsCommissionAmount | Decimal | |
CommissionsCommissionPercent | Decimal | |
CommissionsKeyReceivablesDocumentId [KEY] | String | |
CommissionsKeySequenceNumber [KEY] | Int | |
CommissionsNoncommissionedAmountCurrency | String | |
CommissionsNoncommissionedAmount | Decimal | |
CommissionsPercentOfSale | Decimal | |
CommissionsSalesAmountCurrency | String | |
CommissionsSalesAmount | Decimal | |
CommissionsSalesTerritoryId | String | |
CommissionsSalespersonId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenRückgabeProvisionen
Liste zurückgeben von: ForderungenRückgabeProvisionen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressKeyCustomerId | String | |
AddressId | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CorporateAccountId | String | |
CostAmountCurrency | String | |
CostAmount | Decimal | |
CurrencyKeyISOCode | String | |
CurrentDocumentAmountCurrency | String | |
CurrentDocumentAmount | Decimal | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
Description | String | |
DistributionsAggregate | String | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxScheduleId | String | |
GeneralLedgerPostingDate | Datetime | |
InvoicePaidOffDate | Datetime | |
IsDeleted | Bool | |
IsDirectDebitDocument | Bool | |
IsElectronic | Bool | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxScheduleId | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PostedBy | String | |
PostedDate | Datetime | |
SalesAmountCurrency | String | |
SalesAmount | Decimal | |
SalesTaxScheduleId | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VoidDate | Datetime | |
DiscountReturnedCurrency | String | |
DiscountReturned | Decimal | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionsExtensionsExtensionAggregate | String | |
CommissionsCommissionAmountCurrency | String | |
CommissionsCommissionAmount | Decimal | |
CommissionsCommissionPercent | Decimal | |
CommissionsKeyReceivablesDocumentId [KEY] | String | |
CommissionsKeySequenceNumber [KEY] | Int | |
CommissionsNoncommissionedAmountCurrency | String | |
CommissionsNoncommissionedAmount | Decimal | |
CommissionsPercentOfSale | Decimal | |
CommissionsSalesAmountCurrency | String | |
CommissionsSalesAmount | Decimal | |
CommissionsSalesTerritoryId | String | |
CommissionsSalespersonId | String | |
PaymentCashAmountCurrency | String | |
PaymentCashAmount | Decimal | |
PaymentCashBankAccountId | String | |
PaymentCashDate | Datetime | |
PaymentCashNumber | String | |
PaymentCheckAmountCurrency | String | |
PaymentCheckAmount | Decimal | |
PaymentCheckBankAccountId | String | |
PaymentCheckCheckNumber | String | |
PaymentCheckDate | Datetime | |
PaymentCheckNumber | String | |
PaymentPaymentCardAmountCurrency | String | |
PaymentPaymentCardAmount | Decimal | |
PaymentPaymentCardDate | Datetime | |
PaymentPaymentCardNumber | String | |
PaymentPaymentCardReceiptNumber | String | |
PaymentPaymentCardTypeId | String | |
PaymentPaymentCardBankAccountId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ForderungenServiceReparaturProvisionen
Liste zurückgeben von: ForderungenServiceReparaturProvisionen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressKeyCustomerId | String | |
AddressId | String | |
AuditTrailCode | String | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
CorporateAccountId | String | |
CostAmountCurrency | String | |
CostAmount | Decimal | |
CurrencyKeyISOCode | String | |
CurrentDocumentAmountCurrency | String | |
CurrentDocumentAmount | Decimal | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
Description | String | |
DistributionsAggregate | String | |
DocumentAmountCurrency | String | |
DocumentAmount | Decimal | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxScheduleId | String | |
GeneralLedgerPostingDate | Datetime | |
InvoicePaidOffDate | Datetime | |
IsDeleted | Bool | |
IsDirectDebitDocument | Bool | |
IsElectronic | Bool | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxScheduleId | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PostedBy | String | |
PostedDate | Datetime | |
SalesAmountCurrency | String | |
SalesAmount | Decimal | |
SalesTaxScheduleId | String | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TradeDiscountAmountCurrency | String | |
TradeDiscountAmount | Decimal | |
TransactionState | String | |
Type | String | |
VoidDate | Datetime | |
GSTDiscountAmountCurrency | String | |
GSTDiscountAmount | Decimal | |
PaymentCashAmountCurrency | String | |
PaymentCashAmount | Decimal | |
PaymentCashBankAccountId | String | |
PaymentCashDate | Datetime | |
PaymentCashNumber | String | |
PaymentCheckAmountCurrency | String | |
PaymentCheckAmount | Decimal | |
PaymentCheckBankAccountId | String | |
PaymentCheckCheckNumber | String | |
PaymentCheckDate | Datetime | |
PaymentCheckNumber | String | |
PaymentPaymentCardAmountCurrency | String | |
PaymentPaymentCardAmount | Decimal | |
PaymentPaymentCardDate | Datetime | |
PaymentPaymentCardNumber | String | |
PaymentPaymentCardReceiptNumber | String | |
PaymentPaymentCardTypeId | String | |
PaymentPaymentCardBankAccountId | String | |
PaymentTermsId | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountAvailableTakenAmountCurrency | String | |
TermsDiscountAvailableTakenAmount | Decimal | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WriteoffAmountCurrency | String | |
WriteoffAmount | Decimal | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionsExtensionsExtensionAggregate | String | |
CommissionsCommissionAmountCurrency | String | |
CommissionsCommissionAmount | Decimal | |
CommissionsCommissionPercent | Decimal | |
CommissionsKeyReceivablesDocumentId [KEY] | String | |
CommissionsKeySequenceNumber [KEY] | Int | |
CommissionsNoncommissionedAmountCurrency | String | |
CommissionsNoncommissionedAmount | Decimal | |
CommissionsPercentOfSale | Decimal | |
CommissionsSalesAmountCurrency | String | |
CommissionsSalesAmount | Decimal | |
CommissionsSalesTerritoryId | String | |
CommissionsSalespersonId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
RückgabematerialAutorisierungsaudits
Gibt eine Liste zurück mit: ReturnMaterialAuthorizationAudits
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsExtensionsExtensionAggregate | String | |
AuditsCreatedBy | String | |
AuditsCreatedDateTime | Datetime | |
AuditsDescription | String | |
AuditsFromReturnStatusCodeId | String | |
AuditsKeySequenceNumber [KEY] | Int | |
AuditsKeyServiceLineKeyLineSequenceNumber [KEY] | Int | |
AuditsKeyServiceLineKeyServiceDocumentId [KEY] | String | |
AuditsLineSequenceNumber | Decimal | |
AuditsToReturnStatusCodeId | String | |
BillOfLading | String | |
ClosedDateTime | Datetime | |
CommitDateTime | Datetime | |
CreatedBy | String | |
IsFromServiceCall | Bool | |
IsReceived | Bool | |
LinesAggregate | String | |
OriginatingDocumentId | String | |
OriginatingDocumentType | String | |
ReasonCodeDescription | String | |
ReasonCodeId | String | |
ReturnDateTime | Datetime | |
ReturnStatus | String | |
ReturnStatusCodeId | String | |
ReturnToAddressExtensionsExtensionAggregate | String | |
ReturnToAddressCity | String | |
ReturnToAddressLine1 | String | |
ReturnToAddressLine2 | String | |
ReturnToAddressLine3 | String | |
ReturnToAddressPostalCode | String | |
ReturnToAddressState | String | |
ReturnToAddressCountryRegion | String | |
ReturnToAddressName | String | |
ReturnTypeId | String | |
ReturnWarehouseId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShippingMethodId | String | |
Type | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Rückgabematerial-Berechtigungszeilen
Gibt eine Liste zurück mit: ReturnMaterialAuthorizationLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
BillOfLading | String | |
ClosedDateTime | Datetime | |
CommitDateTime | Datetime | |
CreatedBy | String | |
IsFromServiceCall | Bool | |
IsReceived | Bool | |
LinesExtensionsExtensionAggregate | String | |
LinesBillOfLading | String | |
LinesClosedDateTime | Datetime | |
LinesCommitDateTime | Datetime | |
LinesCreatedBy | String | |
LinesCustomerName | String | |
LinesCustomerPONumber | String | |
LinesDistributionsAggregate | String | |
LinesEntryDateTime | Datetime | |
LinesEquipmentLineSequenceNumber | Int | |
LinesEstimatedArrivalDateTime | Datetime | |
LinesFrontOfficeIntegrationId | String | |
LinesIsClosed | Bool | |
LinesIsCustomerOwned | Bool | |
LinesIsFactorySealed | Bool | |
LinesIsFromServiceCall | Bool | |
LinesIsReadyToClose | Bool | |
LinesIsReceived | Bool | |
LinesIsTravelerPrinted | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeyServiceDocumentId [KEY] | String | |
LinesLotsAggregate | String | |
LinesNote | String | |
LinesOfficeId | String | |
LinesOriginatingDocumentId | String | |
LinesPromiseDateTime | Datetime | |
LinesQuantity | Decimal | |
LinesReasonCodeDescription | String | |
LinesReasonCodeId | String | |
LinesReference | String | |
LinesRepairCostCurrency | String | |
LinesRepairCost | Decimal | |
LinesRepairDocumentId | String | |
LinesRepairFlatRatePriceCurrency | String | |
LinesRepairFlatRatePrice | Decimal | |
LinesRepairInvoiceItemId | String | |
LinesRepairNotToExceedPriceCurrency | String | |
LinesRepairNotToExceedPrice | Decimal | |
LinesRepairPriceCurrency | String | |
LinesRepairPrice | Decimal | |
LinesReplacementItemId | String | |
LinesReplacementPriceLevelId | String | |
LinesReplacementQuantity | Decimal | |
LinesReplacementUnitCostCurrency | String | |
LinesReplacementUnitCost | Decimal | |
LinesReplacementUnitPriceCurrency | String | |
LinesReplacementUnitPrice | Decimal | |
LinesReplacementUofM | String | |
LinesReplacementWarehouseId | String | |
LinesReturnDateTime | Datetime | |
LinesReturnStatus | String | |
LinesReturnStatusCodeId | String | |
LinesReturnToAddressExtensionsExtensionAggregate | String | |
LinesReturnToAddressCity | String | |
LinesReturnToAddressLine1 | String | |
LinesReturnToAddressLine2 | String | |
LinesReturnToAddressLine3 | String | |
LinesReturnToAddressPostalCode | String | |
LinesReturnToAddressState | String | |
LinesReturnToAddressCountryRegion | String | |
LinesReturnToAddressName | String | |
LinesReturnTypeId | String | |
LinesReturnWarehouseId | String | |
LinesReturnedItemDescription | String | |
LinesReturnedItemId | String | |
LinesReturnedPriceLevelId | String | |
LinesReturnedQuantity | Decimal | |
LinesReturnedTotalAmountCurrency | String | |
LinesReturnedTotalAmount | Decimal | |
LinesReturnedTotalCostCurrency | String | |
LinesReturnedTotalCost | Decimal | |
LinesReturnedUnitCostCurrency | String | |
LinesReturnedUnitCost | Decimal | |
LinesReturnedUnitPriceCurrency | String | |
LinesReturnedUnitPrice | Decimal | |
LinesReturnedUofM | String | |
LinesReturnedWarehouseId | String | |
LinesSalesInvoiceComponentSequenceNumber | Int | |
LinesSalesInvoiceLineKeyLineSequenceNumber | Int | |
LinesSalesInvoiceLineKeySalesDocumentId | String | |
LinesSalesOrderLineKeyLineSequenceNumber | Int | |
LinesSalesOrderLineKeySalesDocumentId | String | |
LinesSalesReturnLineKeyLineSequenceNumber | Int | |
LinesSalesReturnLineKeySalesDocumentId | String | |
LinesSerialsAggregate | String | |
LinesServiceLineKeyLineSequenceNumber | Int | |
LinesServiceLineKeyServiceDocumentId | String | |
LinesShipToAddressExtensionsExtensionAggregate | String | |
LinesShipToAddressCity | String | |
LinesShipToAddressLine1 | String | |
LinesShipToAddressLine2 | String | |
LinesShipToAddressLine3 | String | |
LinesShipToAddressPostalCode | String | |
LinesShipToAddressState | String | |
LinesShipToAddressCountryRegion | String | |
LinesShipToAddressContactPerson | String | |
LinesShipToAddressId | String | |
LinesShippingMethodId | String | |
LinesTotalAmountCurrency | String | |
LinesTotalAmount | Decimal | |
LinesTotalCostCurrency | String | |
LinesTotalCost | Decimal | |
LinesTransferDocumentLineKeyLineSequenceNumber | Int | |
LinesTransferDocumentLineKeyServiceDocumentId | String | |
LinesTransferStatus | String | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUnitPriceCurrency | String | |
LinesUnitPrice | Decimal | |
LinesUofM | String | |
LinesUserDefined01 | String | |
LinesUserDefined02 | String | |
LinesUserDefined03 | String | |
LinesUserDefined04 | String | |
LinesUserDefined05 | String | |
OriginatingDocumentId | String | |
OriginatingDocumentType | String | |
ReasonCodeDescription | String | |
ReasonCodeId | String | |
ReturnDateTime | Datetime | |
ReturnStatus | String | |
ReturnStatusCodeId | String | |
ReturnToAddressExtensionsExtensionAggregate | String | |
ReturnToAddressCity | String | |
ReturnToAddressLine1 | String | |
ReturnToAddressLine2 | String | |
ReturnToAddressLine3 | String | |
ReturnToAddressPostalCode | String | |
ReturnToAddressState | String | |
ReturnToAddressCountryRegion | String | |
ReturnToAddressName | String | |
ReturnTypeId | String | |
ReturnWarehouseId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShippingMethodId | String | |
Type | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufRückstandZeilen
Gibt eine Liste zurück mit: SalesBackorderLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
LinesExtensionsExtensionAggregate | String | |
LinesComment | String | |
LinesCommentId | String | |
LinesCostOfSalesGLAccountId | String | |
LinesCostOfSalesGLAccountKeyIsEncrypted | Bool | |
LinesDamagedGLAccountId | String | |
LinesDamagedGLAccountKeyIsEncrypted | Bool | |
LinesDeleteOnUpdate | Bool | |
LinesDiscountItem | String | |
LinesDiscountGLAccountId | String | |
LinesDiscountGLAccountKeyIsEncrypted | Bool | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesFrontOfficeIntegrationId | String | |
LinesInServiceGLAccountId | String | |
LinesInServiceGLAccountKeyIsEncrypted | Bool | |
LinesInUseGLAccountId | String | |
LinesInUseGLAccountKeyIsEncrypted | Bool | |
LinesIntegrationId | String | |
LinesIntegrationSource | Int | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountKeyIsEncrypted | Bool | |
LinesIsDropShip | Bool | |
LinesIsNonInventory | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesItemTaxScheduleId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeySalesDocumentId [KEY] | String | |
LinesPriceLevelId | String | |
LinesQuantity | Decimal | |
LinesRequestedShipDate | Datetime | |
LinesReturnsGLAccountId | String | |
LinesReturnsGLAccountKeyIsEncrypted | Bool | |
LinesSalesGLAccountId | String | |
LinesSalesGLAccountKeyIsEncrypted | Bool | |
LinesSalesTerritoryId | String | |
LinesSalespersonId | String | |
LinesShipToAddressExtensionsExtensionAggregate | String | |
LinesShipToAddressCity | String | |
LinesShipToAddressLine1 | String | |
LinesShipToAddressLine2 | String | |
LinesShipToAddressLine3 | String | |
LinesShipToAddressPostalCode | String | |
LinesShipToAddressState | String | |
LinesShipToAddressCountryRegion | String | |
LinesShipToAddressFaxCountryCode | String | |
LinesShipToAddressFaxExtension | String | |
LinesShipToAddressFax | String | |
LinesShipToAddressPhone1CountryCode | String | |
LinesShipToAddressPhone1Extension | String | |
LinesShipToAddressPhone1 | String | |
LinesShipToAddressPhone2CountryCode | String | |
LinesShipToAddressPhone2Extension | String | |
LinesShipToAddressPhone2 | String | |
LinesShipToAddressPhone3CountryCode | String | |
LinesShipToAddressPhone3Extension | String | |
LinesShipToAddressPhone3 | String | |
LinesShipToAddressCountryRegionCodeId | String | |
LinesShipToAddressContactPerson | String | |
LinesShipToAddressName | String | |
LinesShipToAddressKeyCustomerId | String | |
LinesShipToAddressId | String | |
LinesShippingMethodId | String | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxScheduleId | String | |
LinesTaxesAggregate | String | |
LinesTotalAmountCurrency | String | |
LinesTotalAmount | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUnitPriceCurrency | String | |
LinesUnitPrice | Decimal | |
LinesUofM | String | |
LinesWarehouseId | String | |
LinesComponentsAggregate | String | |
LinesQuantityCanceled | Decimal | |
LinesQuantityToInvoice | Decimal | |
LinesQuantityToOrder | Decimal | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufNachbestellungZahlungen
Gibt eine Liste zurück mit: SalesBackorderPayments
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
LinesAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsExtensionsExtensionAggregate | String | |
PaymentsAuditTrailCode | String | |
PaymentsAuthorizationCode | String | |
PaymentsBankAccountId | String | |
PaymentsCheckNumber | String | |
PaymentsCurrencyKeyISOCode | String | |
PaymentsDate | Datetime | |
PaymentsDeleteOnUpdate | Bool | |
PaymentsExpirationDate | Datetime | |
PaymentsKeySalesDocumentId [KEY] | String | |
PaymentsKeySequenceNumber [KEY] | Int | |
PaymentsNumber | String | |
PaymentsPaymentAmountCurrency | String | |
PaymentsPaymentAmount | Decimal | |
PaymentsPaymentCardNumber | String | |
PaymentsPaymentCardTypeId | String | |
PaymentsType | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufsdokument
Gibt eine Liste zurück von: SalesDocument
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id [KEY] | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufDokumentProvisionen
Die DynamicsGP-Tabelle SalesDocumentCommissions.
Spalten
Name | Typ | Beschreibung |
---|---|---|
CommissionsKeySequenceNumber [KEY] | Int32 | Die Spalte CommissionsKeySequenceNumber für die Tabelle SalesDocumentCommissions. |
CommissionsKeySalesDocumentId [KEY] | String | Die Spalte CommissionsKeySalesDocumentId für die Tabelle SalesDocumentCommissions. |
ActualShipDate | Datetime | Die Spalte „ActualShipDate“ für die Tabelle „SalesDocumentCommissions“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „SalesDocumentCommissions“. |
BackorderDate | Datetime | Die Spalte „BackorderDate“ für die Tabelle „SalesDocumentCommissions“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „SalesDocumentCommissions“. |
BatchId | String | Die BatchId-Spalte für die Tabelle SalesDocumentCommissions. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „SalesDocumentCommissions“. |
BillToAddressKeyCustomerId | String | Die Spalte „BillToAddressKeyCustomerId“ für die Tabelle „SalesDocumentCommissions“. |
BillToAddressId | String | Die Spalte „BillToAddressId“ für die Tabelle „SalesDocumentCommissions“. |
Comment | String | Die Kommentarspalte für die Tabelle SalesDocumentCommissions. |
CommentId | String | Die CommentId-Spalte für die Tabelle SalesDocumentCommissions. |
CommissionAmountCurrency | String | Die Spalte CommissionAmountCurrency für die Tabelle SalesDocumentCommissions. |
CommissionAmount | Decimal | Die Spalte „CommissionAmount“ für die Tabelle „SalesDocumentCommissions“. |
CommissionBasedOn | String | Die Spalte „CommissionBasedOn“ für die Tabelle „SalesDocumentCommissions“. |
CommissionSaleAmountCurrency | String | Die Spalte CommissionSaleAmountCurrency für die Tabelle SalesDocumentCommissions. |
CommissionSaleAmount | Decimal | Die Spalte CommissionSaleAmount für die Tabelle SalesDocumentCommissions. |
CommissionsCommissionAmountCurrency | String | Die Spalte CommissionsCommissionAmountCurrency für die Tabelle SalesDocumentCommissions. |
CommissionsCommissionAmount | Decimal | Die Spalte CommissionsCommissionAmount für die Tabelle SalesDocumentCommissions. |
CommissionsCommissionPercent | Decimal | Die Spalte CommissionsCommissionPercent für die Tabelle SalesDocumentCommissions. |
CommissionsCommissionSaleAmountCurrency | String | Die Spalte CommissionsCommissionSaleAmountCurrency für die Tabelle SalesDocumentCommissions. |
CommissionsCommissionSaleAmount | Decimal | Die Spalte CommissionsCommissionSaleAmount für die Tabelle SalesDocumentCommissions. |
CommissionsNoncommissionedAmountCurrency | String | Die Spalte CommissionsNoncommissionedAmountCurrency für die Tabelle SalesDocumentCommissions. |
CommissionsNoncommissionedAmount | Decimal | Die Spalte CommissionsNoncommissionedAmount für die Tabelle SalesDocumentCommissions. |
CommissionsPercentOfSale | Decimal | Die Spalte CommissionsPercentOfSale für die Tabelle SalesDocumentCommissions. |
CommissionsSalesAmountCurrency | String | Die Spalte CommissionsSalesAmountCurrency für die Tabelle SalesDocumentCommissions. |
CommissionsSalesAmount | Decimal | Die Spalte CommissionsSalesAmount für die Tabelle SalesDocumentCommissions. |
CommissionsSalesTerritoryId | String | Die Spalte CommissionsSalesTerritoryId für die Tabelle SalesDocumentCommissions. |
CommissionsSalespersonId | String | Die Spalte CommissionsSalespersonId für die Tabelle SalesDocumentCommissions. |
CommissionsExtensionsExtensionAggregate | String | Die Spalte CommissionsExtensionsExtensionAggregate für die Tabelle SalesDocumentCommissions. |
CreatedBy | String | Die Spalte „CreatedBy“ für die Tabelle „SalesDocumentCommissions“. |
CreatedDate | Datetime | Die Spalte „CreatedDate“ für die Tabelle „SalesDocumentCommissions“. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle SalesDocumentCommissions. |
CustomerId | String | Die Spalte „CustomerId“ für die Tabelle „SalesDocumentCommissions“. |
CustomerName | String | Die Spalte „CustomerName“ für die Tabelle „SalesDocumentCommissions“. |
CustomerPONumber | String | Die Spalte „CustomerPONumber“ für die Tabelle „SalesDocumentCommissions“. |
Date | Datetime | Die Datumsspalte für die Tabelle SalesDocumentCommissions. |
DiscountAmountCurrency | String | Die Spalte „DiscountAmountCurrency“ für die Tabelle „SalesDocumentCommissions“. |
DiscountAmount | Decimal | Die Spalte „DiscountAmount“ für die Tabelle „SalesDocumentCommissions“. |
DocumentTypeId | String | Die Spalte „DocumentTypeId“ für die Tabelle „SalesDocumentCommissions“. |
DocumentTypeKeyType | String | Die Spalte „DocumentTypeKeyType“ für die Tabelle „SalesDocumentCommissions“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „SalesDocumentCommissions“. |
ExchangeRate | Decimal | Die ExchangeRate-Spalte für die Tabelle SalesDocumentCommissions. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle SalesDocumentCommissions. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „SalesDocumentCommissions“. |
FreightTaxAmountCurrency | String | Die Spalte FreightTaxAmountCurrency für die Tabelle SalesDocumentCommissions. |
FreightTaxAmount | Decimal | Die Spalte FreightTaxAmount für die Tabelle SalesDocumentCommissions. |
FreightTaxBasis | String | Die Spalte FreightTaxBasis für die Tabelle SalesDocumentCommissions. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle SalesDocumentCommissions. |
FreightTaxesSalesDocumentTaxAggregate | String | Die Spalte FreightTaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentCommissions. |
FrontOfficeIntegrationId | String | Die Spalte „FrontOfficeIntegrationId“ für die Tabelle „SalesDocumentCommissions“. |
FulfillDate | Datetime | Die Spalte „FulfillDate“ für die Tabelle „SalesDocumentCommissions“. |
IntegrationId | String | Die Spalte „IntegrationId“ für die Tabelle „SalesDocumentCommissions“. |
IntegrationSource | Int32 | Die Spalte „IntegrationSource“ für die Tabelle „SalesDocumentCommissions“. |
InvoiceDate | Datetime | Die Spalte „InvoiceDate“ für die Tabelle „SalesDocumentCommissions“. |
IsIntrastatDocument | Boolean | Die Spalte „IsIntrastatDocument“ für die Tabelle „SalesDocumentCommissions“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „SalesDocumentCommissions“. |
Id | String | Die ID-Spalte für die Tabelle SalesDocumentCommissions. |
LastModifiedDate | Datetime | Die Spalte LastModifiedDate für die Tabelle SalesDocumentCommissions. |
LineTotalAmountCurrency | String | Die Spalte „LineTotalAmountCurrency“ für die Tabelle „SalesDocumentCommissions“. |
LineTotalAmount | Decimal | Die Spalte „LineTotalAmount“ für die Tabelle „SalesDocumentCommissions“. |
MasterNumber | Int32 | Die Spalte „MasterNumber“ für die Tabelle „SalesDocumentCommissions“. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „SalesDocumentCommissions“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „SalesDocumentCommissions“. |
MiscellaneousTaxAmountCurrency | String | Die Spalte „MiscellaneousTaxAmountCurrency“ für die Tabelle „SalesDocumentCommissions“. |
MiscellaneousTaxAmount | Decimal | Die Spalte „MiscellaneousTaxAmount“ für die Tabelle „SalesDocumentCommissions“. |
MiscellaneousTaxBasis | String | Die Spalte „MiscellaneousTaxBasis“ für die Tabelle „SalesDocumentCommissions“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „SalesDocumentCommissions“. |
MiscellaneousTaxesSalesDocumentTaxAggregate | String | Die Spalte „MiscellaneousTaxesSalesDocumentTaxAggregate“ für die Tabelle „SalesDocumentCommissions“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „SalesDocumentCommissions“. |
Note | String | Die Spalte „Notiz“ für die Tabelle „SalesDocumentCommissions“. |
OriginalSalesDocumentId | String | Die Spalte „OriginalSalesDocumentId“ für die Tabelle „SalesDocumentCommissions“. |
OriginalSalesDocumentType | String | Die Spalte „OriginalSalesDocumentType“ für die Tabelle „SalesDocumentCommissions“. |
PaymentTermsId | String | Die Spalte „PaymentTermsId“ für die Tabelle „SalesDocumentCommissions“. |
PriceLevelId | String | Die Spalte PriceLevelId für die Tabelle SalesDocumentCommissions. |
ProcessHoldsSalesProcessHoldAggregate | String | Die Spalte „ProcessHoldsSalesProcessHoldAggregate“ für die Tabelle „SalesDocumentCommissions“. |
QuoteDate | Datetime | Die Spalte „QuoteDate“ für die Tabelle „SalesDocumentCommissions“. |
Reference | String | Die Referenzspalte für die Tabelle SalesDocumentCommissions. |
RequestedShipDate | Datetime | Die Spalte RequestedShipDate für die Tabelle SalesDocumentCommissions. |
ReturnDate | Datetime | Die Spalte ReturnDate für die Tabelle SalesDocumentCommissions. |
SalesTerritoryId | String | Die Spalte „SalesTerritoryId“ für die Tabelle „SalesDocumentCommissions“. |
SalespersonId | String | Die Spalte „SalespersonId“ für die Tabelle „SalesDocumentCommissions“. |
ShipCompleteOnly | Boolean | Die Spalte „ShipCompleteOnly“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressExtensionsExtensionAggregate | String | Die Spalte „ShipToAddressExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressCity | String | Die Spalte „ShipToAddressCity“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressLine1 | String | Die Spalte „ShipToAddressLine1“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressLine2 | String | Die Spalte „ShipToAddressLine2“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressLine3 | String | Die Spalte „ShipToAddressLine3“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPostalCode | String | Die Spalte „ShipToAddressPostalCode“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressState | String | Die Spalte „ShipToAddressState“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressCountryRegion | String | Die Spalte „ShipToAddressCountryRegion“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressFaxCountryCode | String | Die Spalte „ShipToAddressFaxCountryCode“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressFaxExtension | String | Die Spalte „ShipToAddressFaxExtension“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressFax | String | Die Spalte „ShipToAddressFax“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPhone1CountryCode | String | Die Spalte „ShipToAddressPhone1CountryCode“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPhone1Extension | String | Die Spalte „ShipToAddressPhone1Extension“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPhone1 | String | Die Spalte „ShipToAddressPhone1“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPhone2CountryCode | String | Die Spalte „ShipToAddressPhone2CountryCode“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPhone2Extension | String | Die Spalte „ShipToAddressPhone2Extension“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPhone2 | String | Die Spalte „ShipToAddressPhone2“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPhone3CountryCode | String | Die Spalte ShipToAddressPhone3CountryCode für die Tabelle SalesDocumentCommissions. |
ShipToAddressPhone3Extension | String | Die Spalte „ShipToAddressPhone3Extension“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressPhone3 | String | Die Spalte „ShipToAddressPhone3“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressCountryRegionCodeId | String | Die Spalte „ShipToAddressCountryRegionCodeId“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressContactPerson | String | Die Spalte „ShipToAddressContactPerson“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressName | String | Die Spalte „ShipToAddressName“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressKeyCustomerId | String | Die Spalte „ShipToAddressKeyCustomerId“ für die Tabelle „SalesDocumentCommissions“. |
ShipToAddressId | String | Die Spalte „ShipToAddressId“ für die Tabelle „SalesDocumentCommissions“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „SalesDocumentCommissions“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle SalesDocumentCommissions. |
TaxAmount | Decimal | Die Spalte „TaxAmount“ für die Tabelle „SalesDocumentCommissions“. |
TaxExemptNumber1 | String | Die Spalte TaxExemptNumber1 für die Tabelle SalesDocumentCommissions. |
TaxExemptNumber2 | String | Die Spalte TaxExemptNumber2 für die Tabelle SalesDocumentCommissions. |
TaxRegistrationNumber | String | Die Spalte TaxRegistrationNumber für die Tabelle SalesDocumentCommissions. |
TaxScheduleId | String | Die Spalte TaxScheduleId für die Tabelle SalesDocumentCommissions. |
TaxesSalesDocumentTaxAggregate | String | Die Spalte TaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentCommissions. |
TotalAmountCurrency | String | Die Spalte TotalAmountCurrency für die Tabelle SalesDocumentCommissions. |
TotalAmount | Decimal | Die Spalte „TotalAmount“ für die Tabelle „SalesDocumentCommissions“. |
TrackingNumbersSalesTrackingNumberAggregate | String | Die Spalte „TrackingNumbersSalesTrackingNumberAggregate“ für die Tabelle „SalesDocumentCommissions“. |
TradeDiscountItem | String | Die Spalte „TradeDiscountItem“ für die Tabelle „SalesDocumentCommissions“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „SalesDocumentCommissions“. |
Type | String | Die Spalte „Typ“ für die Tabelle „SalesDocumentCommissions“. |
UPSZone | String | Die UPSZone-Spalte für die Tabelle SalesDocumentCommissions. |
UserDefinedDate01 | Datetime | Die Spalte UserDefinedDate01 für die Tabelle SalesDocumentCommissions. |
UserDefinedDate02 | Datetime | Die Spalte UserDefinedDate02 für die Tabelle SalesDocumentCommissions. |
UserDefinedList01 | String | Die Spalte UserDefinedList01 für die Tabelle SalesDocumentCommissions. |
UserDefinedList02 | String | Die Spalte UserDefinedList02 für die Tabelle SalesDocumentCommissions. |
UserDefinedList03 | String | Die Spalte UserDefinedList03 für die Tabelle SalesDocumentCommissions. |
UserDefinedText01 | String | Die Spalte UserDefinedText01 für die Tabelle SalesDocumentCommissions. |
UserDefinedText02 | String | Die Spalte UserDefinedText02 für die Tabelle SalesDocumentCommissions. |
UserDefinedText03 | String | Die Spalte UserDefinedText03 für die Tabelle SalesDocumentCommissions. |
UserDefinedText04 | String | Die Spalte UserDefinedText04 für die Tabelle SalesDocumentCommissions. |
UserDefinedText05 | String | Die Spalte UserDefinedText05 für die Tabelle SalesDocumentCommissions. |
WarehouseId | String | Die Spalte „WarehouseId“ für die Tabelle „SalesDocumentCommissions“. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentCommissions“. |
VerkaufDokumentFrachtSteuern
Die DynamicsGP-Tabelle SalesDocumentFreightTaxes.
Spalten
Name | Typ | Beschreibung |
---|---|---|
FreightTaxesKeyTaxDetailId [KEY] | String | Die Spalte FreightTaxesKeyTaxDetailId für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesKeySequenceNumber [KEY] | Int32 | Die Spalte FreightTaxesKeySequenceNumber für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesKeySalesDocumentId [KEY] | String | Die Spalte FreightTaxesKeySalesDocumentId für die Tabelle SalesDocumentFreightTaxes. |
ActualShipDate | Datetime | Die Spalte „ActualShipDate“ für die Tabelle „SalesDocumentFreightTaxes“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „SalesDocumentFreightTaxes“. |
BackorderDate | Datetime | Die Spalte „BackorderDate“ für die Tabelle „SalesDocumentFreightTaxes“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „SalesDocumentFreightTaxes“. |
BatchId | String | Die BatchId-Spalte für die Tabelle SalesDocumentFreightTaxes. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „SalesDocumentFreightTaxes“. |
BillToAddressKeyCustomerId | String | Die Spalte „BillToAddressKeyCustomerId“ für die Tabelle „SalesDocumentFreightTaxes“. |
BillToAddressId | String | Die Spalte „BillToAddressId“ für die Tabelle „SalesDocumentFreightTaxes“. |
Comment | String | Die Kommentarspalte für die Tabelle SalesDocumentFreightTaxes. |
CommentId | String | Die CommentId-Spalte für die Tabelle SalesDocumentFreightTaxes. |
CommissionAmountCurrency | String | Die Spalte CommissionAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
CommissionAmount | Decimal | Die Spalte CommissionAmount für die Tabelle SalesDocumentFreightTaxes. |
CommissionBasedOn | String | Die Spalte CommissionBasedOn für die Tabelle SalesDocumentFreightTaxes. |
CommissionSaleAmountCurrency | String | Die Spalte CommissionSaleAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
CommissionSaleAmount | Decimal | Die Spalte CommissionSaleAmount für die Tabelle SalesDocumentFreightTaxes. |
CommissionsSalesCommissionAggregate | String | Die Spalte CommissionsSalesCommissionAggregate für die Tabelle SalesDocumentFreightTaxes. |
CreatedBy | String | Die Spalte „CreatedBy“ für die Tabelle „SalesDocumentFreightTaxes“. |
CreatedDate | Datetime | Die Spalte „CreatedDate“ für die Tabelle „SalesDocumentFreightTaxes“. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle SalesDocumentFreightTaxes. |
CustomerId | String | Die Spalte „CustomerId“ für die Tabelle „SalesDocumentFreightTaxes“. |
CustomerName | String | Die Spalte „CustomerName“ für die Tabelle „SalesDocumentFreightTaxes“. |
CustomerPONumber | String | Die Spalte „CustomerPONumber“ für die Tabelle „SalesDocumentFreightTaxes“. |
Date | Datetime | Die Datumsspalte für die Tabelle SalesDocumentFreightTaxes. |
DiscountAmountCurrency | String | Die Spalte „DiscountAmountCurrency“ für die Tabelle „SalesDocumentFreightTaxes“. |
DiscountAmount | Decimal | Die Spalte „DiscountAmount“ für die Tabelle „SalesDocumentFreightTaxes“. |
DocumentTypeId | String | Die Spalte „DocumentTypeId“ für die Tabelle „SalesDocumentFreightTaxes“. |
DocumentTypeKeyType | String | Die Spalte „DocumentTypeKeyType“ für die Tabelle „SalesDocumentFreightTaxes“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „SalesDocumentFreightTaxes“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „SalesDocumentFreightTaxes“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „SalesDocumentFreightTaxes“. |
FreightTaxAmountCurrency | String | Die Spalte FreightTaxAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxAmount | Decimal | Die Spalte FreightTaxAmount für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxBasis | String | Die Spalte FreightTaxBasis für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesGLAccountId | String | Die Spalte FreightTaxesGLAccountId für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesGLAccountKeyIsEncrypted | Boolean | Die Spalte FreightTaxesGLAccountKeyIsEncrypted für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesIsTaxableTax | Boolean | Die Spalte „FreightTaxesIsTaxableTax“ für die Tabelle „SalesDocumentFreightTaxes“. |
FreightTaxesTotalTaxPotentialAmountCurrency | String | Die Spalte FreightTaxesTotalTaxPotentialAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesTotalTaxPotentialAmount | Decimal | Die Spalte FreightTaxesTotalTaxPotentialAmount für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesIsBackoutTax | Boolean | Die Spalte FreightTaxesIsBackoutTax für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesTaxAmountCurrency | String | Die Spalte FreightTaxesTaxAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesTaxAmount | Decimal | Die Spalte FreightTaxesTaxAmount für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesTaxableAmountCurrency | String | Die Spalte FreightTaxesTaxableAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesTaxableAmount | Decimal | Die Spalte FreightTaxesTaxableAmount für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesTotalAmountCurrency | String | Die Spalte FreightTaxesTotalAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesTotalAmount | Decimal | Die Spalte FreightTaxesTotalAmount für die Tabelle SalesDocumentFreightTaxes. |
FreightTaxesExtensionsExtensionAggregate | String | Die Spalte FreightTaxesExtensionsExtensionAggregate für die Tabelle SalesDocumentFreightTaxes. |
FrontOfficeIntegrationId | String | Die Spalte „FrontOfficeIntegrationId“ für die Tabelle „SalesDocumentFreightTaxes“. |
FulfillDate | Datetime | Die Spalte „FulfillDate“ für die Tabelle „SalesDocumentFreightTaxes“. |
IntegrationId | String | Die Spalte „IntegrationId“ für die Tabelle „SalesDocumentFreightTaxes“. |
IntegrationSource | Int32 | Die Spalte „IntegrationSource“ für die Tabelle „SalesDocumentFreightTaxes“. |
InvoiceDate | Datetime | Die Spalte „InvoiceDate“ für die Tabelle „SalesDocumentFreightTaxes“. |
IsIntrastatDocument | Boolean | Die Spalte IsIntrastatDocument für die Tabelle SalesDocumentFreightTaxes. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „SalesDocumentFreightTaxes“. |
Id | String | Die ID-Spalte für die Tabelle SalesDocumentFreightTaxes. |
LastModifiedDate | Datetime | Die Spalte LastModifiedDate für die Tabelle SalesDocumentFreightTaxes. |
LineTotalAmountCurrency | String | Die Spalte „LineTotalAmountCurrency“ für die Tabelle „SalesDocumentFreightTaxes“. |
LineTotalAmount | Decimal | Die Spalte „LineTotalAmount“ für die Tabelle „SalesDocumentFreightTaxes“. |
MasterNumber | Int32 | Die Spalte „MasterNumber“ für die Tabelle „SalesDocumentFreightTaxes“. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „SalesDocumentFreightTaxes“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „SalesDocumentFreightTaxes“. |
MiscellaneousTaxAmountCurrency | String | Die Spalte „MiscellaneousTaxAmountCurrency“ für die Tabelle „SalesDocumentFreightTaxes“. |
MiscellaneousTaxAmount | Decimal | Die Spalte „MiscellaneousTaxAmount“ für die Tabelle „SalesDocumentFreightTaxes“. |
MiscellaneousTaxBasis | String | Die Spalte „MiscellaneousTaxBasis“ für die Tabelle „SalesDocumentFreightTaxes“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „SalesDocumentFreightTaxes“. |
MiscellaneousTaxesSalesDocumentTaxAggregate | String | Die Spalte „MiscellaneousTaxesSalesDocumentTaxAggregate“ für die Tabelle „SalesDocumentFreightTaxes“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „SalesDocumentFreightTaxes“. |
Note | String | Die Spalte „Notiz“ für die Tabelle „SalesDocumentFreightTaxes“. |
OriginalSalesDocumentId | String | Die Spalte OriginalSalesDocumentId für die Tabelle SalesDocumentFreightTaxes. |
OriginalSalesDocumentType | String | Die Spalte „OriginalSalesDocumentType“ für die Tabelle „SalesDocumentFreightTaxes“. |
PaymentTermsId | String | Die Spalte „PaymentTermsId“ für die Tabelle „SalesDocumentFreightTaxes“. |
PriceLevelId | String | Die Spalte PriceLevelId für die Tabelle SalesDocumentFreightTaxes. |
ProcessHoldsSalesProcessHoldAggregate | String | Die Spalte ProcessHoldsSalesProcessHoldAggregate für die Tabelle SalesDocumentFreightTaxes. |
QuoteDate | Datetime | Die Spalte „QuoteDate“ für die Tabelle „SalesDocumentFreightTaxes“. |
Reference | String | Die Referenzspalte für die Tabelle SalesDocumentFreightTaxes. |
RequestedShipDate | Datetime | Die Spalte RequestedShipDate für die Tabelle SalesDocumentFreightTaxes. |
ReturnDate | Datetime | Die Spalte ReturnDate für die Tabelle SalesDocumentFreightTaxes. |
SalesTerritoryId | String | Die Spalte „SalesTerritoryId“ für die Tabelle „SalesDocumentFreightTaxes“. |
SalespersonId | String | Die Spalte „SalespersonId“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipCompleteOnly | Boolean | Die Spalte „ShipCompleteOnly“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressExtensionsExtensionAggregate | String | Die Spalte „ShipToAddressExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressCity | String | Die Spalte „ShipToAddressCity“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressLine1 | String | Die Spalte „ShipToAddressLine1“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressLine2 | String | Die Spalte „ShipToAddressLine2“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressLine3 | String | Die Spalte „ShipToAddressLine3“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPostalCode | String | Die Spalte „ShipToAddressPostalCode“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressState | String | Die Spalte „ShipToAddressState“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressCountryRegion | String | Die Spalte „ShipToAddressCountryRegion“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressFaxCountryCode | String | Die Spalte „ShipToAddressFaxCountryCode“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressFaxExtension | String | Die Spalte „ShipToAddressFaxExtension“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressFax | String | Die Spalte „ShipToAddressFax“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone1CountryCode | String | Die Spalte „ShipToAddressPhone1CountryCode“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone1Extension | String | Die Spalte „ShipToAddressPhone1Extension“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone1 | String | Die Spalte „ShipToAddressPhone1“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone2CountryCode | String | Die Spalte „ShipToAddressPhone2CountryCode“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone2Extension | String | Die Spalte „ShipToAddressPhone2Extension“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone2 | String | Die Spalte „ShipToAddressPhone2“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone3CountryCode | String | Die Spalte „ShipToAddressPhone3CountryCode“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone3Extension | String | Die Spalte „ShipToAddressPhone3Extension“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressPhone3 | String | Die Spalte „ShipToAddressPhone3“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressCountryRegionCodeId | String | Die Spalte „ShipToAddressCountryRegionCodeId“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressContactPerson | String | Die Spalte „ShipToAddressContactPerson“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressName | String | Die Spalte „ShipToAddressName“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressKeyCustomerId | String | Die Spalte „ShipToAddressKeyCustomerId“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShipToAddressId | String | Die Spalte „ShipToAddressId“ für die Tabelle „SalesDocumentFreightTaxes“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „SalesDocumentFreightTaxes“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
TaxAmount | Decimal | Die Spalte TaxAmount für die Tabelle SalesDocumentFreightTaxes. |
TaxExemptNumber1 | String | Die Spalte TaxExemptNumber1 für die Tabelle SalesDocumentFreightTaxes. |
TaxExemptNumber2 | String | Die Spalte TaxExemptNumber2 für die Tabelle SalesDocumentFreightTaxes. |
TaxRegistrationNumber | String | Die Spalte TaxRegistrationNumber für die Tabelle SalesDocumentFreightTaxes. |
TaxScheduleId | String | Die Spalte TaxScheduleId für die Tabelle SalesDocumentFreightTaxes. |
TaxesSalesDocumentTaxAggregate | String | Die Spalte TaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentFreightTaxes. |
TotalAmountCurrency | String | Die Spalte TotalAmountCurrency für die Tabelle SalesDocumentFreightTaxes. |
TotalAmount | Decimal | Die Spalte „TotalAmount“ für die Tabelle „SalesDocumentFreightTaxes“. |
TrackingNumbersSalesTrackingNumberAggregate | String | Die Spalte „TrackingNumbersSalesTrackingNumberAggregate“ für die Tabelle „SalesDocumentFreightTaxes“. |
TradeDiscountItem | String | Die Spalte „TradeDiscountItem“ für die Tabelle „SalesDocumentFreightTaxes“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „SalesDocumentFreightTaxes“. |
Type | String | Die Spalte „Typ“ für die Tabelle „SalesDocumentFreightTaxes“. |
UPSZone | String | Die UPSZone-Spalte für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedDate01 | Datetime | Die Spalte UserDefinedDate01 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedDate02 | Datetime | Die Spalte UserDefinedDate02 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedList01 | String | Die Spalte UserDefinedList01 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedList02 | String | Die Spalte UserDefinedList02 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedList03 | String | Die Spalte UserDefinedList03 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedText01 | String | Die Spalte UserDefinedText01 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedText02 | String | Die Spalte UserDefinedText02 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedText03 | String | Die Spalte UserDefinedText03 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedText04 | String | Die Spalte UserDefinedText04 für die Tabelle SalesDocumentFreightTaxes. |
UserDefinedText05 | String | Die Spalte UserDefinedText05 für die Tabelle SalesDocumentFreightTaxes. |
WarehouseId | String | Die Spalte „WarehouseId“ für die Tabelle „SalesDocumentFreightTaxes“. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentFreightTaxes“. |
VerkaufsdokumenteSonstigesSteuern
Die DynamicsGP-Tabelle SalesDocumentMiscellaneousTaxes.
Spalten
Name | Typ | Beschreibung |
---|---|---|
MiscellaneousTaxesKeyTaxDetailId [KEY] | String | Die Spalte „MiscellaneousTaxesKeyTaxDetailId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesKeySequenceNumber [KEY] | Int32 | Die Spalte „MiscellaneousTaxesKeySequenceNumber“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesKeySalesDocumentId [KEY] | String | Die Spalte „MiscellaneousTaxesKeySalesDocumentId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ActualShipDate | Datetime | Die Spalte „ActualShipDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
BackorderDate | Datetime | Die Spalte „BackorderDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
BatchId | String | Die BatchId-Spalte für die Tabelle SalesDocumentMiscellaneousTaxes. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
BillToAddressKeyCustomerId | String | Die Spalte „BillToAddressKeyCustomerId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
BillToAddressId | String | Die Spalte „BillToAddressId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
Comment | String | Die Kommentarspalte für die Tabelle SalesDocumentMiscellaneousTaxes. |
CommentId | String | Die CommentId-Spalte für die Tabelle SalesDocumentMiscellaneousTaxes. |
CommissionAmountCurrency | String | Die Spalte CommissionAmountCurrency für die Tabelle SalesDocumentMiscellaneousTaxes. |
CommissionAmount | Decimal | Die Spalte CommissionAmount für die Tabelle SalesDocumentMiscellaneousTaxes. |
CommissionBasedOn | String | Die Spalte CommissionBasedOn für die Tabelle SalesDocumentMiscellaneousTaxes. |
CommissionSaleAmountCurrency | String | Die Spalte CommissionSaleAmountCurrency für die Tabelle SalesDocumentMiscellaneousTaxes. |
CommissionSaleAmount | Decimal | Die Spalte CommissionSaleAmount für die Tabelle SalesDocumentMiscellaneousTaxes. |
CommissionsSalesCommissionAggregate | String | Die Spalte CommissionsSalesCommissionAggregate für die Tabelle SalesDocumentMiscellaneousTaxes. |
CreatedBy | String | Die Spalte „CreatedBy“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
CreatedDate | Datetime | Die Spalte „CreatedDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle SalesDocumentMiscellaneousTaxes. |
CustomerId | String | Die Spalte „CustomerId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
CustomerName | String | Die Spalte „CustomerName“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
CustomerPONumber | String | Die Spalte „CustomerPONumber“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
Date | Datetime | Die Datumsspalte für die Tabelle SalesDocumentMiscellaneousTaxes. |
DiscountAmountCurrency | String | Die Spalte „DiscountAmountCurrency“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
DiscountAmount | Decimal | Die Spalte „DiscountAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
DocumentTypeId | String | Die Spalte „DocumentTypeId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
DocumentTypeKeyType | String | Die Spalte „DocumentTypeKeyType“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle SalesDocumentMiscellaneousTaxes. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
FreightTaxAmountCurrency | String | Die Spalte FreightTaxAmountCurrency für die Tabelle SalesDocumentMiscellaneousTaxes. |
FreightTaxAmount | Decimal | Die Spalte FreightTaxAmount für die Tabelle SalesDocumentMiscellaneousTaxes. |
FreightTaxBasis | String | Die Spalte FreightTaxBasis für die Tabelle SalesDocumentMiscellaneousTaxes. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle SalesDocumentMiscellaneousTaxes. |
FreightTaxesSalesDocumentTaxAggregate | String | Die Spalte FreightTaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentMiscellaneousTaxes. |
FrontOfficeIntegrationId | String | Die Spalte „FrontOfficeIntegrationId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
FulfillDate | Datetime | Die Spalte „FulfillDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
IntegrationId | String | Die Spalte „IntegrationId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
IntegrationSource | Int32 | Die Spalte „IntegrationSource“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
InvoiceDate | Datetime | Die Spalte „InvoiceDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
IsIntrastatDocument | Boolean | Die Spalte „IsIntrastatDocument“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
Id | String | Die ID-Spalte für die Tabelle SalesDocumentMiscellaneousTaxes. |
LastModifiedDate | Datetime | Die Spalte LastModifiedDate für die Tabelle SalesDocumentMiscellaneousTaxes. |
LineTotalAmountCurrency | String | Die Spalte „LineTotalAmountCurrency“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
LineTotalAmount | Decimal | Die Spalte „LineTotalAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MasterNumber | Int32 | Die Spalte „MasterNumber“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxAmountCurrency | String | Die Spalte „MiscellaneousTaxes“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxAmount | Decimal | Die Spalte „MiscellaneousTaxAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxBasis | String | Die Spalte „MiscellaneousTaxBasis“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxes“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesGLAccountId | String | Die Spalte „MiscellaneousTaxesGLAccountId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesGLAccountKeyIsEncrypted | Boolean | Die Spalte „MiscellaneousTaxesGLAccountKeyIsEncrypted“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesIsTaxableTax | Boolean | Die Spalte „MiscellaneousTaxesIsTaxableTax“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesTotalTaxPotentialAmountCurrency | String | Die Spalte „MiscellaneousTaxesTotalTaxPotentialAmountCurrency“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesTotalTaxPotentialAmount | Decimal | Die Spalte „MiscellaneousTaxesTotalTaxPotentialAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesIsBackoutTax | Boolean | Die Spalte „MiscellaneousTaxesIsBackoutTax“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesTaxAmountCurrency | String | Die Spalte „MiscellaneousTaxesTaxAmountCurrency“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesTaxAmount | Decimal | Die Spalte „MiscellaneousTaxesTaxAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesTaxableAmountCurrency | String | Die Spalte „MiscellaneousTaxesTaxableAmountCurrency“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesTaxableAmount | Decimal | Die Spalte „MiscellaneousTaxesTaxableAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesTotalAmountCurrency | String | Die Spalte „MiscellaneousTaxesTotalAmountCurrency“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesTotalAmount | Decimal | Die Spalte „MiscellaneousTaxesTotalAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
MiscellaneousTaxesExtensionsExtensionAggregate | String | Die Spalte „MiscellaneousTaxesExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
Note | String | Die Spalte „Notiz“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
OriginalSalesDocumentId | String | Die Spalte OriginalSalesDocumentId für die Tabelle SalesDocumentMiscellaneousTaxes. |
OriginalSalesDocumentType | String | Die Spalte „OriginalSalesDocumentType“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
PaymentTermsId | String | Die Spalte „PaymentTermsId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
PriceLevelId | String | Die Spalte PriceLevelId für die Tabelle SalesDocumentMiscellaneousTaxes. |
ProcessHoldsSalesProcessHoldAggregate | String | Die Spalte „ProcessHoldsSalesProcessHoldAggregate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
QuoteDate | Datetime | Die Spalte „QuoteDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
Reference | String | Die Referenzspalte für die Tabelle SalesDocumentMiscellaneousTaxes. |
RequestedShipDate | Datetime | Die Spalte RequestedShipDate für die Tabelle SalesDocumentMiscellaneousTaxes. |
ReturnDate | Datetime | Die Spalte „ReturnDate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
SalesTerritoryId | String | Die Spalte „SalesTerritoryId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
SalespersonId | String | Die Spalte „SalespersonId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipCompleteOnly | Boolean | Die Spalte „ShipCompleteOnly“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressExtensionsExtensionAggregate | String | Die Spalte „ShipToAddressExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressCity | String | Die Spalte „ShipToAddressCity“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressLine1 | String | Die Spalte „ShipToAddressLine1“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressLine2 | String | Die Spalte „ShipToAddressLine2“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressLine3 | String | Die Spalte „ShipToAddressLine3“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPostalCode | String | Die Spalte „ShipToAddressPostalCode“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressState | String | Die Spalte „ShipToAddressState“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressCountryRegion | String | Die Spalte „ShipToAddressCountryRegion“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressFaxCountryCode | String | Die Spalte „ShipToAddressFaxCountryCode“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressFaxExtension | String | Die Spalte „ShipToAddressFaxExtension“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressFax | String | Die ShipToAddressFax-Spalte für die Tabelle SalesDocumentMiscellaneousTaxes. |
ShipToAddressPhone1CountryCode | String | Die Spalte „ShipToAddressPhone1CountryCode“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPhone1Extension | String | Die Spalte „ShipToAddressPhone1Extension“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPhone1 | String | Die Spalte „ShipToAddressPhone1“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPhone2CountryCode | String | Die Spalte „ShipToAddressPhone2CountryCode“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPhone2Extension | String | Die Spalte „ShipToAddressPhone2Extension“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPhone2 | String | Die Spalte „ShipToAddressPhone2“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPhone3CountryCode | String | Die Spalte „ShipToAddressPhone3CountryCode“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPhone3Extension | String | Die Spalte „ShipToAddressPhone3Extension“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressPhone3 | String | Die Spalte „ShipToAddressPhone3“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressCountryRegionCodeId | String | Die Spalte „ShipToAddressCountryRegionCodeId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressContactPerson | String | Die Spalte „ShipToAddressContactPerson“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressName | String | Die Spalte „ShipToAddressName“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShipToAddressKeyCustomerId | String | Die Spalte ShipToAddressKeyCustomerId für die Tabelle SalesDocumentMiscellaneousTaxes. |
ShipToAddressId | String | Die Spalte „ShipToAddressId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle SalesDocumentMiscellaneousTaxes. |
TaxAmount | Decimal | Die Spalte TaxAmount für die Tabelle SalesDocumentMiscellaneousTaxes. |
TaxExemptNumber1 | String | Die Spalte TaxExemptNumber1 für die Tabelle SalesDocumentMiscellaneousTaxes. |
TaxExemptNumber2 | String | Die Spalte TaxExemptNumber2 für die Tabelle SalesDocumentMiscellaneousTaxes. |
TaxRegistrationNumber | String | Die Spalte TaxRegistrationNumber für die Tabelle SalesDocumentMiscellaneousTaxes. |
TaxScheduleId | String | Die Spalte TaxScheduleId für die Tabelle SalesDocumentMiscellaneousTaxes. |
TaxesSalesDocumentTaxAggregate | String | Die Spalte TaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentMiscellaneousTaxes. |
TotalAmountCurrency | String | Die Spalte TotalAmountCurrency für die Tabelle SalesDocumentMiscellaneousTaxes. |
TotalAmount | Decimal | Die Spalte „TotalAmount“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
TrackingNumbersSalesTrackingNumberAggregate | String | Die Spalte „TrackingNumbersSalesTrackingNumberAggregate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
TradeDiscountItem | String | Die Spalte „TradeDiscountItem“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
Type | String | Die Spalte „Typ“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
UPSZone | String | Die UPSZone-Spalte für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedDate01 | Datetime | Die Spalte UserDefinedDate01 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedDate02 | Datetime | Die Spalte UserDefinedDate02 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedList01 | String | Die Spalte UserDefinedList01 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedList02 | String | Die Spalte UserDefinedList02 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedList03 | String | Die Spalte UserDefinedList03 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedText01 | String | Die Spalte UserDefinedText01 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedText02 | String | Die Spalte UserDefinedText02 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedText03 | String | Die Spalte UserDefinedText03 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedText04 | String | Die Spalte UserDefinedText04 für die Tabelle SalesDocumentMiscellaneousTaxes. |
UserDefinedText05 | String | Die Spalte UserDefinedText05 für die Tabelle SalesDocumentMiscellaneousTaxes. |
WarehouseId | String | Die Spalte „WarehouseId“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentMiscellaneousTaxes“. |
Verkaufsdokumentprozesssperren
Die DynamicsGP-Tabelle SalesDocumentProcessHolds.
Spalten
Name | Typ | Beschreibung |
---|---|---|
ProcessHoldsKeySalesProcessHoldSetupId [KEY] | String | Die Spalte ProcessHoldsKeySalesProcessHoldSetupId für die Tabelle SalesDocumentProcessHolds. |
ProcessHoldsKeySalesDocumentId [KEY] | String | Die Spalte ProcessHoldsKeySalesDocumentId für die Tabelle SalesDocumentProcessHolds. |
ActualShipDate | Datetime | Die Spalte „ActualShipDate“ für die Tabelle „SalesDocumentProcessHolds“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „SalesDocumentProcessHolds“. |
BackorderDate | Datetime | Die Spalte „BackorderDate“ für die Tabelle „SalesDocumentProcessHolds“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „SalesDocumentProcessHolds“. |
BatchId | String | Die BatchId-Spalte für die Tabelle SalesDocumentProcessHolds. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „SalesDocumentProcessHolds“. |
BillToAddressKeyCustomerId | String | Die Spalte „BillToAddressKeyCustomerId“ für die Tabelle „SalesDocumentProcessHolds“. |
BillToAddressId | String | Die Spalte „BillToAddressId“ für die Tabelle „SalesDocumentProcessHolds“. |
Comment | String | Die Kommentarspalte für die Tabelle SalesDocumentProcessHolds. |
CommentId | String | Die CommentId-Spalte für die Tabelle SalesDocumentProcessHolds. |
CommissionAmountCurrency | String | Die Spalte CommissionAmountCurrency für die Tabelle SalesDocumentProcessHolds. |
CommissionAmount | Decimal | Die Spalte „CommissionAmount“ für die Tabelle „SalesDocumentProcessHolds“. |
CommissionBasedOn | String | Die Spalte „CommissionBasedOn“ für die Tabelle „SalesDocumentProcessHolds“. |
CommissionSaleAmountCurrency | String | Die Spalte CommissionSaleAmountCurrency für die Tabelle SalesDocumentProcessHolds. |
CommissionSaleAmount | Decimal | Die Spalte CommissionSaleAmount für die Tabelle SalesDocumentProcessHolds. |
CommissionsSalesCommissionAggregate | String | Die Spalte „CommissionsSalesCommissionAggregate“ für die Tabelle „SalesDocumentProcessHolds“. |
CreatedBy | String | Die Spalte „CreatedBy“ für die Tabelle „SalesDocumentProcessHolds“. |
CreatedDate | Datetime | Die Spalte „CreatedDate“ für die Tabelle „SalesDocumentProcessHolds“. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle SalesDocumentProcessHolds. |
CustomerId | String | Die Spalte „CustomerId“ für die Tabelle „SalesDocumentProcessHolds“. |
CustomerName | String | Die Spalte „CustomerName“ für die Tabelle „SalesDocumentProcessHolds“. |
CustomerPONumber | String | Die Spalte „CustomerPONumber“ für die Tabelle „SalesDocumentProcessHolds“. |
Date | Datetime | Die Datumsspalte für die Tabelle SalesDocumentProcessHolds. |
DiscountAmountCurrency | String | Die Spalte „DiscountAmountCurrency“ für die Tabelle „SalesDocumentProcessHolds“. |
DiscountAmount | Decimal | Die Spalte „DiscountAmount“ für die Tabelle „SalesDocumentProcessHolds“. |
DocumentTypeId | String | Die Spalte „DocumentTypeId“ für die Tabelle „SalesDocumentProcessHolds“. |
DocumentTypeKeyType | String | Die Spalte „DocumentTypeKeyType“ für die Tabelle „SalesDocumentProcessHolds“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „SalesDocumentProcessHolds“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „SalesDocumentProcessHolds“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle SalesDocumentProcessHolds. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „SalesDocumentProcessHolds“. |
FreightTaxAmountCurrency | String | Die Spalte FreightTaxAmountCurrency für die Tabelle SalesDocumentProcessHolds. |
FreightTaxAmount | Decimal | Die Spalte FreightTaxAmount für die Tabelle SalesDocumentProcessHolds. |
FreightTaxBasis | String | Die Spalte FreightTaxBasis für die Tabelle SalesDocumentProcessHolds. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle SalesDocumentProcessHolds. |
FreightTaxesSalesDocumentTaxAggregate | String | Die Spalte FreightTaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentProcessHolds. |
FrontOfficeIntegrationId | String | Die Spalte „FrontOfficeIntegrationId“ für die Tabelle „SalesDocumentProcessHolds“. |
FulfillDate | Datetime | Die Spalte „FulfillDate“ für die Tabelle „SalesDocumentProcessHolds“. |
IntegrationId | String | Die Spalte „IntegrationId“ für die Tabelle „SalesDocumentProcessHolds“. |
IntegrationSource | Int32 | Die Spalte „IntegrationSource“ für die Tabelle „SalesDocumentProcessHolds“. |
InvoiceDate | Datetime | Die Spalte „InvoiceDate“ für die Tabelle „SalesDocumentProcessHolds“. |
IsIntrastatDocument | Boolean | Die Spalte „IsIntrastatDocument“ für die Tabelle „SalesDocumentProcessHolds“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „SalesDocumentProcessHolds“. |
Id | String | Die ID-Spalte für die Tabelle SalesDocumentProcessHolds. |
LastModifiedDate | Datetime | Die Spalte „LastModifiedDate“ für die Tabelle „SalesDocumentProcessHolds“. |
LineTotalAmountCurrency | String | Die Spalte „LineTotalAmountCurrency“ für die Tabelle „SalesDocumentProcessHolds“. |
LineTotalAmount | Decimal | Die Spalte „LineTotalAmount“ für die Tabelle „SalesDocumentProcessHolds“. |
MasterNumber | Int32 | Die Spalte „MasterNumber“ für die Tabelle „SalesDocumentProcessHolds“. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „SalesDocumentProcessHolds“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „SalesDocumentProcessHolds“. |
MiscellaneousTaxAmountCurrency | String | Die Spalte „MiscellaneousTaxAmountCurrency“ für die Tabelle „SalesDocumentProcessHolds“. |
MiscellaneousTaxAmount | Decimal | Die Spalte „MiscellaneousTaxAmount“ für die Tabelle „SalesDocumentProcessHolds“. |
MiscellaneousTaxBasis | String | Die Spalte „MiscellaneousTaxBasis“ für die Tabelle „SalesDocumentProcessHolds“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „SalesDocumentProcessHolds“. |
MiscellaneousTaxesSalesDocumentTaxAggregate | String | Die Spalte „MiscellaneousTaxesSalesDocumentTaxAggregate“ für die Tabelle „SalesDocumentProcessHolds“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „SalesDocumentProcessHolds“. |
Note | String | Die Spalte „Notiz“ für die Tabelle „SalesDocumentProcessHolds“. |
OriginalSalesDocumentId | String | Die Spalte „OriginalSalesDocumentId“ für die Tabelle „SalesDocumentProcessHolds“. |
OriginalSalesDocumentType | String | Die Spalte „OriginalSalesDocumentType“ für die Tabelle „SalesDocumentProcessHolds“. |
PaymentTermsId | String | Die Spalte „PaymentTermsId“ für die Tabelle „SalesDocumentProcessHolds“. |
PriceLevelId | String | Die Spalte „PriceLevelId“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsDeleteOnUpdate | Boolean | Die Spalte „ProcessHoldsDeleteOnUpdate“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsDescription | String | Die Spalte „ProcessHoldsDescription“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsHoldDateTime | Datetime | Die Spalte „ProcessHoldsHoldDateTime“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsIsDeleted | Boolean | Die Spalte „ProcessHoldsIsDeleted“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsIsFulfillHold | Boolean | Die Spalte „ProcessHoldsIsFulfillHold“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsIsPostHold | Boolean | Die Spalte „ProcessHoldsIsPostHold“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsIsPrintHold | Boolean | Die Spalte „ProcessHoldsIsPrintHold“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsIsTransferHold | Boolean | Die Spalte „ProcessHoldsIsTransferHold“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsPassword | String | Die Spalte „ProcessHoldsPassword“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsUser | String | Die Spalte „ProcessHoldsUser“ für die Tabelle „SalesDocumentProcessHolds“. |
ProcessHoldsExtensionsExtensionAggregate | String | Die Spalte „ProcessHoldsExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentProcessHolds“. |
QuoteDate | Datetime | Die Spalte „QuoteDate“ für die Tabelle „SalesDocumentProcessHolds“. |
Reference | String | Die Referenzspalte für die Tabelle SalesDocumentProcessHolds. |
RequestedShipDate | Datetime | Die Spalte „RequestedShipDate“ für die Tabelle „SalesDocumentProcessHolds“. |
ReturnDate | Datetime | Die Spalte „ReturnDate“ für die Tabelle „SalesDocumentProcessHolds“. |
SalesTerritoryId | String | Die Spalte „SalesTerritoryId“ für die Tabelle „SalesDocumentProcessHolds“. |
SalespersonId | String | Die Spalte „SalespersonId“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipCompleteOnly | Boolean | Die Spalte „ShipCompleteOnly“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressExtensionsExtensionAggregate | String | Die Spalte „ShipToAddressExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressCity | String | Die Spalte „ShipToAddressCity“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressLine1 | String | Die Spalte „ShipToAddressLine1“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressLine2 | String | Die Spalte „ShipToAddressLine2“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressLine3 | String | Die Spalte „ShipToAddressLine3“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPostalCode | String | Die Spalte „ShipToAddressPostalCode“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressState | String | Die Spalte „ShipToAddressState“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressCountryRegion | String | Die Spalte „ShipToAddressCountryRegion“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressFaxCountryCode | String | Die Spalte „ShipToAddressFaxCountryCode“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressFaxExtension | String | Die Spalte „ShipToAddressFaxExtension“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressFax | String | Die Spalte „ShipToAddressFax“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone1CountryCode | String | Die Spalte „ShipToAddressPhone1CountryCode“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone1Extension | String | Die Spalte „ShipToAddressPhone1Extension“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone1 | String | Die Spalte „ShipToAddressPhone1“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone2CountryCode | String | Die Spalte „ShipToAddressPhone2CountryCode“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone2Extension | String | Die Spalte „ShipToAddressPhone2Extension“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone2 | String | Die Spalte „ShipToAddressPhone2“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone3CountryCode | String | Die Spalte „ShipToAddressPhone3CountryCode“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone3Extension | String | Die Spalte „ShipToAddressPhone3Extension“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressPhone3 | String | Die Spalte „ShipToAddressPhone3“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressCountryRegionCodeId | String | Die Spalte „ShipToAddressCountryRegionCodeId“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressContactPerson | String | Die Spalte „ShipToAddressContactPerson“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressName | String | Die Spalte „ShipToAddressName“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressKeyCustomerId | String | Die Spalte „ShipToAddressKeyCustomerId“ für die Tabelle „SalesDocumentProcessHolds“. |
ShipToAddressId | String | Die Spalte „ShipToAddressId“ für die Tabelle „SalesDocumentProcessHolds“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „SalesDocumentProcessHolds“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle SalesDocumentProcessHolds. |
TaxAmount | Decimal | Die Spalte „TaxAmount“ für die Tabelle „SalesDocumentProcessHolds“. |
TaxExemptNumber1 | String | Die Spalte TaxExemptNumber1 für die Tabelle SalesDocumentProcessHolds. |
TaxExemptNumber2 | String | Die Spalte TaxExemptNumber2 für die Tabelle SalesDocumentProcessHolds. |
TaxRegistrationNumber | String | Die Spalte TaxRegistrationNumber für die Tabelle SalesDocumentProcessHolds. |
TaxScheduleId | String | Die Spalte TaxScheduleId für die Tabelle SalesDocumentProcessHolds. |
TaxesSalesDocumentTaxAggregate | String | Die Spalte TaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentProcessHolds. |
TotalAmountCurrency | String | Die Spalte TotalAmountCurrency für die Tabelle SalesDocumentProcessHolds. |
TotalAmount | Decimal | Die Spalte „TotalAmount“ für die Tabelle „SalesDocumentProcessHolds“. |
TrackingNumbersSalesTrackingNumberAggregate | String | Die Spalte „TrackingNumbersSalesTrackingNumberAggregate“ für die Tabelle „SalesDocumentProcessHolds“. |
TradeDiscountItem | String | Die Spalte „TradeDiscountItem“ für die Tabelle „SalesDocumentProcessHolds“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „SalesDocumentProcessHolds“. |
Type | String | Die Spalte „Typ“ für die Tabelle „SalesDocumentProcessHolds“. |
UPSZone | String | Die UPSZone-Spalte für die Tabelle SalesDocumentProcessHolds. |
UserDefinedDate01 | Datetime | Die Spalte UserDefinedDate01 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedDate02 | Datetime | Die Spalte UserDefinedDate02 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedList01 | String | Die Spalte UserDefinedList01 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedList02 | String | Die Spalte UserDefinedList02 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedList03 | String | Die Spalte UserDefinedList03 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedText01 | String | Die Spalte UserDefinedText01 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedText02 | String | Die Spalte UserDefinedText02 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedText03 | String | Die Spalte UserDefinedText03 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedText04 | String | Die Spalte UserDefinedText04 für die Tabelle SalesDocumentProcessHolds. |
UserDefinedText05 | String | Die Spalte UserDefinedText05 für die Tabelle SalesDocumentProcessHolds. |
WarehouseId | String | Die Spalte „WarehouseId“ für die Tabelle „SalesDocumentProcessHolds“. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentProcessHolds“. |
VerkaufDokumentSteuern
Die DynamicsGP-Tabelle SalesDocumentTaxes.
Spalten
Name | Typ | Beschreibung |
---|---|---|
TaxesKeyTaxDetailId [KEY] | String | Die Spalte TaxesKeyTaxDetailId für die Tabelle SalesDocumentTaxes. |
TaxesKeySequenceNumber [KEY] | Int32 | Die Spalte TaxesKeySequenceNumber für die Tabelle SalesDocumentTaxes. |
TaxesKeySalesDocumentId [KEY] | String | Die Spalte TaxesKeySalesDocumentId für die Tabelle SalesDocumentTaxes. |
ActualShipDate | Datetime | Die Spalte „ActualShipDate“ für die Tabelle „SalesDocumentTaxes“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „SalesDocumentTaxes“. |
BackorderDate | Datetime | Die Spalte „BackorderDate“ für die Tabelle „SalesDocumentTaxes“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „SalesDocumentTaxes“. |
BatchId | String | Die BatchId-Spalte für die Tabelle SalesDocumentTaxes. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „SalesDocumentTaxes“. |
BillToAddressKeyCustomerId | String | Die Spalte „BillToAddressKeyCustomerId“ für die Tabelle „SalesDocumentTaxes“. |
BillToAddressId | String | Die Spalte „BillToAddressId“ für die Tabelle „SalesDocumentTaxes“. |
Comment | String | Die Kommentarspalte für die Tabelle SalesDocumentTaxes. |
CommentId | String | Die CommentId-Spalte für die Tabelle SalesDocumentTaxes. |
CommissionAmountCurrency | String | Die Spalte CommissionAmountCurrency für die Tabelle SalesDocumentTaxes. |
CommissionAmount | Decimal | Die Spalte CommissionAmount für die Tabelle SalesDocumentTaxes. |
CommissionBasedOn | String | Die Spalte „CommissionBasedOn“ für die Tabelle „SalesDocumentTaxes“. |
CommissionSaleAmountCurrency | String | Die Spalte CommissionSaleAmountCurrency für die Tabelle SalesDocumentTaxes. |
CommissionSaleAmount | Decimal | Die Spalte CommissionSaleAmount für die Tabelle SalesDocumentTaxes. |
CommissionsSalesCommissionAggregate | String | Die Spalte CommissionsSalesCommissionAggregate für die Tabelle SalesDocumentTaxes. |
CreatedBy | String | Die Spalte „CreatedBy“ für die Tabelle „SalesDocumentTaxes“. |
CreatedDate | Datetime | Die Spalte „CreatedDate“ für die Tabelle „SalesDocumentTaxes“. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle SalesDocumentTaxes. |
CustomerId | String | Die Spalte „CustomerId“ für die Tabelle „SalesDocumentTaxes“. |
CustomerName | String | Die Spalte „CustomerName“ für die Tabelle „SalesDocumentTaxes“. |
CustomerPONumber | String | Die Spalte „CustomerPONumber“ für die Tabelle „SalesDocumentTaxes“. |
Date | Datetime | Die Datumsspalte für die Tabelle SalesDocumentTaxes. |
DiscountAmountCurrency | String | Die Spalte „DiscountAmountCurrency“ für die Tabelle „SalesDocumentTaxes“. |
DiscountAmount | Decimal | Die Spalte „DiscountAmount“ für die Tabelle „SalesDocumentTaxes“. |
DocumentTypeId | String | Die Spalte „DocumentTypeId“ für die Tabelle „SalesDocumentTaxes“. |
DocumentTypeKeyType | String | Die Spalte „DocumentTypeKeyType“ für die Tabelle „SalesDocumentTaxes“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „SalesDocumentTaxes“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „SalesDocumentTaxes“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle SalesDocumentTaxes. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „SalesDocumentTaxes“. |
FreightTaxAmountCurrency | String | Die Spalte FreightTaxAmountCurrency für die Tabelle SalesDocumentTaxes. |
FreightTaxAmount | Decimal | Die Spalte FreightTaxAmount für die Tabelle SalesDocumentTaxes. |
FreightTaxBasis | String | Die Spalte FreightTaxBasis für die Tabelle SalesDocumentTaxes. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle SalesDocumentTaxes. |
FreightTaxesSalesDocumentTaxAggregate | String | Die Spalte FreightTaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentTaxes. |
FrontOfficeIntegrationId | String | Die Spalte „FrontOfficeIntegrationId“ für die Tabelle „SalesDocumentTaxes“. |
FulfillDate | Datetime | Die Spalte „FulfillDate“ für die Tabelle „SalesDocumentTaxes“. |
IntegrationId | String | Die Spalte „IntegrationId“ für die Tabelle „SalesDocumentTaxes“. |
IntegrationSource | Int32 | Die Spalte „IntegrationSource“ für die Tabelle „SalesDocumentTaxes“. |
InvoiceDate | Datetime | Die Spalte „InvoiceDate“ für die Tabelle „SalesDocumentTaxes“. |
IsIntrastatDocument | Boolean | Die Spalte „IsIntrastatDocument“ für die Tabelle „SalesDocumentTaxes“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „SalesDocumentTaxes“. |
Id | String | Die ID-Spalte für die Tabelle SalesDocumentTaxes. |
LastModifiedDate | Datetime | Die Spalte LastModifiedDate für die Tabelle SalesDocumentTaxes. |
LineTotalAmountCurrency | String | Die Spalte „LineTotalAmountCurrency“ für die Tabelle „SalesDocumentTaxes“. |
LineTotalAmount | Decimal | Die Spalte „LineTotalAmount“ für die Tabelle „SalesDocumentTaxes“. |
MasterNumber | Int32 | Die Spalte „MasterNumber“ für die Tabelle „SalesDocumentTaxes“. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „SalesDocumentTaxes“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „SalesDocumentTaxes“. |
MiscellaneousTaxAmountCurrency | String | Die Spalte „MiscellaneousTaxAmountCurrency“ für die Tabelle „SalesDocumentTaxes“. |
MiscellaneousTaxAmount | Decimal | Die Spalte „MiscellaneousTaxAmount“ für die Tabelle „SalesDocumentTaxes“. |
MiscellaneousTaxBasis | String | Die Spalte „MiscellaneousTaxBasis“ für die Tabelle „SalesDocumentTaxes“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „SalesDocumentTaxes“. |
MiscellaneousTaxesSalesDocumentTaxAggregate | String | Die Spalte „MiscellaneousTaxesSalesDocumentTaxAggregate“ für die Tabelle „SalesDocumentTaxes“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „SalesDocumentTaxes“. |
Note | String | Die Spalte „Notiz“ für die Tabelle „SalesDocumentTaxes“. |
OriginalSalesDocumentId | String | Die Spalte OriginalSalesDocumentId für die Tabelle SalesDocumentTaxes. |
OriginalSalesDocumentType | String | Die Spalte „OriginalSalesDocumentType“ für die Tabelle „SalesDocumentTaxes“. |
PaymentTermsId | String | Die Spalte „PaymentTermsId“ für die Tabelle „SalesDocumentTaxes“. |
PriceLevelId | String | Die Spalte PriceLevelId für die Tabelle SalesDocumentTaxes. |
ProcessHoldsSalesProcessHoldAggregate | String | Die Spalte „ProcessHoldsSalesProcessHoldAggregate“ für die Tabelle „SalesDocumentTaxes“. |
QuoteDate | Datetime | Die Spalte „QuoteDate“ für die Tabelle „SalesDocumentTaxes“. |
Reference | String | Die Referenzspalte für die Tabelle SalesDocumentTaxes. |
RequestedShipDate | Datetime | Die Spalte RequestedShipDate für die Tabelle SalesDocumentTaxes. |
ReturnDate | Datetime | Die Spalte „ReturnDate“ für die Tabelle „SalesDocumentTaxes“. |
SalesTerritoryId | String | Die Spalte „SalesTerritoryId“ für die Tabelle „SalesDocumentTaxes“. |
SalespersonId | String | Die Spalte „SalespersonId“ für die Tabelle „SalesDocumentTaxes“. |
ShipCompleteOnly | Boolean | Die Spalte „ShipCompleteOnly“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressExtensionsExtensionAggregate | String | Die Spalte „ShipToAddressExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressCity | String | Die Spalte „ShipToAddressCity“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressLine1 | String | Die Spalte „ShipToAddressLine1“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressLine2 | String | Die Spalte „ShipToAddressLine2“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressLine3 | String | Die Spalte „ShipToAddressLine3“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPostalCode | String | Die Spalte „ShipToAddressPostalCode“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressState | String | Die Spalte „ShipToAddressState“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressCountryRegion | String | Die Spalte „ShipToAddressCountryRegion“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressFaxCountryCode | String | Die Spalte „ShipToAddressFaxCountryCode“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressFaxExtension | String | Die Spalte „ShipToAddressFaxExtension“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressFax | String | Die Spalte „ShipToAddressFax“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPhone1CountryCode | String | Die Spalte „ShipToAddressPhone1CountryCode“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPhone1Extension | String | Die Spalte „ShipToAddressPhone1Extension“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPhone1 | String | Die Spalte „ShipToAddressPhone1“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPhone2CountryCode | String | Die Spalte ShipToAddressPhone2CountryCode für die Tabelle SalesDocumentTaxes. |
ShipToAddressPhone2Extension | String | Die Spalte „ShipToAddressPhone2Extension“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPhone2 | String | Die Spalte „ShipToAddressPhone2“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPhone3CountryCode | String | Die Spalte „ShipToAddressPhone3CountryCode“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPhone3Extension | String | Die Spalte „ShipToAddressPhone3Extension“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressPhone3 | String | Die Spalte „ShipToAddressPhone3“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressCountryRegionCodeId | String | Die Spalte ShipToAddressCountryRegionCodeId für die Tabelle SalesDocumentTaxes. |
ShipToAddressContactPerson | String | Die Spalte „ShipToAddressContactPerson“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressName | String | Die Spalte „ShipToAddressName“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressKeyCustomerId | String | Die Spalte „ShipToAddressKeyCustomerId“ für die Tabelle „SalesDocumentTaxes“. |
ShipToAddressId | String | Die Spalte „ShipToAddressId“ für die Tabelle „SalesDocumentTaxes“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „SalesDocumentTaxes“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle SalesDocumentTaxes. |
TaxAmount | Decimal | Die Spalte TaxAmount für die Tabelle SalesDocumentTaxes. |
TaxExemptNumber1 | String | Die Spalte TaxExemptNumber1 für die Tabelle SalesDocumentTaxes. |
TaxExemptNumber2 | String | Die Spalte TaxExemptNumber2 für die Tabelle SalesDocumentTaxes. |
TaxRegistrationNumber | String | Die Spalte TaxRegistrationNumber für die Tabelle SalesDocumentTaxes. |
TaxScheduleId | String | Die Spalte TaxScheduleId für die Tabelle SalesDocumentTaxes. |
TaxesGLAccountId | String | Die Spalte TaxesGLAccountId für die Tabelle SalesDocumentTaxes. |
TaxesGLAccountKeyIsEncrypted | Boolean | Die Spalte TaxesGLAccountKeyIsEncrypted für die Tabelle SalesDocumentTaxes. |
TaxesIsTaxableTax | Boolean | Die Spalte TaxesIsTaxableTax für die Tabelle SalesDocumentTaxes. |
TaxesTotalTaxPotentialAmountCurrency | String | Die Spalte TaxesTotalTaxPotentialAmountCurrency für die Tabelle SalesDocumentTaxes. |
TaxesTotalTaxPotentialAmount | Decimal | Die Spalte TaxesTotalTaxPotentialAmount für die Tabelle SalesDocumentTaxes. |
TaxesIsBackoutTax | Boolean | Die Spalte TaxesIsBackoutTax für die Tabelle SalesDocumentTaxes. |
TaxesTaxAmountCurrency | String | Die Spalte TaxesTaxAmountCurrency für die Tabelle SalesDocumentTaxes. |
TaxesTaxAmount | Decimal | Die Spalte TaxesTaxAmount für die Tabelle SalesDocumentTaxes. |
TaxesTaxableAmountCurrency | String | Die Spalte TaxesTaxableAmountCurrency für die Tabelle SalesDocumentTaxes. |
TaxesTaxableAmount | Decimal | Die Spalte TaxesTaxableAmount für die Tabelle SalesDocumentTaxes. |
TaxesTotalAmountCurrency | String | Die Spalte TaxesTotalAmountCurrency für die Tabelle SalesDocumentTaxes. |
TaxesTotalAmount | Decimal | Die Spalte TaxesTotalAmount für die Tabelle SalesDocumentTaxes. |
TaxesExtensionsExtensionAggregate | String | Die Spalte TaxesExtensionsExtensionAggregate für die Tabelle SalesDocumentTaxes. |
TotalAmountCurrency | String | Die Spalte TotalAmountCurrency für die Tabelle SalesDocumentTaxes. |
TotalAmount | Decimal | Die Spalte „TotalAmount“ für die Tabelle „SalesDocumentTaxes“. |
TrackingNumbersSalesTrackingNumberAggregate | String | Die Spalte „TrackingNumbersSalesTrackingNumberAggregate“ für die Tabelle „SalesDocumentTaxes“. |
TradeDiscountItem | String | Die Spalte „TradeDiscountItem“ für die Tabelle „SalesDocumentTaxes“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „SalesDocumentTaxes“. |
Type | String | Die Spalte „Typ“ für die Tabelle „SalesDocumentTaxes“. |
UPSZone | String | Die UPSZone-Spalte für die Tabelle SalesDocumentTaxes. |
UserDefinedDate01 | Datetime | Die Spalte UserDefinedDate01 für die Tabelle SalesDocumentTaxes. |
UserDefinedDate02 | Datetime | Die Spalte UserDefinedDate02 für die Tabelle SalesDocumentTaxes. |
UserDefinedList01 | String | Die Spalte UserDefinedList01 für die Tabelle SalesDocumentTaxes. |
UserDefinedList02 | String | Die Spalte UserDefinedList02 für die Tabelle SalesDocumentTaxes. |
UserDefinedList03 | String | Die Spalte UserDefinedList03 für die Tabelle SalesDocumentTaxes. |
UserDefinedText01 | String | Die Spalte UserDefinedText01 für die Tabelle SalesDocumentTaxes. |
UserDefinedText02 | String | Die Spalte UserDefinedText02 für die Tabelle SalesDocumentTaxes. |
UserDefinedText03 | String | Die Spalte UserDefinedText03 für die Tabelle SalesDocumentTaxes. |
UserDefinedText04 | String | Die Spalte UserDefinedText04 für die Tabelle SalesDocumentTaxes. |
UserDefinedText05 | String | Die Spalte UserDefinedText05 für die Tabelle SalesDocumentTaxes. |
WarehouseId | String | Die Spalte „WarehouseId“ für die Tabelle „SalesDocumentTaxes“. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentTaxes“. |
Verkaufsdokument-Trackingnummern
Die DynamicsGP-Tabelle SalesDocumentTrackingNumbers.
Spalten
Name | Typ | Beschreibung |
---|---|---|
TrackingNumbersKeySalesDocumentId [KEY] | String | Die Spalte „TrackingNumbersKeySalesDocumentId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
TrackingNumbersId [KEY] | String | Die Spalte „TrackingNumbersId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ActualShipDate | Datetime | Die Spalte „ActualShipDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
AuditTrailCode | String | Die Spalte „AuditTrailCode“ für die Tabelle „SalesDocumentTrackingNumbers“. |
BackorderDate | Datetime | Die Spalte „BackorderDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
BatchKeyCreatedDateTime | Datetime | Die Spalte „BatchKeyCreatedDateTime“ für die Tabelle „SalesDocumentTrackingNumbers“. |
BatchId | String | Die BatchId-Spalte für die Tabelle SalesDocumentTrackingNumbers. |
BatchKeySource | String | Die Spalte „BatchKeySource“ für die Tabelle „SalesDocumentTrackingNumbers“. |
BillToAddressKeyCustomerId | String | Die Spalte „BillToAddressKeyCustomerId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
BillToAddressId | String | Die Spalte „BillToAddressId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
Comment | String | Die Kommentarspalte für die Tabelle SalesDocumentTrackingNumbers. |
CommentId | String | Die CommentId-Spalte für die Tabelle SalesDocumentTrackingNumbers. |
CommissionAmountCurrency | String | Die Spalte CommissionAmountCurrency für die Tabelle SalesDocumentTrackingNumbers. |
CommissionAmount | Decimal | Die Spalte „CommissionAmount“ für die Tabelle „SalesDocumentTrackingNumbers“. |
CommissionBasedOn | String | Die Spalte „CommissionBasedOn“ für die Tabelle „SalesDocumentTrackingNumbers“. |
CommissionSaleAmountCurrency | String | Die Spalte CommissionSaleAmountCurrency für die Tabelle SalesDocumentTrackingNumbers. |
CommissionSaleAmount | Decimal | Die Spalte CommissionSaleAmount für die Tabelle SalesDocumentTrackingNumbers. |
CommissionsSalesCommissionAggregate | String | Die Spalte CommissionsSalesCommissionAggregate für die Tabelle SalesDocumentTrackingNumbers. |
CreatedBy | String | Die Spalte „CreatedBy“ für die Tabelle „SalesDocumentTrackingNumbers“. |
CreatedDate | Datetime | Die Spalte „CreatedDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
CurrencyKeyISOCode | String | Die Spalte CurrencyKeyISOCode für die Tabelle SalesDocumentTrackingNumbers. |
CustomerId | String | Die Spalte „CustomerId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
CustomerName | String | Die Spalte „CustomerName“ für die Tabelle „SalesDocumentTrackingNumbers“. |
CustomerPONumber | String | Die Spalte „CustomerPONumber“ für die Tabelle „SalesDocumentTrackingNumbers“. |
Date | Datetime | Die Datumsspalte für die Tabelle SalesDocumentTrackingNumbers. |
DiscountAmountCurrency | String | Die Spalte „DiscountAmountCurrency“ für die Tabelle „SalesDocumentTrackingNumbers“. |
DiscountAmount | Decimal | Die Spalte „DiscountAmount“ für die Tabelle „SalesDocumentTrackingNumbers“. |
DocumentTypeId | String | Die Spalte „DocumentTypeId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
DocumentTypeKeyType | String | Die Spalte „DocumentTypeKeyType“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ExchangeDate | Datetime | Die Spalte „ExchangeDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ExchangeRate | Decimal | Die Spalte „ExchangeRate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
FreightAmountCurrency | String | Die Spalte FreightAmountCurrency für die Tabelle SalesDocumentTrackingNumbers. |
FreightAmount | Decimal | Die Spalte „FreightAmount“ für die Tabelle „SalesDocumentTrackingNumbers“. |
FreightTaxAmountCurrency | String | Die Spalte FreightTaxAmountCurrency für die Tabelle SalesDocumentTrackingNumbers. |
FreightTaxAmount | Decimal | Die Spalte FreightTaxAmount für die Tabelle SalesDocumentTrackingNumbers. |
FreightTaxBasis | String | Die Spalte FreightTaxBasis für die Tabelle SalesDocumentTrackingNumbers. |
FreightTaxScheduleId | String | Die Spalte FreightTaxScheduleId für die Tabelle SalesDocumentTrackingNumbers. |
FreightTaxesSalesDocumentTaxAggregate | String | Die Spalte FreightTaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentTrackingNumbers. |
FrontOfficeIntegrationId | String | Die Spalte „FrontOfficeIntegrationId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
FulfillDate | Datetime | Die Spalte „FulfillDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
IntegrationId | String | Die Spalte „IntegrationId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
IntegrationSource | Int32 | Die Spalte „IntegrationSource“ für die Tabelle „SalesDocumentTrackingNumbers“. |
InvoiceDate | Datetime | Die Spalte „InvoiceDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
IsIntrastatDocument | Boolean | Die Spalte „IsIntrastatDocument“ für die Tabelle „SalesDocumentTrackingNumbers“. |
IsVoided | Boolean | Die Spalte „IsVoided“ für die Tabelle „SalesDocumentTrackingNumbers“. |
Id | String | Die ID-Spalte für die Tabelle SalesDocumentTrackingNumbers. |
LastModifiedDate | Datetime | Die Spalte LastModifiedDate für die Tabelle SalesDocumentTrackingNumbers. |
LineTotalAmountCurrency | String | Die Spalte „LineTotalAmountCurrency“ für die Tabelle „SalesDocumentTrackingNumbers“. |
LineTotalAmount | Decimal | Die Spalte „LineTotalAmount“ für die Tabelle „SalesDocumentTrackingNumbers“. |
MasterNumber | Int32 | Die Spalte „MasterNumber“ für die Tabelle „SalesDocumentTrackingNumbers“. |
MiscellaneousAmountCurrency | String | Die Spalte „MiscellaneousAmountCurrency“ für die Tabelle „SalesDocumentTrackingNumbers“. |
MiscellaneousAmount | Decimal | Die Spalte „MiscellaneousAmount“ für die Tabelle „SalesDocumentTrackingNumbers“. |
MiscellaneousTaxAmountCurrency | String | Die Spalte „MiscellaneousTaxAmountCurrency“ für die Tabelle „SalesDocumentTrackingNumbers“. |
MiscellaneousTaxAmount | Decimal | Die Spalte „MiscellaneousTaxAmount“ für die Tabelle „SalesDocumentTrackingNumbers“. |
MiscellaneousTaxBasis | String | Die Spalte „MiscellaneousTaxBasis“ für die Tabelle „SalesDocumentTrackingNumbers“. |
MiscellaneousTaxScheduleId | String | Die Spalte „MiscellaneousTaxScheduleId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
MiscellaneousTaxesSalesDocumentTaxAggregate | String | Die Spalte „MiscellaneousTaxesSalesDocumentTaxAggregate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ModifiedDate | Datetime | Die Spalte „ModifiedDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
Note | String | Die Spalte „Notiz“ für die Tabelle „SalesDocumentTrackingNumbers“. |
OriginalSalesDocumentId | String | Die Spalte „OriginalSalesDocumentId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
OriginalSalesDocumentType | String | Die Spalte „OriginalSalesDocumentType“ für die Tabelle „SalesDocumentTrackingNumbers“. |
PaymentTermsId | String | Die Spalte „PaymentTermsId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
PriceLevelId | String | Die Spalte „PriceLevelId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ProcessHoldsSalesProcessHoldAggregate | String | Die Spalte „ProcessHoldsSalesProcessHoldAggregate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
QuoteDate | Datetime | Die Spalte „QuoteDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
Reference | String | Die Referenzspalte für die Tabelle SalesDocumentTrackingNumbers. |
RequestedShipDate | Datetime | Die Spalte RequestedShipDate für die Tabelle SalesDocumentTrackingNumbers. |
ReturnDate | Datetime | Die Spalte „ReturnDate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
SalesTerritoryId | String | Die Spalte „SalesTerritoryId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
SalespersonId | String | Die Spalte „SalespersonId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipCompleteOnly | Boolean | Die Spalte „ShipCompleteOnly“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressExtensionsExtensionAggregate | String | Die Spalte „ShipToAddressExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressCity | String | Die Spalte „ShipToAddressCity“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressLine1 | String | Die Spalte „ShipToAddressLine1“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressLine2 | String | Die Spalte „ShipToAddressLine2“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressLine3 | String | Die Spalte „ShipToAddressLine3“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPostalCode | String | Die Spalte „ShipToAddressPostalCode“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressState | String | Die Spalte „ShipToAddressState“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressCountryRegion | String | Die Spalte „ShipToAddressCountryRegion“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressFaxCountryCode | String | Die Spalte „ShipToAddressFaxCountryCode“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressFaxExtension | String | Die Spalte „ShipToAddressFaxExtension“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressFax | String | Die Spalte „ShipToAddressFax“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone1CountryCode | String | Die Spalte „ShipToAddressPhone1CountryCode“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone1Extension | String | Die Spalte „ShipToAddressPhone1Extension“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone1 | String | Die Spalte „ShipToAddressPhone1“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone2CountryCode | String | Die Spalte „ShipToAddressPhone2CountryCode“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone2Extension | String | Die Spalte „ShipToAddressPhone2Extension“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone2 | String | Die Spalte „ShipToAddressPhone2“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone3CountryCode | String | Die Spalte „ShipToAddressPhone3CountryCode“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone3Extension | String | Die Spalte „ShipToAddressPhone3Extension“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressPhone3 | String | Die Spalte „ShipToAddressPhone3“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressCountryRegionCodeId | String | Die Spalte „ShipToAddressCountryRegionCodeId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressContactPerson | String | Die Spalte „ShipToAddressContactPerson“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressName | String | Die Spalte „ShipToAddressName“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressKeyCustomerId | String | Die Spalte „ShipToAddressKeyCustomerId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShipToAddressId | String | Die Spalte „ShipToAddressId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ShippingMethodId | String | Die Spalte „ShippingMethodId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
TaxAmountCurrency | String | Die Spalte TaxAmountCurrency für die Tabelle SalesDocumentTrackingNumbers. |
TaxAmount | Decimal | Die Spalte „TaxAmount“ für die Tabelle „SalesDocumentTrackingNumbers“. |
TaxExemptNumber1 | String | Die Spalte TaxExemptNumber1 für die Tabelle SalesDocumentTrackingNumbers. |
TaxExemptNumber2 | String | Die Spalte TaxExemptNumber2 für die Tabelle SalesDocumentTrackingNumbers. |
TaxRegistrationNumber | String | Die Spalte TaxRegistrationNumber für die Tabelle SalesDocumentTrackingNumbers. |
TaxScheduleId | String | Die Spalte TaxScheduleId für die Tabelle SalesDocumentTrackingNumbers. |
TaxesSalesDocumentTaxAggregate | String | Die Spalte TaxesSalesDocumentTaxAggregate für die Tabelle SalesDocumentTrackingNumbers. |
TotalAmountCurrency | String | Die Spalte TotalAmountCurrency für die Tabelle SalesDocumentTrackingNumbers. |
TotalAmount | Decimal | Die Spalte „TotalAmount“ für die Tabelle „SalesDocumentTrackingNumbers“. |
TrackingNumbersDeleteOnUpdate | Boolean | Die Spalte „TrackingNumbersDeleteOnUpdate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
TrackingNumbersExtensionsExtensionAggregate | String | Die Spalte „TrackingNumbersExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
TradeDiscountItem | String | Die Spalte „TradeDiscountItem“ für die Tabelle „SalesDocumentTrackingNumbers“. |
TransactionState | String | Die Spalte „TransactionState“ für die Tabelle „SalesDocumentTrackingNumbers“. |
Type | String | Die Spalte „Typ“ für die Tabelle „SalesDocumentTrackingNumbers“. |
UPSZone | String | Die UPSZone-Spalte für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedDate01 | Datetime | Die Spalte UserDefinedDate01 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedDate02 | Datetime | Die Spalte UserDefinedDate02 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedList01 | String | Die Spalte UserDefinedList01 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedList02 | String | Die Spalte UserDefinedList02 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedList03 | String | Die Spalte UserDefinedList03 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedText01 | String | Die Spalte UserDefinedText01 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedText02 | String | Die Spalte UserDefinedText02 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedText03 | String | Die Spalte UserDefinedText03 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedText04 | String | Die Spalte UserDefinedText04 für die Tabelle SalesDocumentTrackingNumbers. |
UserDefinedText05 | String | Die Spalte UserDefinedText05 für die Tabelle SalesDocumentTrackingNumbers. |
WarehouseId | String | Die Spalte „WarehouseId“ für die Tabelle „SalesDocumentTrackingNumbers“. |
ExtensionsExtensionAggregate | String | Die Spalte „ExtensionsExtensionAggregate“ für die Tabelle „SalesDocumentTrackingNumbers“. |
VertriebErfüllungAuftragsverteilung
Gibt eine Liste zurück mit: SalesFulfillmentOrderDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsReference | String | |
DistributionsIsPosted | Bool | |
DistributionsKeySalesDocumentId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
GeneralLedgerPostingDate | Datetime | |
IsDirectDebit | Bool | |
LinesAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsAggregate | String | |
PostedBy | String | |
PostedDate | Datetime | |
ShippingProcessStatus | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufsabwicklungs-Auftragszeilen
Gibt eine Liste zurück mit: SalesFulfillmentOrderLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
DistributionsAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
IsDirectDebit | Bool | |
LinesExtensionsExtensionAggregate | String | |
LinesComment | String | |
LinesCommentId | String | |
LinesCostOfSalesGLAccountId | String | |
LinesCostOfSalesGLAccountKeyIsEncrypted | Bool | |
LinesDamagedGLAccountId | String | |
LinesDamagedGLAccountKeyIsEncrypted | Bool | |
LinesDeleteOnUpdate | Bool | |
LinesDiscountItem | String | |
LinesDiscountGLAccountId | String | |
LinesDiscountGLAccountKeyIsEncrypted | Bool | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesFrontOfficeIntegrationId | String | |
LinesInServiceGLAccountId | String | |
LinesInServiceGLAccountKeyIsEncrypted | Bool | |
LinesInUseGLAccountId | String | |
LinesInUseGLAccountKeyIsEncrypted | Bool | |
LinesIntegrationId | String | |
LinesIntegrationSource | Int | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountKeyIsEncrypted | Bool | |
LinesIsDropShip | Bool | |
LinesIsNonInventory | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesItemTaxScheduleId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeySalesDocumentId [KEY] | String | |
LinesPriceLevelId | String | |
LinesQuantity | Decimal | |
LinesRequestedShipDate | Datetime | |
LinesReturnsGLAccountId | String | |
LinesReturnsGLAccountKeyIsEncrypted | Bool | |
LinesSalesGLAccountId | String | |
LinesSalesGLAccountKeyIsEncrypted | Bool | |
LinesSalesTerritoryId | String | |
LinesSalespersonId | String | |
LinesShipToAddressExtensionsExtensionAggregate | String | |
LinesShipToAddressCity | String | |
LinesShipToAddressLine1 | String | |
LinesShipToAddressLine2 | String | |
LinesShipToAddressLine3 | String | |
LinesShipToAddressPostalCode | String | |
LinesShipToAddressState | String | |
LinesShipToAddressCountryRegion | String | |
LinesShipToAddressFaxCountryCode | String | |
LinesShipToAddressFaxExtension | String | |
LinesShipToAddressFax | String | |
LinesShipToAddressPhone1CountryCode | String | |
LinesShipToAddressPhone1Extension | String | |
LinesShipToAddressPhone1 | String | |
LinesShipToAddressPhone2CountryCode | String | |
LinesShipToAddressPhone2Extension | String | |
LinesShipToAddressPhone2 | String | |
LinesShipToAddressPhone3CountryCode | String | |
LinesShipToAddressPhone3Extension | String | |
LinesShipToAddressPhone3 | String | |
LinesShipToAddressCountryRegionCodeId | String | |
LinesShipToAddressContactPerson | String | |
LinesShipToAddressName | String | |
LinesShipToAddressKeyCustomerId | String | |
LinesShipToAddressId | String | |
LinesShippingMethodId | String | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxScheduleId | String | |
LinesTaxesAggregate | String | |
LinesTotalAmountCurrency | String | |
LinesTotalAmount | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUnitPriceCurrency | String | |
LinesUnitPrice | Decimal | |
LinesUofM | String | |
LinesWarehouseId | String | |
LinesActualShipDate | Datetime | |
LinesBillingQuantity | Decimal | |
LinesBinsAggregate | String | |
LinesComponentsAggregate | String | |
LinesFulfillDate | Datetime | |
LinesLotsAggregate | String | |
LinesQuantityAllocated | Decimal | |
LinesQuantityCanceled | Decimal | |
LinesQuantityFulfilled | Decimal | |
LinesQuantityToBackorder | Decimal | |
LinesSerialsAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsAggregate | String | |
PostedBy | String | |
PostedDate | Datetime | |
ShippingProcessStatus | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufErfüllungBestellungZahlungen
Gibt eine Liste zurück mit: SalesFulfillmentOrderPayments
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
DistributionsAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
IsDirectDebit | Bool | |
LinesAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsExtensionsExtensionAggregate | String | |
PaymentsAuditTrailCode | String | |
PaymentsAuthorizationCode | String | |
PaymentsBankAccountId | String | |
PaymentsCheckNumber | String | |
PaymentsCurrencyKeyISOCode | String | |
PaymentsDate | Datetime | |
PaymentsDeleteOnUpdate | Bool | |
PaymentsExpirationDate | Datetime | |
PaymentsKeySalesDocumentId [KEY] | String | |
PaymentsKeySequenceNumber [KEY] | Int | |
PaymentsNumber | String | |
PaymentsPaymentAmountCurrency | String | |
PaymentsPaymentAmount | Decimal | |
PaymentsPaymentCardNumber | String | |
PaymentsPaymentCardTypeId | String | |
PaymentsType | String | |
PostedBy | String | |
PostedDate | Datetime | |
ShippingProcessStatus | String | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufRechnungVerteilungen
Gibt eine Liste zurück von: SalesInvoiceDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsReference | String | |
DistributionsIsPosted | Bool | |
DistributionsKeySalesDocumentId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
GeneralLedgerPostingDate | Datetime | |
IsDirectDebit | Bool | |
LinesAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsAggregate | String | |
PostedBy | String | |
PostedDate | Datetime | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufRechnungszeilen
Gibt eine Liste zurück mit: SalesInvoiceLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
DistributionsAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
IsDirectDebit | Bool | |
LinesExtensionsExtensionAggregate | String | |
LinesComment | String | |
LinesCommentId | String | |
LinesCostOfSalesGLAccountId | String | |
LinesCostOfSalesGLAccountKeyIsEncrypted | Bool | |
LinesDamagedGLAccountId | String | |
LinesDamagedGLAccountKeyIsEncrypted | Bool | |
LinesDeleteOnUpdate | Bool | |
LinesDiscountItem | String | |
LinesDiscountGLAccountId | String | |
LinesDiscountGLAccountKeyIsEncrypted | Bool | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesFrontOfficeIntegrationId | String | |
LinesInServiceGLAccountId | String | |
LinesInServiceGLAccountKeyIsEncrypted | Bool | |
LinesInUseGLAccountId | String | |
LinesInUseGLAccountKeyIsEncrypted | Bool | |
LinesIntegrationId | String | |
LinesIntegrationSource | Int | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountKeyIsEncrypted | Bool | |
LinesIsDropShip | Bool | |
LinesIsNonInventory | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesItemTaxScheduleId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeySalesDocumentId [KEY] | String | |
LinesPriceLevelId | String | |
LinesQuantity | Decimal | |
LinesRequestedShipDate | Datetime | |
LinesReturnsGLAccountId | String | |
LinesReturnsGLAccountKeyIsEncrypted | Bool | |
LinesSalesGLAccountId | String | |
LinesSalesGLAccountKeyIsEncrypted | Bool | |
LinesSalesTerritoryId | String | |
LinesSalespersonId | String | |
LinesShipToAddressExtensionsExtensionAggregate | String | |
LinesShipToAddressCity | String | |
LinesShipToAddressLine1 | String | |
LinesShipToAddressLine2 | String | |
LinesShipToAddressLine3 | String | |
LinesShipToAddressPostalCode | String | |
LinesShipToAddressState | String | |
LinesShipToAddressCountryRegion | String | |
LinesShipToAddressFaxCountryCode | String | |
LinesShipToAddressFaxExtension | String | |
LinesShipToAddressFax | String | |
LinesShipToAddressPhone1CountryCode | String | |
LinesShipToAddressPhone1Extension | String | |
LinesShipToAddressPhone1 | String | |
LinesShipToAddressPhone2CountryCode | String | |
LinesShipToAddressPhone2Extension | String | |
LinesShipToAddressPhone2 | String | |
LinesShipToAddressPhone3CountryCode | String | |
LinesShipToAddressPhone3Extension | String | |
LinesShipToAddressPhone3 | String | |
LinesShipToAddressCountryRegionCodeId | String | |
LinesShipToAddressContactPerson | String | |
LinesShipToAddressName | String | |
LinesShipToAddressKeyCustomerId | String | |
LinesShipToAddressId | String | |
LinesShippingMethodId | String | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxScheduleId | String | |
LinesTaxesAggregate | String | |
LinesTotalAmountCurrency | String | |
LinesTotalAmount | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUnitPriceCurrency | String | |
LinesUnitPrice | Decimal | |
LinesUofM | String | |
LinesWarehouseId | String | |
LinesActualShipDate | Datetime | |
LinesBillingQuantity | Decimal | |
LinesBinsAggregate | String | |
LinesComponentsAggregate | String | |
LinesFulfillDate | Datetime | |
LinesLotsAggregate | String | |
LinesQuantityAllocated | Decimal | |
LinesQuantityCanceled | Decimal | |
LinesQuantityFulfilled | Decimal | |
LinesQuantityToBackorder | Decimal | |
LinesSerialsAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsAggregate | String | |
PostedBy | String | |
PostedDate | Datetime | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufRechnungZahlungen
Gibt eine Liste zurück mit: SalesInvoicePayments
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
DistributionsAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
IsDirectDebit | Bool | |
LinesAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsExtensionsExtensionAggregate | String | |
PaymentsAuditTrailCode | String | |
PaymentsAuthorizationCode | String | |
PaymentsBankAccountId | String | |
PaymentsCheckNumber | String | |
PaymentsCurrencyKeyISOCode | String | |
PaymentsDate | Datetime | |
PaymentsDeleteOnUpdate | Bool | |
PaymentsExpirationDate | Datetime | |
PaymentsKeySalesDocumentId [KEY] | String | |
PaymentsKeySequenceNumber [KEY] | Int | |
PaymentsNumber | String | |
PaymentsPaymentAmountCurrency | String | |
PaymentsPaymentAmount | Decimal | |
PaymentsPaymentCardNumber | String | |
PaymentsPaymentCardTypeId | String | |
PaymentsType | String | |
PostedBy | String | |
PostedDate | Datetime | |
TermsDiscountItem | String | |
TermsDiscountAvailableAmountCurrency | String | |
TermsDiscountAvailableAmount | Decimal | |
TermsDiscountDate | Datetime | |
TermsDueDate | Datetime | |
TermsDiscountTakenAmountCurrency | String | |
TermsDiscountTakenAmount | Decimal | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufsauftragszeilen
Gibt eine Liste zurück mit: SalesOrderLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DaysToIncrement | Int | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
DocumentFrequency | String | |
IsRepeating | Bool | |
LinesExtensionsExtensionAggregate | String | |
LinesComment | String | |
LinesCommentId | String | |
LinesCostOfSalesGLAccountId | String | |
LinesCostOfSalesGLAccountKeyIsEncrypted | Bool | |
LinesDamagedGLAccountId | String | |
LinesDamagedGLAccountKeyIsEncrypted | Bool | |
LinesDeleteOnUpdate | Bool | |
LinesDiscountItem | String | |
LinesDiscountGLAccountId | String | |
LinesDiscountGLAccountKeyIsEncrypted | Bool | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesFrontOfficeIntegrationId | String | |
LinesInServiceGLAccountId | String | |
LinesInServiceGLAccountKeyIsEncrypted | Bool | |
LinesInUseGLAccountId | String | |
LinesInUseGLAccountKeyIsEncrypted | Bool | |
LinesIntegrationId | String | |
LinesIntegrationSource | Int | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountKeyIsEncrypted | Bool | |
LinesIsDropShip | Bool | |
LinesIsNonInventory | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesItemTaxScheduleId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeySalesDocumentId [KEY] | String | |
LinesPriceLevelId | String | |
LinesQuantity | Decimal | |
LinesRequestedShipDate | Datetime | |
LinesReturnsGLAccountId | String | |
LinesReturnsGLAccountKeyIsEncrypted | Bool | |
LinesSalesGLAccountId | String | |
LinesSalesGLAccountKeyIsEncrypted | Bool | |
LinesSalesTerritoryId | String | |
LinesSalespersonId | String | |
LinesShipToAddressExtensionsExtensionAggregate | String | |
LinesShipToAddressCity | String | |
LinesShipToAddressLine1 | String | |
LinesShipToAddressLine2 | String | |
LinesShipToAddressLine3 | String | |
LinesShipToAddressPostalCode | String | |
LinesShipToAddressState | String | |
LinesShipToAddressCountryRegion | String | |
LinesShipToAddressFaxCountryCode | String | |
LinesShipToAddressFaxExtension | String | |
LinesShipToAddressFax | String | |
LinesShipToAddressPhone1CountryCode | String | |
LinesShipToAddressPhone1Extension | String | |
LinesShipToAddressPhone1 | String | |
LinesShipToAddressPhone2CountryCode | String | |
LinesShipToAddressPhone2Extension | String | |
LinesShipToAddressPhone2 | String | |
LinesShipToAddressPhone3CountryCode | String | |
LinesShipToAddressPhone3Extension | String | |
LinesShipToAddressPhone3 | String | |
LinesShipToAddressCountryRegionCodeId | String | |
LinesShipToAddressContactPerson | String | |
LinesShipToAddressName | String | |
LinesShipToAddressKeyCustomerId | String | |
LinesShipToAddressId | String | |
LinesShippingMethodId | String | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxScheduleId | String | |
LinesTaxesAggregate | String | |
LinesTotalAmountCurrency | String | |
LinesTotalAmount | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUnitPriceCurrency | String | |
LinesUnitPrice | Decimal | |
LinesUofM | String | |
LinesWarehouseId | String | |
LinesActualShipDate | Datetime | |
LinesBinsAggregate | String | |
LinesComponentsAggregate | String | |
LinesFulfillDate | Datetime | |
LinesLotsAggregate | String | |
LinesQuantityAllocated | Decimal | |
LinesQuantityCanceled | Decimal | |
LinesQuantityFulfilled | Decimal | |
LinesQuantityToBackorder | Decimal | |
LinesQuantityToInvoice | Decimal | |
LinesSerialsAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsAggregate | String | |
ShippingProcessStatus | String | |
TimesToRepeat | Int | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufAuftragZahlungen
Gibt eine Liste zurück mit: SalesOrderPayments
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DaysToIncrement | Int | |
DepositAmountCurrency | String | |
DepositAmount | Decimal | |
DocumentFrequency | String | |
IsRepeating | Bool | |
LinesAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsExtensionsExtensionAggregate | String | |
PaymentsAuditTrailCode | String | |
PaymentsAuthorizationCode | String | |
PaymentsBankAccountId | String | |
PaymentsCheckNumber | String | |
PaymentsCurrencyKeyISOCode | String | |
PaymentsDate | Datetime | |
PaymentsDeleteOnUpdate | Bool | |
PaymentsExpirationDate | Datetime | |
PaymentsKeySalesDocumentId [KEY] | String | |
PaymentsKeySequenceNumber [KEY] | Int | |
PaymentsNumber | String | |
PaymentsPaymentAmountCurrency | String | |
PaymentsPaymentAmount | Decimal | |
PaymentsPaymentCardNumber | String | |
PaymentsPaymentCardTypeId | String | |
PaymentsType | String | |
ShippingProcessStatus | String | |
TimesToRepeat | Int | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkäufer
Liste zurückgeben von: Verkäufer
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
CreatedDate | Datetime | |
EmployeeId | String | |
FirstName | String | |
HistoryOptionsExtensionsExtensionAggregate | String | |
HistoryOptionsKeepCalendar | Bool | |
HistoryOptionsKeepPeriod | Bool | |
InternetAddressesAdditionalInformation | String | |
InternetAddressesEmailBccAddress | String | |
InternetAddressesEmailCcAddress | String | |
InternetAddressesEmailToAddress | String | |
InternetAddressesInternetField1 | String | |
InternetAddressesInternetField2 | String | |
InternetAddressesInternetField3 | String | |
InternetAddressesInternetField4 | String | |
InternetAddressesInternetField5 | String | |
InternetAddressesInternetField6 | String | |
InternetAddressesInternetField7 | String | |
InternetAddressesInternetField8 | String | |
InternetAddressesMessengerAddress | String | |
IsActive | Bool | |
Id [KEY] | String | |
LastName | String | |
MiddleName | String | |
ModifiedDate | Datetime | |
SalesHistoryAggregate | String | |
SalesSummaryExtensionsExtensionAggregate | String | |
SalesSummaryLastYearExtensionsExtensionAggregate | String | |
SalesSummaryLastYearCommissionedSalesCurrency | String | |
SalesSummaryLastYearCommissionedSales | Decimal | |
SalesSummaryLastYearCostOfSalesCurrency | String | |
SalesSummaryLastYearCostOfSales | Decimal | |
SalesSummaryLastYearNoncommissionedSalesCurrency | String | |
SalesSummaryLastYearNoncommissionedSales | Decimal | |
SalesSummaryLastYearTotalCommissionsAmountCurrency | String | |
SalesSummaryLastYearTotalCommissionsAmount | Decimal | |
SalesSummaryYearToDateExtensionsExtensionAggregate | String | |
SalesSummaryYearToDateCommissionedSalesCurrency | String | |
SalesSummaryYearToDateCommissionedSales | Decimal | |
SalesSummaryYearToDateCostOfSalesCurrency | String | |
SalesSummaryYearToDateCostOfSales | Decimal | |
SalesSummaryYearToDateNoncommissionedSalesCurrency | String | |
SalesSummaryYearToDateNoncommissionedSales | Decimal | |
SalesSummaryYearToDateTotalCommissionsAmountCurrency | String | |
SalesSummaryYearToDateTotalCommissionsAmount | Decimal | |
SalesTerritoryId | String | |
VendorId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkäuferProvisionen
Liste zurückgeben von: Verkäuferprovisionen
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AmountCurrency | String | |
Amount | Decimal | |
AuditTrailCode | String | |
CommissionAuditTrailCode | String | |
CommissionPercent | Decimal | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
IsPaid | Bool | |
IsPosted | Bool | |
KeyDocumentNumber [KEY] | String | |
KeyDocumentType [KEY] | String | |
KeySequenceNumber [KEY] | Int | |
NoncommissionedAmountCurrency | String | |
NoncommissionedAmount | Decimal | |
PercentOfSale | Decimal | |
SalesAmountCurrency | String | |
SalesAmount | Decimal | |
SalesTerritoryId | String | |
SalespersonId | String | |
TransactionState | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkäuferVerkaufsgeschichte
Gibt eine Liste zurück mit: SalespersonSalesHistory
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
CommissionBasedOn | String | |
CommissionPercent | Decimal | |
CreatedDate | Datetime | |
EmployeeId | String | |
FirstName | String | |
HistoryOptionsExtensionsExtensionAggregate | String | |
HistoryOptionsKeepCalendar | Bool | |
HistoryOptionsKeepPeriod | Bool | |
InternetAddressesAdditionalInformation | String | |
InternetAddressesEmailBccAddress | String | |
InternetAddressesEmailCcAddress | String | |
InternetAddressesEmailToAddress | String | |
InternetAddressesInternetField1 | String | |
InternetAddressesInternetField2 | String | |
InternetAddressesInternetField3 | String | |
InternetAddressesInternetField4 | String | |
InternetAddressesInternetField5 | String | |
InternetAddressesInternetField6 | String | |
InternetAddressesInternetField7 | String | |
InternetAddressesInternetField8 | String | |
InternetAddressesMessengerAddress | String | |
IsActive | Bool | |
Id | String | |
LastName | String | |
MiddleName | String | |
ModifiedDate | Datetime | |
SalesHistoryExtensionsExtensionAggregate | String | |
SalesHistoryCommissionSummaryExtensionsExtensionAggregate | String | |
SalesHistoryCommissionSummaryCommissionedSalesCurrency | String | |
SalesHistoryCommissionSummaryCommissionedSales | Decimal | |
SalesHistoryCommissionSummaryCostOfSalesCurrency | String | |
SalesHistoryCommissionSummaryCostOfSales | Decimal | |
SalesHistoryCommissionSummaryNoncommissionedSalesCurrency | String | |
SalesHistoryCommissionSummaryNoncommissionedSales | Decimal | |
SalesHistoryCommissionSummaryTotalCommissionsAmountCurrency | String | |
SalesHistoryCommissionSummaryTotalCommissionsAmount | Decimal | |
SalesHistoryKeyPeriod [KEY] | Int | |
SalesHistoryKeySalespersonId [KEY] | String | |
SalesHistoryKeySummaryType [KEY] | String | |
SalesHistoryKeyYear [KEY] | Int | |
SalesSummaryExtensionsExtensionAggregate | String | |
SalesSummaryLastYearExtensionsExtensionAggregate | String | |
SalesSummaryLastYearCommissionedSalesCurrency | String | |
SalesSummaryLastYearCommissionedSales | Decimal | |
SalesSummaryLastYearCostOfSalesCurrency | String | |
SalesSummaryLastYearCostOfSales | Decimal | |
SalesSummaryLastYearNoncommissionedSalesCurrency | String | |
SalesSummaryLastYearNoncommissionedSales | Decimal | |
SalesSummaryLastYearTotalCommissionsAmountCurrency | String | |
SalesSummaryLastYearTotalCommissionsAmount | Decimal | |
SalesSummaryYearToDateExtensionsExtensionAggregate | String | |
SalesSummaryYearToDateCommissionedSalesCurrency | String | |
SalesSummaryYearToDateCommissionedSales | Decimal | |
SalesSummaryYearToDateCostOfSalesCurrency | String | |
SalesSummaryYearToDateCostOfSales | Decimal | |
SalesSummaryYearToDateNoncommissionedSalesCurrency | String | |
SalesSummaryYearToDateNoncommissionedSales | Decimal | |
SalesSummaryYearToDateTotalCommissionsAmountCurrency | String | |
SalesSummaryYearToDateTotalCommissionsAmount | Decimal | |
SalesTerritoryId | String | |
VendorId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufsangebotszeilen
Gibt eine Liste zurück mit: SalesQuoteLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DaysToIncrement | Int | |
DocumentFrequency | String | |
ExpirationDate | Datetime | |
IsProspect | Bool | |
IsRepeating | Bool | |
LinesExtensionsExtensionAggregate | String | |
LinesComment | String | |
LinesCommentId | String | |
LinesCostOfSalesGLAccountId | String | |
LinesCostOfSalesGLAccountKeyIsEncrypted | Bool | |
LinesDamagedGLAccountId | String | |
LinesDamagedGLAccountKeyIsEncrypted | Bool | |
LinesDeleteOnUpdate | Bool | |
LinesDiscountItem | String | |
LinesDiscountGLAccountId | String | |
LinesDiscountGLAccountKeyIsEncrypted | Bool | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesFrontOfficeIntegrationId | String | |
LinesInServiceGLAccountId | String | |
LinesInServiceGLAccountKeyIsEncrypted | Bool | |
LinesInUseGLAccountId | String | |
LinesInUseGLAccountKeyIsEncrypted | Bool | |
LinesIntegrationId | String | |
LinesIntegrationSource | Int | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountKeyIsEncrypted | Bool | |
LinesIsDropShip | Bool | |
LinesIsNonInventory | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesItemTaxScheduleId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeySalesDocumentId [KEY] | String | |
LinesPriceLevelId | String | |
LinesQuantity | Decimal | |
LinesRequestedShipDate | Datetime | |
LinesReturnsGLAccountId | String | |
LinesReturnsGLAccountKeyIsEncrypted | Bool | |
LinesSalesGLAccountId | String | |
LinesSalesGLAccountKeyIsEncrypted | Bool | |
LinesSalesTerritoryId | String | |
LinesSalespersonId | String | |
LinesShipToAddressExtensionsExtensionAggregate | String | |
LinesShipToAddressCity | String | |
LinesShipToAddressLine1 | String | |
LinesShipToAddressLine2 | String | |
LinesShipToAddressLine3 | String | |
LinesShipToAddressPostalCode | String | |
LinesShipToAddressState | String | |
LinesShipToAddressCountryRegion | String | |
LinesShipToAddressFaxCountryCode | String | |
LinesShipToAddressFaxExtension | String | |
LinesShipToAddressFax | String | |
LinesShipToAddressPhone1CountryCode | String | |
LinesShipToAddressPhone1Extension | String | |
LinesShipToAddressPhone1 | String | |
LinesShipToAddressPhone2CountryCode | String | |
LinesShipToAddressPhone2Extension | String | |
LinesShipToAddressPhone2 | String | |
LinesShipToAddressPhone3CountryCode | String | |
LinesShipToAddressPhone3Extension | String | |
LinesShipToAddressPhone3 | String | |
LinesShipToAddressCountryRegionCodeId | String | |
LinesShipToAddressContactPerson | String | |
LinesShipToAddressName | String | |
LinesShipToAddressKeyCustomerId | String | |
LinesShipToAddressId | String | |
LinesShippingMethodId | String | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxScheduleId | String | |
LinesTaxesAggregate | String | |
LinesTotalAmountCurrency | String | |
LinesTotalAmount | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUnitPriceCurrency | String | |
LinesUnitPrice | Decimal | |
LinesUofM | String | |
LinesWarehouseId | String | |
LinesComponentsAggregate | String | |
LinesQuantityCanceled | Decimal | |
LinesQuantityToInvoice | Decimal | |
LinesQuantityToOrder | Decimal | |
TimesToRepeat | Int | |
WorkflowPriority | String | |
WorkflowsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
UmsatzRenditeVerteilungen
Gibt eine Liste zurück mit: SalesReturnDistributions
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DistributionsExtensionsExtensionAggregate | String | |
DistributionsDistributionTypeId | Int | |
DistributionsGLAccountId | String | |
DistributionsGLAccountKeyIsEncrypted | Bool | |
DistributionsReference | String | |
DistributionsIsPosted | Bool | |
DistributionsKeySalesDocumentId [KEY] | String | |
DistributionsKeySequenceNumber [KEY] | Int | |
GeneralLedgerPostingDate | Datetime | |
LinesAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsAggregate | String | |
PostedBy | String | |
PostedDate | Datetime | |
TermsDiscountReturnedAmountCurrency | String | |
TermsDiscountReturnedAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufs-/Rücklaufzeilen
Gibt eine Liste zurück mit: SalesReturnLines
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DistributionsAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
LinesExtensionsExtensionAggregate | String | |
LinesComment | String | |
LinesCommentId | String | |
LinesCostOfSalesGLAccountId | String | |
LinesCostOfSalesGLAccountKeyIsEncrypted | Bool | |
LinesDamagedGLAccountId | String | |
LinesDamagedGLAccountKeyIsEncrypted | Bool | |
LinesDeleteOnUpdate | Bool | |
LinesDiscountItem | String | |
LinesDiscountGLAccountId | String | |
LinesDiscountGLAccountKeyIsEncrypted | Bool | |
LinesExtendedCostCurrency | String | |
LinesExtendedCost | Decimal | |
LinesFrontOfficeIntegrationId | String | |
LinesInServiceGLAccountId | String | |
LinesInServiceGLAccountKeyIsEncrypted | Bool | |
LinesInUseGLAccountId | String | |
LinesInUseGLAccountKeyIsEncrypted | Bool | |
LinesIntegrationId | String | |
LinesIntegrationSource | Int | |
LinesInventoryGLAccountId | String | |
LinesInventoryGLAccountKeyIsEncrypted | Bool | |
LinesIsDropShip | Bool | |
LinesIsNonInventory | Bool | |
LinesItemDescription | String | |
LinesItemId | String | |
LinesItemTaxScheduleId | String | |
LinesKeyLineSequenceNumber [KEY] | Int | |
LinesKeySalesDocumentId [KEY] | String | |
LinesPriceLevelId | String | |
LinesQuantity | Decimal | |
LinesRequestedShipDate | Datetime | |
LinesReturnsGLAccountId | String | |
LinesReturnsGLAccountKeyIsEncrypted | Bool | |
LinesSalesGLAccountId | String | |
LinesSalesGLAccountKeyIsEncrypted | Bool | |
LinesSalesTerritoryId | String | |
LinesSalespersonId | String | |
LinesShipToAddressExtensionsExtensionAggregate | String | |
LinesShipToAddressCity | String | |
LinesShipToAddressLine1 | String | |
LinesShipToAddressLine2 | String | |
LinesShipToAddressLine3 | String | |
LinesShipToAddressPostalCode | String | |
LinesShipToAddressState | String | |
LinesShipToAddressCountryRegion | String | |
LinesShipToAddressFaxCountryCode | String | |
LinesShipToAddressFaxExtension | String | |
LinesShipToAddressFax | String | |
LinesShipToAddressPhone1CountryCode | String | |
LinesShipToAddressPhone1Extension | String | |
LinesShipToAddressPhone1 | String | |
LinesShipToAddressPhone2CountryCode | String | |
LinesShipToAddressPhone2Extension | String | |
LinesShipToAddressPhone2 | String | |
LinesShipToAddressPhone3CountryCode | String | |
LinesShipToAddressPhone3Extension | String | |
LinesShipToAddressPhone3 | String | |
LinesShipToAddressCountryRegionCodeId | String | |
LinesShipToAddressContactPerson | String | |
LinesShipToAddressName | String | |
LinesShipToAddressKeyCustomerId | String | |
LinesShipToAddressId | String | |
LinesShippingMethodId | String | |
LinesTaxAmountCurrency | String | |
LinesTaxAmount | Decimal | |
LinesTaxBasis | String | |
LinesTaxScheduleId | String | |
LinesTaxesAggregate | String | |
LinesTotalAmountCurrency | String | |
LinesTotalAmount | Decimal | |
LinesUnitCostCurrency | String | |
LinesUnitCost | Decimal | |
LinesUnitPriceCurrency | String | |
LinesUnitPrice | Decimal | |
LinesUofM | String | |
LinesWarehouseId | String | |
LinesBinsAggregate | String | |
LinesComponentsAggregate | String | |
LinesLotsAggregate | String | |
LinesReturnQuantityDamagedQuantity | Decimal | |
LinesReturnQuantityInServiceQuantity | Decimal | |
LinesReturnQuantityInUseQuantity | Decimal | |
LinesReturnQuantityOnHandQuantity | Decimal | |
LinesReturnQuantityReturnedQuantity | Decimal | |
LinesSerialsAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsAggregate | String | |
PostedBy | String | |
PostedDate | Datetime | |
TermsDiscountReturnedAmountCurrency | String | |
TermsDiscountReturnedAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufRückgabeZahlungen
Gibt eine Liste zurück mit: SalesReturnPayments
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualShipDate | Datetime | |
AuditTrailCode | String | |
BackorderDate | Datetime | |
BatchKeyCreatedDateTime | Datetime | |
BatchId | String | |
BatchKeySource | String | |
BillToAddressKeyCustomerId | String | |
BillToAddressId | String | |
Comment | String | |
CommentId | String | |
CommissionAmountCurrency | String | |
CommissionAmount | Decimal | |
CommissionBasedOn | String | |
CommissionSaleAmountCurrency | String | |
CommissionSaleAmount | Decimal | |
CommissionsAggregate | String | |
CreatedBy | String | |
CreatedDate | Datetime | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
Date | Datetime | |
DiscountAmountCurrency | String | |
DiscountAmount | Decimal | |
DocumentTypeId | String | |
DocumentTypeKeyType | String | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FreightAmountCurrency | String | |
FreightAmount | Decimal | |
FreightTaxAmountCurrency | String | |
FreightTaxAmount | Decimal | |
FreightTaxBasis | String | |
FreightTaxScheduleId | String | |
FreightTaxesAggregate | String | |
FrontOfficeIntegrationId | String | |
FulfillDate | Datetime | |
IntegrationId | String | |
IntegrationSource | Int | |
InvoiceDate | Datetime | |
IsIntrastatDocument | Bool | |
IsVoided | Bool | |
Id | String | |
LastModifiedDate | Datetime | |
LineTotalAmountCurrency | String | |
LineTotalAmount | Decimal | |
MasterNumber | Int | |
MiscellaneousAmountCurrency | String | |
MiscellaneousAmount | Decimal | |
MiscellaneousTaxAmountCurrency | String | |
MiscellaneousTaxAmount | Decimal | |
MiscellaneousTaxBasis | String | |
MiscellaneousTaxScheduleId | String | |
MiscellaneousTaxesAggregate | String | |
ModifiedDate | Datetime | |
Note | String | |
OriginalSalesDocumentId | String | |
OriginalSalesDocumentType | String | |
PaymentTermsId | String | |
PriceLevelId | String | |
ProcessHoldsAggregate | String | |
QuoteDate | Datetime | |
Reference | String | |
RequestedShipDate | Datetime | |
ReturnDate | Datetime | |
SalesTerritoryId | String | |
SalespersonId | String | |
ShipCompleteOnly | Bool | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressFaxCountryCode | String | |
ShipToAddressFaxExtension | String | |
ShipToAddressFax | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
ShipToAddressPhone2CountryCode | String | |
ShipToAddressPhone2Extension | String | |
ShipToAddressPhone2 | String | |
ShipToAddressPhone3CountryCode | String | |
ShipToAddressPhone3Extension | String | |
ShipToAddressPhone3 | String | |
ShipToAddressCountryRegionCodeId | String | |
ShipToAddressContactPerson | String | |
ShipToAddressName | String | |
ShipToAddressKeyCustomerId | String | |
ShipToAddressId | String | |
ShippingMethodId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxRegistrationNumber | String | |
TaxScheduleId | String | |
TaxesAggregate | String | |
TotalAmountCurrency | String | |
TotalAmount | Decimal | |
TrackingNumbersAggregate | String | |
TradeDiscountItem | String | |
TransactionState | String | |
Type | String | |
UPSZone | String | |
UserDefinedDate01 | Datetime | |
UserDefinedDate02 | Datetime | |
UserDefinedList01 | String | |
UserDefinedList02 | String | |
UserDefinedList03 | String | |
UserDefinedText01 | String | |
UserDefinedText02 | String | |
UserDefinedText03 | String | |
UserDefinedText04 | String | |
UserDefinedText05 | String | |
WarehouseId | String | |
DistributionsAggregate | String | |
GeneralLedgerPostingDate | Datetime | |
LinesAggregate | String | |
PaymentAmountCurrency | String | |
PaymentAmount | Decimal | |
PaymentsExtensionsExtensionAggregate | String | |
PaymentsAuditTrailCode | String | |
PaymentsAuthorizationCode | String | |
PaymentsBankAccountId | String | |
PaymentsCheckNumber | String | |
PaymentsCurrencyKeyISOCode | String | |
PaymentsDate | Datetime | |
PaymentsDeleteOnUpdate | Bool | |
PaymentsExpirationDate | Datetime | |
PaymentsKeySalesDocumentId [KEY] | String | |
PaymentsKeySequenceNumber [KEY] | Int | |
PaymentsNumber | String | |
PaymentsPaymentAmountCurrency | String | |
PaymentsPaymentAmount | Decimal | |
PaymentsPaymentCardNumber | String | |
PaymentsPaymentCardTypeId | String | |
PaymentsType | String | |
PostedBy | String | |
PostedDate | Datetime | |
TermsDiscountReturnedAmountCurrency | String | |
TermsDiscountReturnedAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Verkaufsgebiet
Gibt eine Liste zurück von: SalesTerritory
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Country | String | |
CreatedDate | Datetime | |
Description | String | |
HistoryOptionsExtensionsExtensionAggregate | String | |
HistoryOptionsKeepCalendar | Bool | |
HistoryOptionsKeepPeriod | Bool | |
IsActive | Bool | |
Id [KEY] | String | |
ModifiedDate | Datetime | |
SalesHistoryAggregate | String | |
SalesManagerFirstName | String | |
SalesManagerId | String | |
SalesManagerLastName | String | |
SalesManagerMiddleName | String | |
SalesSummaryExtensionsExtensionAggregate | String | |
SalesSummaryLastYearExtensionsExtensionAggregate | String | |
SalesSummaryLastYearCommissionedSalesCurrency | String | |
SalesSummaryLastYearCommissionedSales | Decimal | |
SalesSummaryLastYearCostOfSalesCurrency | String | |
SalesSummaryLastYearCostOfSales | Decimal | |
SalesSummaryLastYearNoncommissionedSalesCurrency | String | |
SalesSummaryLastYearNoncommissionedSales | Decimal | |
SalesSummaryLastYearTotalCommissionsAmountCurrency | String | |
SalesSummaryLastYearTotalCommissionsAmount | Decimal | |
SalesSummaryYearToDateExtensionsExtensionAggregate | String | |
SalesSummaryYearToDateCommissionedSalesCurrency | String | |
SalesSummaryYearToDateCommissionedSales | Decimal | |
SalesSummaryYearToDateCostOfSalesCurrency | String | |
SalesSummaryYearToDateCostOfSales | Decimal | |
SalesSummaryYearToDateNoncommissionedSalesCurrency | String | |
SalesSummaryYearToDateNoncommissionedSales | Decimal | |
SalesSummaryYearToDateTotalCommissionsAmountCurrency | String | |
SalesSummaryYearToDateTotalCommissionsAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
VerkaufsgebietVerkaufshistorie
Gibt eine Liste zurück von: SalesTerritorySalesHistory
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Country | String | |
CreatedDate | Datetime | |
Description | String | |
HistoryOptionsExtensionsExtensionAggregate | String | |
HistoryOptionsKeepCalendar | Bool | |
HistoryOptionsKeepPeriod | Bool | |
IsActive | Bool | |
Id | String | |
ModifiedDate | Datetime | |
SalesHistoryExtensionsExtensionAggregate | String | |
SalesHistoryCommissionSummaryExtensionsExtensionAggregate | String | |
SalesHistoryCommissionSummaryCommissionedSalesCurrency | String | |
SalesHistoryCommissionSummaryCommissionedSales | Decimal | |
SalesHistoryCommissionSummaryCostOfSalesCurrency | String | |
SalesHistoryCommissionSummaryCostOfSales | Decimal | |
SalesHistoryCommissionSummaryNoncommissionedSalesCurrency | String | |
SalesHistoryCommissionSummaryNoncommissionedSales | Decimal | |
SalesHistoryCommissionSummaryTotalCommissionsAmountCurrency | String | |
SalesHistoryCommissionSummaryTotalCommissionsAmount | Decimal | |
SalesHistoryKeyPeriod [KEY] | Int | |
SalesHistoryKeySalesTerritoryId [KEY] | String | |
SalesHistoryKeySummaryType [KEY] | String | |
SalesHistoryKeyYear [KEY] | Int | |
SalesManagerFirstName | String | |
SalesManagerId | String | |
SalesManagerLastName | String | |
SalesManagerMiddleName | String | |
SalesSummaryExtensionsExtensionAggregate | String | |
SalesSummaryLastYearExtensionsExtensionAggregate | String | |
SalesSummaryLastYearCommissionedSalesCurrency | String | |
SalesSummaryLastYearCommissionedSales | Decimal | |
SalesSummaryLastYearCostOfSalesCurrency | String | |
SalesSummaryLastYearCostOfSales | Decimal | |
SalesSummaryLastYearNoncommissionedSalesCurrency | String | |
SalesSummaryLastYearNoncommissionedSales | Decimal | |
SalesSummaryLastYearTotalCommissionsAmountCurrency | String | |
SalesSummaryLastYearTotalCommissionsAmount | Decimal | |
SalesSummaryYearToDateExtensionsExtensionAggregate | String | |
SalesSummaryYearToDateCommissionedSalesCurrency | String | |
SalesSummaryYearToDateCommissionedSales | Decimal | |
SalesSummaryYearToDateCostOfSalesCurrency | String | |
SalesSummaryYearToDateCostOfSales | Decimal | |
SalesSummaryYearToDateNoncommissionedSalesCurrency | String | |
SalesSummaryYearToDateNoncommissionedSales | Decimal | |
SalesSummaryYearToDateTotalCommissionsAmountCurrency | String | |
SalesSummaryYearToDateTotalCommissionsAmount | Decimal |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceCallZusatzkosten
Gibt eine Liste zurück mit: ServiceCallAdditionalCharges
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesExtensionsExtensionAggregate | String | |
AdditionalChargesEntryDateTime | Datetime | |
AdditionalChargesEquipmentLineSequenceNumber | Int | |
AdditionalChargesFrontOfficeIntegrationId | String | |
AdditionalChargesItemDescription | String | |
AdditionalChargesItemId | String | |
AdditionalChargesKeyLineSequenceNumber [KEY] | Int | |
AdditionalChargesKeyServiceDocumentId [KEY] | String | |
AdditionalChargesNote | String | |
AdditionalChargesPriceLevelId | String | |
AdditionalChargesTaxAmountCurrency | String | |
AdditionalChargesTaxAmount | Decimal | |
AdditionalChargesTechnicianId | String | |
AdditionalChargesTotalAmountCurrency | String | |
AdditionalChargesTotalAmount | Decimal | |
AdditionalChargesUnitCostCurrency | String | |
AdditionalChargesUnitCost | Decimal | |
AdditionalChargesUnitPriceCurrency | String | |
AdditionalChargesUnitPrice | Decimal | |
AdditionalChargesUofM | String | |
AdditionalChargesBillableMiscellaneousPercent | Decimal | |
AdditionalChargesPurchaseOrderConsolidateOnPO | Bool | |
AdditionalChargesPurchaseOrderCreatePO | Bool | |
AdditionalChargesPurchaseOrderPromiseDate | Datetime | |
AdditionalChargesPurchaseOrderVendorId | String | |
AdditionalChargesPurchaseOrderLineKeyLineSequenceNumber | Int | |
AdditionalChargesPurchaseOrderLineKeyPurchaseTransactionId | String | |
AdditionalChargesQuantitySold | Decimal | |
AdditionalChargesTotalCostCurrency | String | |
AdditionalChargesTotalCost | Decimal | |
ArrivalDateTime | Datetime | |
CompletionDateTime | Datetime | |
DispatchDateTime | Datetime | |
EquipmentCodesAggregate | String | |
EscalationDateTime | Datetime | |
EscalationLevel | Int | |
ExpensesAggregate | String | |
InvoicedAmountCurrency | String | |
InvoicedAmount | Decimal | |
IsCallback | Bool | |
LaborAggregate | String | |
Meter1ExtensionsExtensionAggregate | String | |
Meter1CurrentReading | Int | |
Meter1Replaced | Bool | |
Meter1InternalUsage | Int | |
Meter2ExtensionsExtensionAggregate | String | |
Meter2CurrentReading | Int | |
Meter2Replaced | Bool | |
Meter2InternalUsage | Int | |
Meter3ExtensionsExtensionAggregate | String | |
Meter3CurrentReading | Int | |
Meter3Replaced | Bool | |
Meter3InternalUsage | Int | |
Meter4ExtensionsExtensionAggregate | String | |
Meter4CurrentReading | Int | |
Meter4Replaced | Bool | |
Meter4InternalUsage | Int | |
Meter5ExtensionsExtensionAggregate | String | |
Meter5CurrentReading | Int | |
Meter5Replaced | Bool | |
Meter5InternalUsage | Int | |
NotifyDateTime | Datetime | |
PartsAggregate | String | |
Type | String | |
WasNotified | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceCallGeräteCodes
Gibt eine Liste zurück mit: ServiceCallEquipmentCodes
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesAggregate | String | |
ArrivalDateTime | Datetime | |
CompletionDateTime | Datetime | |
DispatchDateTime | Datetime | |
EquipmentCodesExtensionsExtensionAggregate | String | |
EquipmentCodesCauseCodeId | String | |
EquipmentCodesEquipmentLineSequenceNumber | Int | |
EquipmentCodesItemId | String | |
EquipmentCodesKeyLineSequenceNumber [KEY] | Int | |
EquipmentCodesKeyServiceDocumentId [KEY] | String | |
EquipmentCodesProblemCodeId | String | |
EquipmentCodesRepairCodeId | String | |
EquipmentCodesSerialNumber | String | |
EquipmentCodesPerformedPreventiveMaintenance | Bool | |
EscalationDateTime | Datetime | |
EscalationLevel | Int | |
ExpensesAggregate | String | |
InvoicedAmountCurrency | String | |
InvoicedAmount | Decimal | |
IsCallback | Bool | |
LaborAggregate | String | |
Meter1ExtensionsExtensionAggregate | String | |
Meter1CurrentReading | Int | |
Meter1Replaced | Bool | |
Meter1InternalUsage | Int | |
Meter2ExtensionsExtensionAggregate | String | |
Meter2CurrentReading | Int | |
Meter2Replaced | Bool | |
Meter2InternalUsage | Int | |
Meter3ExtensionsExtensionAggregate | String | |
Meter3CurrentReading | Int | |
Meter3Replaced | Bool | |
Meter3InternalUsage | Int | |
Meter4ExtensionsExtensionAggregate | String | |
Meter4CurrentReading | Int | |
Meter4Replaced | Bool | |
Meter4InternalUsage | Int | |
Meter5ExtensionsExtensionAggregate | String | |
Meter5CurrentReading | Int | |
Meter5Replaced | Bool | |
Meter5InternalUsage | Int | |
NotifyDateTime | Datetime | |
PartsAggregate | String | |
Type | String | |
WasNotified | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceCallExpenses
Gibt eine Liste zurück mit: ServiceCallExpenses
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesAggregate | String | |
ArrivalDateTime | Datetime | |
CompletionDateTime | Datetime | |
DispatchDateTime | Datetime | |
EquipmentCodesAggregate | String | |
EscalationDateTime | Datetime | |
EscalationLevel | Int | |
ExpensesExtensionsExtensionAggregate | String | |
ExpensesEntryDateTime | Datetime | |
ExpensesEquipmentLineSequenceNumber | Int | |
ExpensesFrontOfficeIntegrationId | String | |
ExpensesItemDescription | String | |
ExpensesItemId | String | |
ExpensesKeyLineSequenceNumber [KEY] | Int | |
ExpensesKeyServiceDocumentId [KEY] | String | |
ExpensesNote | String | |
ExpensesPriceLevelId | String | |
ExpensesTaxAmountCurrency | String | |
ExpensesTaxAmount | Decimal | |
ExpensesTechnicianId | String | |
ExpensesTotalAmountCurrency | String | |
ExpensesTotalAmount | Decimal | |
ExpensesUnitCostCurrency | String | |
ExpensesUnitCost | Decimal | |
ExpensesUnitPriceCurrency | String | |
ExpensesUnitPrice | Decimal | |
ExpensesUofM | String | |
ExpensesBillableMiscellaneousPercent | Decimal | |
ExpensesPurchaseOrderConsolidateOnPO | Bool | |
ExpensesPurchaseOrderCreatePO | Bool | |
ExpensesPurchaseOrderPromiseDate | Datetime | |
ExpensesPurchaseOrderVendorId | String | |
ExpensesPurchaseOrderLineKeyLineSequenceNumber | Int | |
ExpensesPurchaseOrderLineKeyPurchaseTransactionId | String | |
ExpensesQuantitySold | Decimal | |
ExpensesTotalCostCurrency | String | |
ExpensesTotalCost | Decimal | |
InvoicedAmountCurrency | String | |
InvoicedAmount | Decimal | |
IsCallback | Bool | |
LaborAggregate | String | |
Meter1ExtensionsExtensionAggregate | String | |
Meter1CurrentReading | Int | |
Meter1Replaced | Bool | |
Meter1InternalUsage | Int | |
Meter2ExtensionsExtensionAggregate | String | |
Meter2CurrentReading | Int | |
Meter2Replaced | Bool | |
Meter2InternalUsage | Int | |
Meter3ExtensionsExtensionAggregate | String | |
Meter3CurrentReading | Int | |
Meter3Replaced | Bool | |
Meter3InternalUsage | Int | |
Meter4ExtensionsExtensionAggregate | String | |
Meter4CurrentReading | Int | |
Meter4Replaced | Bool | |
Meter4InternalUsage | Int | |
Meter5ExtensionsExtensionAggregate | String | |
Meter5CurrentReading | Int | |
Meter5Replaced | Bool | |
Meter5InternalUsage | Int | |
NotifyDateTime | Datetime | |
PartsAggregate | String | |
Type | String | |
WasNotified | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAnrufArbeit
Gibt eine Liste zurück von: ServiceCallLabor
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesAggregate | String | |
ArrivalDateTime | Datetime | |
CompletionDateTime | Datetime | |
DispatchDateTime | Datetime | |
EquipmentCodesAggregate | String | |
EscalationDateTime | Datetime | |
EscalationLevel | Int | |
ExpensesAggregate | String | |
InvoicedAmountCurrency | String | |
InvoicedAmount | Decimal | |
IsCallback | Bool | |
LaborExtensionsExtensionAggregate | String | |
LaborEntryDateTime | Datetime | |
LaborEquipmentLineSequenceNumber | Int | |
LaborFrontOfficeIntegrationId | String | |
LaborItemDescription | String | |
LaborItemId | String | |
LaborKeyLineSequenceNumber [KEY] | Int | |
LaborKeyServiceDocumentId [KEY] | String | |
LaborNote | String | |
LaborPriceLevelId | String | |
LaborTaxAmountCurrency | String | |
LaborTaxAmount | Decimal | |
LaborTechnicianId | String | |
LaborTotalAmountCurrency | String | |
LaborTotalAmount | Decimal | |
LaborUnitCostCurrency | String | |
LaborUnitCost | Decimal | |
LaborUnitPriceCurrency | String | |
LaborUnitPrice | Decimal | |
LaborUofM | String | |
LaborBillableLaborPercent | Decimal | |
LaborBillableTime | Int | |
LaborDistanceTraveledExtensionsExtensionAggregate | String | |
LaborDistanceTraveledEnding | Int | |
LaborDistanceTraveledStarting | Int | |
LaborDistanceTraveledUsed | Int | |
LaborEndDateTime | Datetime | |
LaborQuantity | Decimal | |
LaborQuantitySold | Decimal | |
LaborStartDateTime | Datetime | |
LaborTotalCostCurrency | String | |
LaborTotalCost | Decimal | |
LaborTransactionTime | Int | |
LaborUseType | String | |
LaborWorkTypeId | String | |
Meter1ExtensionsExtensionAggregate | String | |
Meter1CurrentReading | Int | |
Meter1Replaced | Bool | |
Meter1InternalUsage | Int | |
Meter2ExtensionsExtensionAggregate | String | |
Meter2CurrentReading | Int | |
Meter2Replaced | Bool | |
Meter2InternalUsage | Int | |
Meter3ExtensionsExtensionAggregate | String | |
Meter3CurrentReading | Int | |
Meter3Replaced | Bool | |
Meter3InternalUsage | Int | |
Meter4ExtensionsExtensionAggregate | String | |
Meter4CurrentReading | Int | |
Meter4Replaced | Bool | |
Meter4InternalUsage | Int | |
Meter5ExtensionsExtensionAggregate | String | |
Meter5CurrentReading | Int | |
Meter5Replaced | Bool | |
Meter5InternalUsage | Int | |
NotifyDateTime | Datetime | |
PartsAggregate | String | |
Type | String | |
WasNotified | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAnrufTeile
Gibt eine Liste zurück mit: ServiceCallParts
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesAggregate | String | |
ArrivalDateTime | Datetime | |
CompletionDateTime | Datetime | |
DispatchDateTime | Datetime | |
EquipmentCodesAggregate | String | |
EscalationDateTime | Datetime | |
EscalationLevel | Int | |
ExpensesAggregate | String | |
InvoicedAmountCurrency | String | |
InvoicedAmount | Decimal | |
IsCallback | Bool | |
LaborAggregate | String | |
Meter1ExtensionsExtensionAggregate | String | |
Meter1CurrentReading | Int | |
Meter1Replaced | Bool | |
Meter1InternalUsage | Int | |
Meter2ExtensionsExtensionAggregate | String | |
Meter2CurrentReading | Int | |
Meter2Replaced | Bool | |
Meter2InternalUsage | Int | |
Meter3ExtensionsExtensionAggregate | String | |
Meter3CurrentReading | Int | |
Meter3Replaced | Bool | |
Meter3InternalUsage | Int | |
Meter4ExtensionsExtensionAggregate | String | |
Meter4CurrentReading | Int | |
Meter4Replaced | Bool | |
Meter4InternalUsage | Int | |
Meter5ExtensionsExtensionAggregate | String | |
Meter5CurrentReading | Int | |
Meter5Replaced | Bool | |
Meter5InternalUsage | Int | |
NotifyDateTime | Datetime | |
PartsExtensionsExtensionAggregate | String | |
PartsEntryDateTime | Datetime | |
PartsEquipmentLineSequenceNumber | Int | |
PartsFrontOfficeIntegrationId | String | |
PartsItemDescription | String | |
PartsItemId | String | |
PartsKeyLineSequenceNumber [KEY] | Int | |
PartsKeyServiceDocumentId [KEY] | String | |
PartsNote | String | |
PartsPriceLevelId | String | |
PartsTaxAmountCurrency | String | |
PartsTaxAmount | Decimal | |
PartsTechnicianId | String | |
PartsTotalAmountCurrency | String | |
PartsTotalAmount | Decimal | |
PartsUnitCostCurrency | String | |
PartsUnitCost | Decimal | |
PartsUnitPriceCurrency | String | |
PartsUnitPrice | Decimal | |
PartsUofM | String | |
PartsBillablePartsPercent | Decimal | |
PartsDoNotCreateReturnLine | Bool | |
PartsMiscellaneousAddressId | String | |
PartsPurchaseOrderConsolidateOnPO | Bool | |
PartsPurchaseOrderCreatePO | Bool | |
PartsPurchaseOrderPromiseDate | Datetime | |
PartsPurchaseOrderVendorId | String | |
PartsQuantity | Decimal | |
PartsQuantityBackordered | Decimal | |
PartsShipToAddressOptionType | String | |
PartsStatusCodeId | String | |
PartsUseType | String | |
PartsWarehouseId | String | |
PartsConsolidateOnPO | Bool | |
PartsIsOnReturnDocument | Bool | |
PartsIsOnTransfer | Bool | |
PartsLotDetailsAggregate | String | |
PartsPurchaseOrderLineKeyLineSequenceNumber | Int | |
PartsPurchaseOrderLineKeyPurchaseTransactionId | String | |
PartsQuantityAllocated | Decimal | |
PartsQuantitySold | Decimal | |
PartsReturnMaterialAuthorizationLineKeyLineSequenceNumber | Int | |
PartsReturnMaterialAuthorizationLineKeyServiceDocumentId | String | |
PartsSerialDetailsAggregate | String | |
PartsTotalCostCurrency | String | |
PartsTotalCost | Decimal | |
PartsTransferFromWarehouseId | String | |
PartsTransferLineKeyLineSequenceNumber | Int | |
PartsTransferLineKeyServiceDocumentId | String | |
PartsTransferQuantity | Decimal | |
Type | String | |
WasNotified | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAusstattungMesswerte
Gibt eine Liste zurück mit: ServiceEquipmentReadings
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressContactPerson | String | |
AddressCountry | String | |
AddressId | String | |
AssetTag | String | |
CustomerId | String | |
InstallDate | Datetime | |
Id | String | |
KeyItemId | String | |
LastCalculatedDate | Datetime | |
LastPreventiveMaintenanceDate | Datetime | |
LastServiceDate | Datetime | |
Note | String | |
OfficeId | String | |
PreventiveMaintenanceDay | Int | |
PreventiveMaintenanceMonth | String | |
Quantity | Decimal | |
ReadingsExtensionsExtensionAggregate | String | |
ReadingsKeySequenceNumber [KEY] | Int | |
ReadingsKeyServiceEquipmentId [KEY] | String | |
ReadingsKeyServiceEquipmentKeyItemId [KEY] | String | |
ReadingsMeter1ExtensionsExtensionAggregate | String | |
ReadingsMeter1CurrentReading | Int | |
ReadingsMeter1Replaced | Bool | |
ReadingsMeter2ExtensionsExtensionAggregate | String | |
ReadingsMeter2CurrentReading | Int | |
ReadingsMeter2Replaced | Bool | |
ReadingsMeter3ExtensionsExtensionAggregate | String | |
ReadingsMeter3CurrentReading | Int | |
ReadingsMeter3Replaced | Bool | |
ReadingsMeter4ExtensionsExtensionAggregate | String | |
ReadingsMeter4CurrentReading | Int | |
ReadingsMeter4Replaced | Bool | |
ReadingsMeter5ExtensionsExtensionAggregate | String | |
ReadingsMeter5CurrentReading | Int | |
ReadingsMeter5Replaced | Bool | |
ReadingsModifiedBy | String | |
ReadingsModifiedDate | Datetime | |
ReadingsReadingEnteredFrom | String | |
Reference | String | |
RegisterDate | Datetime | |
SellerWarrantyCodeExtensionsExtensionAggregate | String | |
SellerWarrantyCodeEndDate | Datetime | |
SellerWarrantyCodeId | String | |
SellerWarrantyCodeStartDate | Datetime | |
SerialNumber | String | |
ServiceAreaId | String | |
ShippedDate | Datetime | |
StatusId | String | |
TechnicianId | String | |
TimeZoneId | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
VendorId | String | |
VendorWarrantyCodeExtensionsExtensionAggregate | String | |
VendorWarrantyCodeEndDate | Datetime | |
VendorWarrantyCodeId | String | |
VendorWarrantyCodeStartDate | Datetime | |
Version | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAngebotZusätzliche Kosten
Gibt eine Liste zurück mit: ServiceQuoteAdditionalCharges
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesExtensionsExtensionAggregate | String | |
AdditionalChargesEntryDateTime | Datetime | |
AdditionalChargesEquipmentLineSequenceNumber | Int | |
AdditionalChargesFrontOfficeIntegrationId | String | |
AdditionalChargesItemDescription | String | |
AdditionalChargesItemId | String | |
AdditionalChargesKeyLineSequenceNumber [KEY] | Int | |
AdditionalChargesKeyServiceDocumentId [KEY] | String | |
AdditionalChargesNote | String | |
AdditionalChargesPriceLevelId | String | |
AdditionalChargesTaxAmountCurrency | String | |
AdditionalChargesTaxAmount | Decimal | |
AdditionalChargesTechnicianId | String | |
AdditionalChargesTotalAmountCurrency | String | |
AdditionalChargesTotalAmount | Decimal | |
AdditionalChargesUnitCostCurrency | String | |
AdditionalChargesUnitCost | Decimal | |
AdditionalChargesUnitPriceCurrency | String | |
AdditionalChargesUnitPrice | Decimal | |
AdditionalChargesUofM | String | |
AdditionalChargesBillableMiscellaneousPercent | Decimal | |
AdditionalChargesPurchaseOrderConsolidateOnPO | Bool | |
AdditionalChargesPurchaseOrderCreatePO | Bool | |
AdditionalChargesPurchaseOrderPromiseDate | Datetime | |
AdditionalChargesPurchaseOrderVendorId | String | |
AdditionalChargesPurchaseOrderLineKeyLineSequenceNumber | Int | |
AdditionalChargesPurchaseOrderLineKeyPurchaseTransactionId | String | |
AdditionalChargesQuantitySold | Decimal | |
AdditionalChargesTotalCostCurrency | String | |
AdditionalChargesTotalCost | Decimal | |
EquipmentCodesAggregate | String | |
ExpensesAggregate | String | |
LaborAggregate | String | |
PartsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAngebotGeräteCodes
Gibt eine Liste zurück mit: ServiceQuoteEquipmentCodes
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesAggregate | String | |
EquipmentCodesExtensionsExtensionAggregate | String | |
EquipmentCodesCauseCodeId | String | |
EquipmentCodesEquipmentLineSequenceNumber | Int | |
EquipmentCodesItemId | String | |
EquipmentCodesKeyLineSequenceNumber [KEY] | Int | |
EquipmentCodesKeyServiceDocumentId [KEY] | String | |
EquipmentCodesProblemCodeId | String | |
EquipmentCodesRepairCodeId | String | |
EquipmentCodesSerialNumber | String | |
ExpensesAggregate | String | |
LaborAggregate | String | |
PartsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAngebotKosten
Gibt eine Liste zurück mit: ServiceQuoteExpenses
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesAggregate | String | |
EquipmentCodesAggregate | String | |
ExpensesExtensionsExtensionAggregate | String | |
ExpensesEntryDateTime | Datetime | |
ExpensesEquipmentLineSequenceNumber | Int | |
ExpensesFrontOfficeIntegrationId | String | |
ExpensesItemDescription | String | |
ExpensesItemId | String | |
ExpensesKeyLineSequenceNumber [KEY] | Int | |
ExpensesKeyServiceDocumentId [KEY] | String | |
ExpensesNote | String | |
ExpensesPriceLevelId | String | |
ExpensesTaxAmountCurrency | String | |
ExpensesTaxAmount | Decimal | |
ExpensesTechnicianId | String | |
ExpensesTotalAmountCurrency | String | |
ExpensesTotalAmount | Decimal | |
ExpensesUnitCostCurrency | String | |
ExpensesUnitCost | Decimal | |
ExpensesUnitPriceCurrency | String | |
ExpensesUnitPrice | Decimal | |
ExpensesUofM | String | |
ExpensesBillableMiscellaneousPercent | Decimal | |
ExpensesPurchaseOrderConsolidateOnPO | Bool | |
ExpensesPurchaseOrderCreatePO | Bool | |
ExpensesPurchaseOrderPromiseDate | Datetime | |
ExpensesPurchaseOrderVendorId | String | |
ExpensesPurchaseOrderLineKeyLineSequenceNumber | Int | |
ExpensesPurchaseOrderLineKeyPurchaseTransactionId | String | |
ExpensesQuantitySold | Decimal | |
ExpensesTotalCostCurrency | String | |
ExpensesTotalCost | Decimal | |
LaborAggregate | String | |
PartsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAngebotArbeit
Gibt eine Liste zurück von: ServiceQuoteLabor
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesAggregate | String | |
EquipmentCodesAggregate | String | |
ExpensesAggregate | String | |
LaborExtensionsExtensionAggregate | String | |
LaborEntryDateTime | Datetime | |
LaborEquipmentLineSequenceNumber | Int | |
LaborFrontOfficeIntegrationId | String | |
LaborItemDescription | String | |
LaborItemId | String | |
LaborKeyLineSequenceNumber [KEY] | Int | |
LaborKeyServiceDocumentId [KEY] | String | |
LaborNote | String | |
LaborPriceLevelId | String | |
LaborTaxAmountCurrency | String | |
LaborTaxAmount | Decimal | |
LaborTechnicianId | String | |
LaborTotalAmountCurrency | String | |
LaborTotalAmount | Decimal | |
LaborUnitCostCurrency | String | |
LaborUnitCost | Decimal | |
LaborUnitPriceCurrency | String | |
LaborUnitPrice | Decimal | |
LaborUofM | String | |
LaborBillableLaborPercent | Decimal | |
LaborBillableTime | Int | |
LaborDistanceTraveledExtensionsExtensionAggregate | String | |
LaborDistanceTraveledEnding | Int | |
LaborDistanceTraveledStarting | Int | |
LaborDistanceTraveledUsed | Int | |
LaborEndDateTime | Datetime | |
LaborQuantity | Decimal | |
LaborQuantitySold | Decimal | |
LaborStartDateTime | Datetime | |
LaborTotalCostCurrency | String | |
LaborTotalCost | Decimal | |
LaborTransactionTime | Int | |
LaborUseType | String | |
LaborWorkTypeId | String | |
PartsAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
ServiceAngebotTeile
Gibt eine Liste zurück mit: ServiceQuoteParts
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BillToAddressId | String | |
BillToCustomerId | String | |
CurrencyKeyISOCode | String | |
CustomerId | String | |
CustomerName | String | |
CustomerPONumber | String | |
EntryDateTime | Datetime | |
EstimatedArrivalDateTime | Datetime | |
ExchangeDate | Datetime | |
ExchangeRate | Decimal | |
FrontOfficeIntegrationId | String | |
Id | String | |
Note | String | |
OfficeId | String | |
RateTypeId | String | |
ShipToAddressId | String | |
TransactionState | String | |
UserDefined01 | String | |
UserDefined02 | String | |
UserDefined03 | String | |
UserDefined04 | String | |
UserDefined05 | String | |
AuditsAggregate | String | |
CustomerReference | String | |
Description | String | |
DistributionsAggregate | String | |
DocumentTotalCurrency | String | |
DocumentTotal | Decimal | |
EstimatedTimeToRepair | Decimal | |
IsOnHold | Bool | |
LaborChargesExtensionsExtensionAggregate | String | |
LaborChargesBillablePercent | Decimal | |
LaborChargesTotalAmountCurrency | String | |
LaborChargesTotalAmount | Decimal | |
LaborChargesTotalCostCurrency | String | |
LaborChargesTotalCost | Decimal | |
MiscellaneousChargesExtensionsExtensionAggregate | String | |
MiscellaneousChargesBillablePercent | Decimal | |
MiscellaneousChargesTotalAmountCurrency | String | |
MiscellaneousChargesTotalAmount | Decimal | |
MiscellaneousChargesTotalCostCurrency | String | |
MiscellaneousChargesTotalCost | Decimal | |
PartsChargesExtensionsExtensionAggregate | String | |
PartsChargesBillablePercent | Decimal | |
PartsChargesTotalAmountCurrency | String | |
PartsChargesTotalAmount | Decimal | |
PartsChargesTotalCostCurrency | String | |
PartsChargesTotalCost | Decimal | |
PaymentTermsId | String | |
PreTaxDocumentAmountCurrency | String | |
PreTaxDocumentAmount | Decimal | |
PriceLevelId | String | |
Priority | Int | |
ResponseDateTime | Datetime | |
SalesPersonId | String | |
ServiceAreaId | String | |
ServiceContractId | String | |
ServiceContractLineSequenceNumber | Decimal | |
ServiceTypeId | String | |
ShipToAddressExtensionsExtensionAggregate | String | |
ShipToAddressCity | String | |
ShipToAddressLine1 | String | |
ShipToAddressLine2 | String | |
ShipToAddressLine3 | String | |
ShipToAddressPostalCode | String | |
ShipToAddressState | String | |
ShipToAddressCountryRegion | String | |
ShipToAddressContactPerson | String | |
ShipToAddressPhone1CountryCode | String | |
ShipToAddressPhone1Extension | String | |
ShipToAddressPhone1 | String | |
StatusCodeId | String | |
TaxAmountCurrency | String | |
TaxAmount | Decimal | |
TaxExemptNumber1 | String | |
TaxExemptNumber2 | String | |
TaxScheduleId | String | |
TechnicianId | String | |
TimeZoneId | String | |
AdditionalChargesAggregate | String | |
EquipmentCodesAggregate | String | |
ExpensesAggregate | String | |
LaborAggregate | String | |
PartsExtensionsExtensionAggregate | String | |
PartsEntryDateTime | Datetime | |
PartsEquipmentLineSequenceNumber | Int | |
PartsFrontOfficeIntegrationId | String | |
PartsItemDescription | String | |
PartsItemId | String | |
PartsKeyLineSequenceNumber [KEY] | Int | |
PartsKeyServiceDocumentId [KEY] | String | |
PartsNote | String | |
PartsPriceLevelId | String | |
PartsTaxAmountCurrency | String | |
PartsTaxAmount | Decimal | |
PartsTechnicianId | String | |
PartsTotalAmountCurrency | String | |
PartsTotalAmount | Decimal | |
PartsUnitCostCurrency | String | |
PartsUnitCost | Decimal | |
PartsUnitPriceCurrency | String | |
PartsUnitPrice | Decimal | |
PartsUofM | String | |
PartsBillablePartsPercent | Decimal | |
PartsDoNotCreateReturnLine | Bool | |
PartsMiscellaneousAddressId | String | |
PartsPurchaseOrderConsolidateOnPO | Bool | |
PartsPurchaseOrderCreatePO | Bool | |
PartsPurchaseOrderPromiseDate | Datetime | |
PartsPurchaseOrderVendorId | String | |
PartsQuantity | Decimal | |
PartsQuantityBackordered | Decimal | |
PartsShipToAddressOptionType | String | |
PartsStatusCodeId | String | |
PartsUseType | String | |
PartsWarehouseId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Versandart
Gibt eine Liste zurück mit: Versandmethode
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
Carrier | String | |
CarrierAccount | String | |
Contact | String | |
CreatedDate | Datetime | |
Description | String | |
Id [KEY] | String | |
ModifiedBy | String | |
ModifiedDate | Datetime | |
PhoneNumberCountryCode | String | |
PhoneNumberExtension | String | |
PhoneNumber | String | |
Type | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
SkillSetFähigkeiten
Gibt eine Liste zurück mit: SkillSetSkills
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AvailableSkills | Int | |
SkillSetId | String | |
SkillsExtensionsExtensionAggregate | String | |
SkillsCompensationExtensionsExtensionAggregate | String | |
SkillsCompensationCompensationAmount | Decimal | |
SkillsCompensationCompensationPeriod | String | |
SkillsDeleteOnUpdate | Bool | |
SkillsSkillId [KEY] | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
UofMSchedule
Gibt eine Liste zurück von: UofMSchedule
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BaseUofM | String | |
Description | String | |
DetailsAggregate | String | |
Id [KEY] | String | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
UofMDecimalPlacesQuantities | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
UofMScheduleDetails
Gibt eine Liste zurück von: UofMScheduleDetails
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
BaseUofM | String | |
Description | String | |
DetailsExtensionsExtensionAggregate | String | |
DetailsEquivalentUofM | String | |
DetailsEquivalentUofMQuantity | Decimal | |
DetailsKeySequenceNumber [KEY] | Int | |
DetailsKeyUofMScheduleId [KEY] | String | |
DetailsLastModifiedBy | String | |
DetailsLastModifiedDate | Datetime | |
DetailsLongDescription | String | |
DetailsQuantityInBaseUofM | Decimal | |
DetailsUofM | String | |
Id | String | |
LastModifiedBy | String | |
LastModifiedDate | Datetime | |
UofMDecimalPlacesQuantities | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
BenutzerzuweisbaresGeschäftsobjekt
Gibt eine Liste zurück von: UserAssignableBusinessObject
Spalten
Name | Typ | Beschreibung |
---|---|---|
BusinessObjectTypeDisplayName | String | |
BusinessObjectTypeId [KEY] | String | |
IsKeyEqualToDisplayId | Bool | |
SupportedContainment | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Lieferantenadressen
Gibt eine Liste zurück mit: VendorAddresses
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AccountsPayableGLAccountId | String | |
AccountsPayableGLAccountKeyIsEncrypted | Bool | |
AccruedPurchasesGLAccountId | String | |
AccruedPurchasesGLAccountKeyIsEncrypted | Bool | |
AddressesExtensionsExtensionAggregate | String | |
AddressesCity | String | |
AddressesLine1 | String | |
AddressesLine2 | String | |
AddressesLine3 | String | |
AddressesPostalCode | String | |
AddressesState | String | |
AddressesCountryRegion | String | |
AddressesFaxCountryCode | String | |
AddressesFaxExtension | String | |
AddressesFax | String | |
AddressesPhone1CountryCode | String | |
AddressesPhone1Extension | String | |
AddressesPhone1 | String | |
AddressesPhone2CountryCode | String | |
AddressesPhone2Extension | String | |
AddressesPhone2 | String | |
AddressesPhone3CountryCode | String | |
AddressesPhone3Extension | String | |
AddressesPhone3 | String | |
AddressesCountryRegionCodeId | String | |
AddressesContactPerson | String | |
AddressesName | String | |
AddressesCreatedDate | Datetime | |
AddressesInternetAddressesAdditionalInformation | String | |
AddressesInternetAddressesEmailBccAddress | String | |
AddressesInternetAddressesEmailCcAddress | String | |
AddressesInternetAddressesEmailToAddress | String | |
AddressesInternetAddressesInternetField1 | String | |
AddressesInternetAddressesInternetField2 | String | |
AddressesInternetAddressesInternetField3 | String | |
AddressesInternetAddressesInternetField4 | String | |
AddressesInternetAddressesInternetField5 | String | |
AddressesInternetAddressesInternetField6 | String | |
AddressesInternetAddressesInternetField7 | String | |
AddressesInternetAddressesInternetField8 | String | |
AddressesInternetAddressesMessengerAddress | String | |
AddressesLastModifiedDate | Datetime | |
AddressesModifiedDate | Datetime | |
AddressesShippingMethodId | String | |
AddressesTaxScheduleId | String | |
AddressesUPSZone | String | |
AddressesUserDefined1 | String | |
AddressesUserDefined2 | String | |
AddressesDeleteOnUpdate | Bool | |
AddressesId [KEY] | String | |
AddressesKeyVendorId [KEY] | String | |
AllowRevaluation | Bool | |
BankAccountId | String | |
CashGLAccountId | String | |
CashGLAccountKeyIsEncrypted | Bool | |
CheckName | String | |
ClassId | String | |
Comment1 | String | |
Comment2 | String | |
CreatedDate | Datetime | |
CreditLimitItem | String | |
CurrencyKeyISOCode | String | |
DefaultAddressId | String | |
DefaultAddressKeyVendorId | String | |
DefaultCashAccountType | String | |
DiscountGracePeriod | Int | |
DueDateGracePeriod | Int | |
FinanceChargesGLAccountId | String | |
FinanceChargesGLAccountKeyIsEncrypted | Bool | |
FreeOnBoard | String | |
FreightGLAccountId | String | |
FreightGLAccountKeyIsEncrypted | Bool | |
HistoryOptionsKeepCalendarHistory | Bool | |
HistoryOptionsKeepDistributionHistory | Bool | |
HistoryOptionsKeepFiscalHistory | Bool | |
HistoryOptionsKeepTransactionHistory | Bool | |
IsActive | Bool | |
IsOnHold | Bool | |
IsOneTime | Bool | |
Id | String | |
Language | String | |
MaximumInvoiceItem | String | |
MaximumWriteoffItem | String | |
MinimumOrderAmountCurrency | String | |
MinimumOrderAmount | Decimal | |
MinimumPaymentItem | String | |
MiscellaneousGLAccountId | String | |
MiscellaneousGLAccountKeyIsEncrypted | Bool | |
ModifiedDate | Datetime | |
Name | String | |
Notes | String | |
PaymentPriority | String | |
PaymentTermsId | String | |
PostResultsTo | String | |
ProjectAccountingOptionsDefaultPurchaseOrderFormat | String | |
ProjectAccountingOptionsUnitCostCurrency | String | |
ProjectAccountingOptionsUnitCost | Decimal | |
ProjectAccountingOptionsUnitOfMeasure | String | |
ProjectAccountingOptionsUserDefined1 | String | |
ProjectAccountingOptionsUserDefined2 | String | |
PurchaseAddressId | String | |
PurchaseAddressKeyVendorId | String | |
PurchasePriceVarianceGLAccountId | String | |
PurchasePriceVarianceGLAccountKeyIsEncrypted | Bool | |
PurchasesGLAccountId | String | |
PurchasesGLAccountKeyIsEncrypted | Bool | |
RateTypeId | String | |
RemitToAddressId | String | |
RemitToAddressKeyVendorId | String | |
ShipFromAddressId | String | |
ShipFromAddressKeyVendorId | String | |
ShortName | String | |
Tax1099BoxNumber | Int | |
Tax1099Type | String | |
TaxGLAccountId | String | |
TaxGLAccountKeyIsEncrypted | Bool | |
TaxIdentificationNumber | String | |
TaxRegistrationNumber | String | |
TaxSchedule | String | |
TermsDiscountAvailableGLAccountId | String | |
TermsDiscountAvailableGLAccountKeyIsEncrypted | Bool | |
TermsDiscountTakenGLAccountId | String | |
TermsDiscountTakenGLAccountKeyIsEncrypted | Bool | |
TradeDiscountGLAccountId | String | |
TradeDiscountGLAccountKeyIsEncrypted | Bool | |
TradeDiscountPercent | Decimal | |
UserDefined1 | String | |
UserDefined2 | String | |
UserLanguageId | Int | |
VendorAccountNumber | String | |
WorkflowPriority | String | |
WorkflowsAggregate | String | |
WriteoffGLAccountId | String | |
WriteoffGLAccountKeyIsEncrypted | Bool |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
LieferantFertigungsauftrag
Gibt eine Liste zurück von: VendorManufacturingOrder
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualDemand | Decimal | |
BOMCategory | String | |
BOMRevisionLevel | String | |
ComponentCalculation | String | |
DateCompleted | Datetime | |
Description | String | |
DrawFromSite | String | |
EndDate | Datetime | |
EndingQty | Decimal | |
IsArchivedMO | Bool | |
IsQuickMO | Bool | |
ItemId | String | |
LastModifiedDate | Datetime | |
LotNumber | String | |
ManufacturingOrderDocumentId [KEY] | String | |
Notes | String | |
OrderStatus | String | |
OutSourced | String | |
PickNumber | String | |
PlanName | String | |
PostToSite | String | |
Priority | String | |
RoutingName | String | |
RoutingRevisionLevel | String | |
ScheduleMethod | String | |
SchedulingPreference | String | |
StartDate | Datetime | |
StartingQty | Decimal | |
RouteAggregate | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
LieferantFertigungsauftragRoute
Gibt eine Liste zurück von: VendorManufacturingOrderRoute
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
ActualDemand | Decimal | |
BOMCategory | String | |
BOMRevisionLevel | String | |
ComponentCalculation | String | |
DateCompleted | Datetime | |
Description | String | |
DrawFromSite | String | |
EndDate | Datetime | |
EndingQty | Decimal | |
IsArchivedMO | Bool | |
IsQuickMO | Bool | |
ItemId | String | |
LastModifiedDate | Datetime | |
LotNumber | String | |
ManufacturingOrderDocumentId | String | |
Notes | String | |
OrderStatus | String | |
OutSourced | String | |
PickNumber | String | |
PlanName | String | |
PostToSite | String | |
Priority | String | |
RoutingName | String | |
RoutingRevisionLevel | String | |
ScheduleMethod | String | |
SchedulingPreference | String | |
StartDate | Datetime | |
StartingQty | Decimal | |
RouteActualFinishDate | Datetime | |
RouteActualStartDate | Datetime | |
RouteClosedBy | String | |
RouteCycleTime | Decimal | |
RouteDateClosed | Datetime | |
RouteDateCreated | Datetime | |
RouteDrawingNumber | String | |
RouteIsAutoBackFlushLabor | Bool | |
RouteIsAutoBackFlushMachine | Bool | |
RouteIsCapacityRequirementsPlanned | Bool | |
RouteIsDone | Bool | |
RouteIsLastSequenceofTheDay | Bool | |
RouteIsMultiEmployeeOperation | Bool | |
RouteIsPhantomItem | Bool | |
RouteIsQualityAssuranceNeeded | Bool | |
RouteLaborCode1 | String | |
RouteLaborCode2 | String | |
RouteLaborTime | Decimal | |
RouteLastModifiedDate | Datetime | |
RouteMRPAmountCurrency | String | |
RouteMRPAmount | Decimal | |
RouteMachineId | String | |
RouteMachineTime | Decimal | |
RouteManufacturingNote | String | |
RouteManufacturingOrderDocumentId | String | |
RouteMoveTime | Decimal | |
RouteNextRouteNumber | String | |
RouteNotes | String | |
RouteNumberOfCrews | Int | |
RouteNumberOfEmployees | Int | |
RouteNumberOfMachines | Int | |
RouteOperationCode | String | |
RoutePOOffsetDays | Int | |
RoutePercentageComplete | Int | |
RoutePieces | Decimal | |
RouteQuantity | Decimal | |
RouteQueueTime | Decimal | |
RouteRejects | Decimal | |
RouteRouteMachineID | String | |
RouteRoutePartNumber | String | |
RouteRouteSeqDescription | String | |
RouteRouteSequenceNum [KEY] | Int | |
RouteRouteSequenceType | String | |
RouteRouteWorkCenter | String | |
RouteRunTime | Decimal | |
RouteScheduledFinishDate | Datetime | |
RouteScheduledStartDate | Datetime | |
RouteServiceItemDateReleased | Datetime | |
RouteServiceItemManufacturingOrderDocumentId | String | |
RouteServiceItemQtyToOrder | Decimal | |
RouteServiceItemRequiredDate | Datetime | |
RouteServiceItemRouteSequenceNum | Int | |
RouteServiceItemServiceItemId | String | |
RouteServiceItemSuggestedQty | Decimal | |
RouteSetupTime | Decimal | |
RouteUserDef1 | String | |
RouteUserDef2 | String | |
RouteVendorId | String | |
RouteVendorName | String | |
RouteWIPOutputPerMOStartQty | Decimal | |
RouteWaitHours | Int | |
RouteWorkCenter | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
LieferantGeplanteBestellung
Gibt eine Liste zurück mit: VendorPlannedOrder
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
DueDate | Datetime | |
IsCRPScheduled | Bool | |
ItemId | String | |
ItemsAggregate | String | |
LLC | Int | |
LocationId | String | |
PlannedOrderId [KEY] | String | |
QuantityToOrder | Decimal | |
ReleaseDate | Datetime | |
Replenishment | String | |
RunNumber | Int | |
Transferred | Bool | |
UnitOfMeasure | String | |
VendorId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
LagerBehälter
Gibt eine Liste zurück mit: WarehouseBins
Spalten
Name | Typ | Beschreibung |
---|---|---|
ExtensionsExtensionAggregate | String | |
AddressExtensionsExtensionAggregate | String | |
AddressCity | String | |
AddressLine1 | String | |
AddressLine2 | String | |
AddressLine3 | String | |
AddressPostalCode | String | |
AddressState | String | |
AddressCountryRegion | String | |
AddressFaxCountryCode | String | |
AddressFaxExtension | String | |
AddressFax | String | |
AddressPhone1CountryCode | String | |
AddressPhone1Extension | String | |
AddressPhone1 | String | |
AddressPhone2CountryCode | String | |
AddressPhone2Extension | String | |
AddressPhone2 | String | |
AddressPhone3CountryCode | String | |
AddressPhone3Extension | String | |
AddressPhone3 | String | |
AddressCountryRegionCodeId | String | |
BinsExtensionsExtensionAggregate | String | |
BinsKeyBin [KEY] | String | |
BinsKeyWarehouseId [KEY] | String | |
Description | String | |
IncludeInPlanning | Bool | |
Id | String | |
PurchaseTaxScheduleId | String | |
SalesTaxScheduleId | String |
Pseudo-Spalten
Pseudo-Spaltenfelder werden in der WHERE-Klausel von SELECT-Anweisungen verwendet und bieten eine genauere Kontrolle über die Tupel, die von der Datenquelle zurückgegeben werden.
Name | Typ | Beschreibung |
---|---|---|
PagingColumn | String |
Gespeicherte Prozeduren
Gespeicherte Prozeduren sind funktionsähnliche Schnittstellen, die die Funktionalität des Connectors über einfache SELECT/INSERT/UPDATE/DELETE-Operationen mit Microsoft Dynamics GP hinaus erweitern.
Gespeicherte Prozeduren akzeptieren eine Liste von Parametern, führen ihre beabsichtigte Funktion aus und geben dann gegebenenfalls alle relevanten Antwortdaten von Microsoft Dynamics GP zurück, zusammen mit einer Angabe, ob die Prozedur erfolgreich war oder fehlgeschlagen ist.
Jitterbit-Connector für gespeicherte Prozeduren in Microsoft Dynamics GP
Name | Beschreibung |
---|---|
CreateSchema | Erstellt eine Schema für die angegebene Tabelle oder Ansicht. |
VoidCashReceipt | Diese gespeicherte Prozedur macht einen Bargeldbeleg ungültig. |
VoidPurchaseOrder | Diese gespeicherte Prozedur macht einen Einkaufsbestellbeleg ungültig. |
VoidReceivablesCreditMemo | Diese gespeicherte Prozedur macht eine Gutschrift für Forderungen ungültig. |
VoidReceivablesReturn | Diese gespeicherte Prozedur macht eine Forderungsrückgabe ungültig. |
VoidSalesBackorder | Diese gespeicherte Prozedur macht einen Rückstand bei einem Verkauf ungültig. |
VoidSalesInvoice | Diese gespeicherte Prozedur macht eine Verkaufsrechnung ungültig. |
VoidSalesOrder | Diese gespeicherte Prozedur macht einen Verkaufsauftrag ungültig. |
VoidSalesQuote | Diese gespeicherte Prozedur macht ein Verkaufsangebot ungültig. |
VoidSalesReturn | Diese gespeicherte Prozedur macht eine Warenrücksendung ungültig. |
Schema erstellen
Erstellt eine Schema für die angegebene Tabelle oder Ansicht.
Schema erstellen
Erstellt eine lokale Schema (.rsd) aus einer vorhandenen Tabelle oder Ansicht im Datenmodell.
Die Schema wird in dem Verzeichnis erstellt, das in festgelegt ist Location
Verbindungseigenschaft, wenn dieses Verfahren ausgeführt wird. Sie können die Datei bearbeiten, um Spalten ein- oder auszuschließen, Spalten umzubenennen oder Spaltendatentypen anzupassen.
Der Connector überprüft die Location
um zu bestimmen, ob die Namen von .rsd-Dateien mit einer Tabelle oder Ansicht im Datenmodell übereinstimmen. Wenn ein Duplikat vorhanden ist, hat die Schema Vorrang vor der Standardinstanz dieser Tabelle im Datenmodell. Wenn eine Schema in vorhanden ist Location
das nicht mit einer vorhandenen Tabelle oder Ansicht übereinstimmt, wird dem Datenmodell des Connectors ein neuer Tabellen- oder Ansichtseintrag hinzugefügt.
Eingang
Name | Typ | Beschreibung |
---|---|---|
TableName | String | Der Name der Tabelle oder Ansicht. |
FileName | String | Der vollständige Dateipfad und Name des zu generierenden Schema. Beispiel: „C:\Benutzer\Benutzer\Desktop\Filter\Filters.rsd“ |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Ungültiger Bargeldbeleg
Diese gespeicherte Prozedur macht einen Kassenbon ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt des Forderungsbelegs, das den zu stornierenden Zahlungseingang angibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Ungültige Bestellung
Diese gespeicherte Prozedur macht ein Bestelldokument ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt der Einkaufstransaktion, das die zu stornierende Einkaufsbestellung angibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Ungültige Forderungen CreditMemo
Diese gespeicherte Prozedur macht eine Forderungsgutschrift ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt des Forderungsbelegs, das die zu stornierende Forderungsgutschrift angibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Ungültige ForderungenRückgabe
Diese gespeicherte Prozedur macht eine Forderungsrückgabe ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt des Forderungsbelegs, das die auf Ungültigkeit stehende Forderung zurückgibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Ungültiger VerkaufNachbestellung
Diese gespeicherte Prozedur macht einen Lieferrückstand ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt des Verkaufsbelegs, das den zu stornierenden Verkaufsrückstand angibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Ungültige Verkaufsrechnung
Diese gespeicherte Prozedur macht eine Verkaufsrechnung ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt des Verkaufsbelegs, das die zu stornierende Verkaufsrechnung angibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Ungültige Verkaufsbestellung
Diese gespeicherte Prozedur macht einen Verkaufsauftrag ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt des Verkaufsbelegs, das den zu stornierenden Verkaufsauftrag angibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
VoidSalesQuote
Diese gespeicherte Prozedur macht ein Verkaufsangebot ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt des Verkaufsbelegs, das das zu stornierende Verkaufsangebot angibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Ungültiger VerkaufRückgabe
Diese gespeicherte Prozedur macht eine Warenrücksendung ungültig.
Eingang
Name | Typ | Beschreibung |
---|---|---|
Id | String | Das Schlüsselobjekt des Verkaufsbelegs, das die zu stornierende Verkaufsretoure angibt. |
Ergebnissatzspalten
Name | Typ | Beschreibung |
---|---|---|
Result | String | Gibt „Erfolg“ oder „Fehler“ zurück. |
Systemtabellen
Sie können die in diesem Abschnitt beschriebenen Systemtabellen Abfrage, um auf Schema, Informationen zur Datenquellenfunktionalität und Statistiken zu Operation Charge.
Schematabellen
Die folgenden Tabellen geben Datenbankmetadaten für Microsoft Dynamics GP zurück:
- sys_catalogs: Listet die verfügbaren Datenbanken auf.
- sys_schemas: Listet die verfügbaren Schemata auf.
- sys_tables: Listet die verfügbaren Tabellen und Ansichten auf.
- sys_tablecolumns: Beschreibt die Spalten der verfügbaren Tabellen und Ansichten.
- sys_procedures: Beschreibt die verfügbaren gespeicherten Prozeduren.
- sys_procedureparameters: Beschreibt Parameter gespeicherter Prozeduren.
- sys_keycolumns: Beschreibt die Primär- und Fremdschlüssel.
- sys_indexes: Beschreibt die verfügbaren Indizes.
Datenquellentabellen
Die folgenden Tabellen enthalten Informationen dazu, wie eine Verbindung zur Datenquelle hergestellt und diese Abfrage wird:
- sys_connection_props: Gibt Informationen zu den verfügbaren Verbindungseigenschaften zurück.
- sys_sqlinfo: Beschreibt die SELECT-Abfragen, die der Connector an die Datenquelle auslagern kann.
Abfrageinformationstabellen
Die folgende Tabelle gibt Abfrage für Datenänderungsabfragen zurück:
- Systemidentität: Gibt Informationen zu Charge oder einzelnen Updates zurück.
Sys_catalogs
Listet die verfügbaren Datenbanken auf.
Die folgende Abfrage ruft alle durch die Verbindungszeichenfolge ermittelten Datenbanken ab:
SELECT * FROM sys_catalogs
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Der Datenbankname. |
Sys_schemas
Listet die verfügbaren Schemas auf.
Die folgende Abfrage ruft alle verfügbaren Schemata ab:
SELECT * FROM sys_schemas
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Der Datenbankname. |
SchemaName | String | Der Schema. |
Sys_tables
Listet die verfügbaren Tabellen auf.
Die folgende Abfrage ruft die verfügbaren Tabellen und Ansichten ab:
SELECT * FROM sys_tables
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Die Datenbank, die die Tabelle oder Ansicht enthält. |
SchemaName | String | Das Schema, das die Tabelle oder Ansicht enthält. |
TableName | String | Der Name der Tabelle oder Ansicht. |
TableType | String | Der Tabellentyp (Tabelle oder Ansicht). |
Description | String | Eine Beschreibung der Tabelle oder Ansicht. |
IsUpdateable | Boolean | Ob die Tabelle aktualisiert werden kann. |
Sys_tablecolumns
Beschreibt die Spalten der verfügbaren Tabellen und Ansichten.
Die folgende Abfrage gibt die Spalten und Datentypen für die Tabelle „Customer“ zurück:
SELECT ColumnName, DataTypeName FROM sys_tablecolumns WHERE TableName='Customer'
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Der Name der Datenbank, die die Tabelle oder Ansicht enthält. |
SchemaName | String | Das Schema, das die Tabelle oder Ansicht enthält. |
TableName | String | Der Name der Tabelle oder Ansicht, die die Spalte enthält. |
ColumnName | String | Der Spaltenname. |
DataTypeName | String | Der Name des Datentyps. |
DataType | Int32 | Eine Ganzzahl, die den Datentyp angibt. Dieser Wert wird zur Laufzeit basierend auf der Umfeld bestimmt. |
Length | Int32 | Die Speichergröße der Spalte. |
DisplaySize | Int32 | Die normale Maximalbreite der angegebenen Spalte in Zeichen. |
NumericPrecision | Int32 | Die maximale Anzahl von Ziffern in numerischen Daten. Die Spaltenlänge in Zeichen für Zeichen- und Datums-/Uhrzeitdaten. |
NumericScale | Int32 | Die Spaltenskala oder Anzahl der Ziffern rechts vom Dezimalpunkt. |
IsNullable | Boolean | Ob die Spalte Null enthalten kann. |
Description | String | Eine kurze Beschreibung der Spalte. |
Ordinal | Int32 | Die Sequenznummer der Spalte. |
IsAutoIncrement | String | Ob der Spaltenwert in festen Schritten zugewiesen wird. |
IsGeneratedColumn | String | Ob die Spalte generiert wird. |
IsHidden | Boolean | Ob die Spalte ausgeblendet ist. |
IsArray | Boolean | Ob die Spalte ein Array ist. |
Sys_procedures
Listet die verfügbaren gespeicherten Prozeduren auf.
Die folgende Abfrage ruft die verfügbaren gespeicherten Prozeduren ab:
SELECT * FROM sys_procedures
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Die Datenbank, die die gespeicherte Prozedur enthält. |
SchemaName | String | Das Schema, das die gespeicherte Prozedur enthält. |
ProcedureName | String | Der Name der gespeicherten Prozedur. |
Description | String | Eine Beschreibung der gespeicherten Prozedur. |
ProcedureType | String | Der Typ der Prozedur, z. B. PROZEDUR oder FUNKTION. |
Sys_procedureparameters
Beschreibt Parameter gespeicherter Prozeduren.
Die folgende Abfrage gibt Informationen zu allen Eingabeparametern für die gespeicherte Prozedur „SearchSuppliers“ zurück:
SELECT * FROM sys_procedureparameters WHERE ProcedureName='SearchSuppliers' AND Direction=1 OR Direction=2
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Der Name der Datenbank, die die gespeicherte Prozedur enthält. |
SchemaName | String | Der Name des Schema, das die gespeicherte Prozedur enthält. |
ProcedureName | String | Der Name der gespeicherten Prozedur, die den Parameter enthält. |
ColumnName | String | Der Name des gespeicherten Prozedurparameters. |
Direction | Int32 | Eine Ganzzahl, die dem Typ des Parameters entspricht: Eingabe (1), Eingabe/Ausgabe (2) oder Ausgabe (4). Parameter vom Typ Eingabe/Ausgabe können sowohl Eingabe- als auch Ausgabeparameter sein. |
DataTypeName | String | Der Name des Datentyps. |
DataType | Int32 | Eine Ganzzahl, die den Datentyp angibt. Dieser Wert wird zur Laufzeit basierend auf der Umfeld bestimmt. |
Length | Int32 | Die Anzahl der für Zeichendaten zulässigen Zeichen. Die Anzahl der für numerische Daten zulässigen Ziffern. |
NumericPrecision | Int32 | Die maximale Genauigkeit für numerische Daten. Die Spaltenlänge in Zeichen für Zeichen- und Datums-/Uhrzeitdaten. |
NumericScale | Int32 | Die Anzahl der Ziffern rechts vom Dezimalkomma in numerischen Daten. |
IsNullable | Boolean | Ob der Parameter Null enthalten kann. |
IsRequired | Boolean | Ob der Parameter zur Ausführung der Prozedur erforderlich ist. |
IsArray | Boolean | Ob der Parameter ein Array ist. |
Description | String | Die Beschreibung des Parameters. |
Ordinal | Int32 | Der Index des Parameters. |
Sys_keycolumns
Beschreibt die Primär- und Fremdschlüssel.
Die folgende Abfrage ruft den Primärschlüssel für die Tabelle „Customer“ ab:
SELECT * FROM sys_keycolumns WHERE IsKey='True' AND TableName='Customer'
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Der Name der Datenbank, die den Schlüssel enthält. |
SchemaName | String | Der Name des Schema, das den Schlüssel enthält. |
TableName | String | Der Name der Tabelle, die den Schlüssel enthält. |
ColumnName | String | Der Name der Schlüsselspalte. |
IsKey | Boolean | Ob die Spalte ein Primärschlüssel in der Tabelle ist, auf die im Feld „TableName“ verwiesen wird. |
IsForeignKey | Boolean | Ob die Spalte ein Fremdschlüssel ist, auf den im Feld TableName verwiesen wird. |
PrimaryKeyName | String | Der Name des Primärschlüssels. |
ForeignKeyName | String | Der Name des Fremdschlüssels. |
ReferencedCatalogName | String | Die Datenbank, die den Primärschlüssel enthält. |
ReferencedSchemaName | String | Das Schema, das den Primärschlüssel enthält. |
ReferencedTableName | String | Die Tabelle, die den Primärschlüssel enthält. |
ReferencedColumnName | String | Der Spaltenname des Primärschlüssels. |
Sys_foreignkeys
Beschreibt die Fremdschlüssel.
Die folgende Abfrage ruft alle Fremdschlüssel ab, die auf andere Tabellen verweisen:
SELECT * FROM sys_foreignkeys WHERE ForeignKeyType = 'FOREIGNKEY_TYPE_IMPORT'
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Der Name der Datenbank, die den Schlüssel enthält. |
SchemaName | String | Der Name des Schema, das den Schlüssel enthält. |
TableName | String | Der Name der Tabelle, die den Schlüssel enthält. |
ColumnName | String | Der Name der Schlüsselspalte. |
PrimaryKeyName | String | Der Name des Primärschlüssels. |
ForeignKeyName | String | Der Name des Fremdschlüssels. |
ReferencedCatalogName | String | Die Datenbank, die den Primärschlüssel enthält. |
ReferencedSchemaName | String | Das Schema, das den Primärschlüssel enthält. |
ReferencedTableName | String | Die Tabelle, die den Primärschlüssel enthält. |
ReferencedColumnName | String | Der Spaltenname des Primärschlüssels. |
ForeignKeyType | String | Gibt an, ob der Fremdschlüssel ein Importschlüssel (zeigt auf andere Tabellen) oder ein Exportschlüssel (referenziert von anderen Tabellen) ist. |
Sys_primarykeys
Beschreibt die Primärschlüssel.
Die folgende Abfrage ruft die Primärschlüssel aus allen Tabellen und Ansichten ab:
SELECT * FROM sys_primarykeys
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Der Name der Datenbank, die den Schlüssel enthält. |
SchemaName | String | Der Name des Schema, das den Schlüssel enthält. |
TableName | String | Der Name der Tabelle, die den Schlüssel enthält. |
ColumnName | String | Der Name der Schlüsselspalte. |
KeySeq | String | Die Sequenznummer des Primärschlüssels. |
KeyName | String | Der Name des Primärschlüssels. |
Sys_indexes
Beschreibt die verfügbaren Indizes. Durch das Filtern nach Indizes können Sie selektivere Abfragen mit schnelleren Abfrage schreiben.
Die folgende Abfrage ruft alle Indizes ab, die keine Primärschlüssel sind:
SELECT * FROM sys_indexes WHERE IsPrimary='false'
Spalten
Name | Typ | Beschreibung |
---|---|---|
CatalogName | String | Der Name der Datenbank, die den Index enthält. |
SchemaName | String | Der Name des Schema, das den Index enthält. |
TableName | String | Der Name der Tabelle, die den Index enthält. |
IndexName | String | Der Indexname. |
ColumnName | String | Der Name der mit dem Index verknüpften Spalte. |
IsUnique | Boolean | Wahr, wenn der Index eindeutig ist. Andernfalls falsch. |
IsPrimary | Boolean | Wahr, wenn der Index ein Primärschlüssel ist. Andernfalls falsch. |
Type | Int16 | Ein ganzzahliger Wert, der dem Indextyp entspricht: Statistik (0), gruppiert (1), gehasht (2) oder Sonstiges (3). |
SortOrder | String | Die Sortierreihenfolge: A für aufsteigend oder D für absteigend. |
OrdinalPosition | Int16 | Die Sequenznummer der Spalte im Index. |
Sys_connection_props
Gibt Informationen zu den verfügbaren Verbindungseigenschaften und den in der Verbindungszeichenfolge festgelegten Eigenschaften zurück.
Bei der Abfrage dieser Tabelle sollte die Konfigurationsverbindungszeichenfolge verwendet werden:
jdbc:cdata:dynamicsgp:config:
Mit dieser Verbindungszeichenfolge können Sie diese Tabelle ohne eine gültige Verbindung Abfrage.
Die folgende Abfrage ruft alle Verbindungseigenschaften ab, die in der Verbindungszeichenfolge festgelegt oder über einen Standardwert gesetzt wurden:
SELECT * FROM sys_connection_props WHERE Value <> ''
Spalten
Name | Typ | Beschreibung |
---|---|---|
Name | String | Der Name der Verbindungseigenschaft. |
ShortDescription | String | Eine kurze Beschreibung. |
Type | String | Der Datentyp der Verbindungseigenschaft. |
Default | String | Der Standardwert, sofern nicht explizit einer festgelegt wurde. |
Values | String | Eine durch Kommas getrennte Liste möglicher Werte. Wenn ein anderer Wert angegeben wird, wird ein Validierungsfehler ausgegeben. |
Value | String | Der von Ihnen festgelegte Wert oder ein vorkonfigurierter Standard. |
Required | Boolean | Ob für die Immobilie eine Anschlusspflicht besteht. |
Category | String | Die Kategorie der Verbindungseigenschaft. |
IsSessionProperty | String | Ob die Eigenschaft eine Sitzungseigenschaft ist, die zum Speichern von Informationen zur aktuellen Verbindung verwendet wird. |
Sensitivity | String | Die Vertraulichkeitsstufe der Eigenschaft. Diese gibt Aufschluss darüber, ob die Eigenschaft in Protokollierungs- und Authentifizierungsformularen verschleiert wird. |
PropertyName | String | Eine verkürzte Form des Verbindungseigenschaftsnamens in Camel-Case-Schreibweise. |
Ordinal | Int32 | Der Index des Parameters. |
CatOrdinal | Int32 | Der Index der Parameterkategorie. |
Hierarchy | String | Zeigt zugehörige abhängige Eigenschaften an, die zusammen mit dieser festgelegt werden müssen. |
Visible | Boolean | Informiert, ob die Eigenschaft in der Verbindungs-Benutzeroberfläche sichtbar ist. |
ETC | String | Verschiedene sonstige Informationen zum Objekt. |
Sys_sqlinfo
Beschreibt die SELECT- Abfrage, die der Connector an die Datenquelle auslagern kann.
Entdecken der SELECT-Funktionen der Datenquelle
Nachfolgend sehen Sie einen Beispieldatensatz mit SQL-Funktionen. Einige Aspekte der SELECT-Funktionalität werden in einer durch Kommas getrennten Liste zurückgegeben, sofern sie unterstützt werden. Andernfalls enthält die Spalte NO.
Name | Beschreibung | Mögliche Werte |
---|---|---|
AGGREGATE_FUNCTIONS | Unterstützte Aggregatfunktionen. | AVG , COUNT , MAX , MIN , SUM , DISTINCT |
COUNT | Ob die COUNT-Funktion unterstützt wird. | YES , NO |
IDENTIFIER_QUOTE_OPEN_CHAR | Das öffnende Zeichen, das zum Escapen eines Bezeichners verwendet wird. | [ |
IDENTIFIER_QUOTE_CLOSE_CHAR | Das abschließende Zeichen, das zum Escapen eines Bezeichners verwendet wird. | ] |
SUPPORTED_OPERATORS | Eine Liste unterstützter SQL-Operatoren. | = , > , < , >= , <= , <> , != , LIKE , NOT LIKE , IN , NOT IN , IS NULL , IS NOT NULL , AND , OR |
GROUP_BY | Ob GROUP BY unterstützt wird und wenn ja, in welchem Umfang. | NO , NO_RELATION , EQUALS_SELECT , SQL_GB_COLLATE |
STRING_FUNCTIONS | Unterstützte String-Funktionen. | LENGTH , CHAR , LOCATE , REPLACE , SUBSTRING , RTRIM , LTRIM , RIGHT , LEFT , UCASE , SPACE , SOUNDEX , LCASE , CONCAT , ASCII , REPEAT , OCTET , BIT , POSITION , INSERT , TRIM , UPPER , REGEXP , LOWER , DIFFERENCE , CHARACTER , SUBSTR , STR , REVERSE , PLAN , UUIDTOSTR , TRANSLATE , TRAILING , TO , STUFF , STRTOUUID , STRING , SPLIT , SORTKEY , SIMILAR , REPLICATE , PATINDEX , LPAD , LEN , LEADING , KEY , INSTR , INSERTSTR , HTML , GRAPHICAL , CONVERT , COLLATION , CHARINDEX , BYTE |
NUMERIC_FUNCTIONS | Unterstützte numerische Funktionen. | ABS , ACOS , ASIN , ATAN , ATAN2 , CEILING , COS , COT , EXP , FLOOR , LOG , MOD , SIGN , SIN , SQRT , TAN , PI , RAND , DEGREES , LOG10 , POWER , RADIANS , ROUND , TRUNCATE |
TIMEDATE_FUNCTIONS | Unterstützte Datums-/Uhrzeitfunktionen. | NOW , CURDATE , DAYOFMONTH , DAYOFWEEK , DAYOFYEAR , MONTH , QUARTER , WEEK , YEAR , CURTIME , HOUR , MINUTE , SECOND , TIMESTAMPADD , TIMESTAMPDIFF , DAYNAME , MONTHNAME , CURRENT_DATE , CURRENT_TIME , CURRENT_TIMESTAMP , EXTRACT |
REPLICATION_SKIP_TABLES | Zeigt an, dass während der Replikation Tabellen übersprungen wurden. | |
REPLICATION_TIMECHECK_COLUMNS | Ein Zeichenfolgenarray mit einer Liste von Spalten, die (in der angegebenen Reihenfolge) zur Überprüfung verwendet werden, ob sie während der Replikation als geänderte Spalte verwendet werden sollen. | |
IDENTIFIER_PATTERN | Zeichenfolgenwert, der angibt, welche Zeichenfolge für einen Bezeichner gültig ist. | |
SUPPORT_TRANSACTION | Gibt an, ob der Anbieter Transaktionen wie Commit und Rollback unterstützt. | YES , NO |
DIALECT | Gibt den zu verwendenden SQL-Dialekt an. | |
KEY_PROPERTIES | Gibt die Eigenschaften an, die die einheitliche Datenbank identifizieren. | |
SUPPORTS_MULTIPLE_SCHEMAS | Gibt an, ob für den Anbieter mehrere Schemas vorhanden sein können. | YES , NO |
SUPPORTS_MULTIPLE_CATALOGS | Gibt an, ob für den Anbieter mehrere Kataloge vorhanden sein können. | YES , NO |
DATASYNCVERSION | Die für den Zugriff auf diesen Treiber erforderliche Data Sync-Version. | Standard , Starter , Professional , Enterprise |
DATASYNCCATEGORY | Die Kategorie „Datensynchronisierung“ dieses Treiber. | Source , Destination , Cloud Destination |
SUPPORTSENHANCEDSQL | Ob erweiterte SQL-Funktionen über das hinaus, was die API bietet, unterstützt werden. | TRUE , FALSE |
SUPPORTS_BATCH_OPERATIONS | Ob Charge Operationen unterstützt werden. | YES , NO |
SQL_CAP | Alle unterstützten SQL-Funktionen für diesen Treiber. | SELECT , INSERT , DELETE , UPDATE , TRANSACTIONS , ORDERBY , OAUTH , ASSIGNEDID , LIMIT , LIKE , BULKINSERT , COUNT , BULKDELETE , BULKUPDATE , GROUPBY , HAVING , AGGS , OFFSET , REPLICATE , COUNTDISTINCT , JOINS , DROP , CREATE , DISTINCT , INNERJOINS , SUBQUERIES , ALTER , MULTIPLESCHEMAS , GROUPBYNORELATION , OUTERJOINS , UNIONALL , UNION , UPSERT , GETDELETED , CROSSJOINS , GROUPBYCOLLATE , MULTIPLECATS , FULLOUTERJOIN , MERGE , JSONEXTRACT , BULKUPSERT , SUM , SUBQUERIESFULL , MIN , MAX , JOINSFULL , XMLEXTRACT , AVG , MULTISTATEMENTS , FOREIGNKEYS , CASE , LEFTJOINS , COMMAJOINS , WITH , LITERALS , RENAME , NESTEDTABLES , EXECUTE , BATCH , BASIC , INDEX |
PREFERRED_CACHE_OPTIONS | Ein Zeichenfolgenwert gibt die bevorzugten Cacheoptionen an. | |
ENABLE_EF_ADVANCED_QUERY | Gibt an, ob der Treiber erweiterte Abfragen aus dem Entity Framework direkt unterstützt. Wenn nicht, werden die Abfragen clientseitig verarbeitet. | YES , NO |
PSEUDO_COLUMNS | Ein Zeichenfolgenarray, das die verfügbaren Pseudospalten angibt. | |
MERGE_ALWAYS | Wenn der Wert „true“ ist, wird der Merge-Modus in der Datensynchronisierung zwangsweise ausgeführt. | TRUE , FALSE |
REPLICATION_MIN_DATE_QUERY | Eine Abfrage zum Zurückgeben des Startdatums und der Startzeit der Replikation. | |
REPLICATION_MIN_FUNCTION | Ermöglicht einem Anbieter, den Formelnamen anzugeben, der zum Ausführen eines serverseitigen Minimums verwendet werden soll. | |
REPLICATION_START_DATE | Ermöglicht einem Anbieter, ein Replikationsstartdatum anzugeben. | |
REPLICATION_MAX_DATE_QUERY | Eine Abfrage zum Zurückgeben des Enddatums und der Endzeit der Replikation. | |
REPLICATION_MAX_FUNCTION | Ermöglicht einem Anbieter, den Formelnamen anzugeben, der zur Ausführung eines serverseitigen Max. verwendet werden soll. | |
IGNORE_INTERVALS_ON_INITIAL_REPLICATE | Eine Liste von Tabellen, bei denen das Aufteilen der Replikation in Blöcke bei der ersten Replikation übersprungen wird. | |
CHECKCACHE_USE_PARENTID | Gibt an, ob die CheckCache-Anweisung für die übergeordnete Schlüsselspalte ausgeführt werden soll. | TRUE , FALSE |
CREATE_SCHEMA_PROCEDURES | Gibt gespeicherte Prozeduren an, die zum Generieren von Schema verwendet werden können. |
Die folgende Abfrage ruft die Operatoren ab, die in der WHERE-Klausel verwendet werden können:
SELECT * FROM sys_sqlinfo WHERE Name = 'SUPPORTED_OPERATORS'
Beachten Sie, dass einzelne Tabellen unterschiedliche Einschränkungen oder Anforderungen an die WHERE-Klausel haben können; siehe Datenmodell Abschnitt für weitere Informationen.
Spalten
Name | Typ | Beschreibung |
---|---|---|
NAME | String | Eine Komponente der SQL-Syntax oder eine Funktion, die auf dem Server verarbeitet werden kann. |
VALUE | String | Details zum unterstützten SQL bzw. zur SQL-Syntax. |
Systemidentität
Gibt Informationen zu versuchten Änderungen zurück.
Die folgende Abfrage ruft die IDs der geänderten Zeilen in einer Operation Charge:
SELECT * FROM sys_identity
Spalten
Name | Typ | Beschreibung |
---|---|---|
Id | String | Die von einer Operation zurückgegebene, von der Datenbank generierte ID. |
Batch | String | Eine Kennung für den Charge. 1 für einen einzelnen Operation. |
Operation | String | Das Ergebnis der Operation im Charge: EINGEFÜGT, AKTUALISIERT oder GELÖSCHT. |
Message | String | SUCCESS oder eine Fehlermeldung, wenn das Update im Charge fehlgeschlagen ist. |
Erweiterte Konfigurationseigenschaften
Die erweiterten Konfigurationseigenschaften sind die verschiedenen Optionen, die zum Herstellen einer Verbindung verwendet werden können. Dieser Abschnitt enthält eine vollständige Liste der Optionen, die Sie konfigurieren können. Klicken Sie auf die Links, um weitere Einzelheiten zu erfahren.
Eigenschaft | Beschreibung |
---|---|
AuthScheme | Das zur Authentifizierung verwendete Schema. Akzeptierte Einträge sind NTLM, Basic, Digest, None und Negotiate. |
URL | Die URL des Dynamics GP Servers. |
User | Das zur Authentifizierung verwendete Microsoft Dynamics GP Benutzerkonto. |
Password | Das zur Authentifizierung des Benutzers verwendete Kennwort. |
CompanyId | Die eindeutige Kennung des Unternehmens, auf das als Datenquelle zugegriffen werden soll. |
Eigenschaft | Beschreibung |
---|---|
KerberosKDC | Der Kerberos Key Distribution Center (KDC)-Dienst, der zur Authentifizierung des Benutzers verwendet wird. |
KerberosRealm | Der Kerberos-Bereich, der zur Authentifizierung des Benutzers verwendet wird. |
KerberosSPN | Der Service Principal Name (SPN) für den Kerberos-Domänencontroller. |
KerberosKeytabFile | Die Keytab-Datei, die Ihre Paare aus Kerberos-Prinzipalen und verschlüsselten Schlüsseln enthält. |
KerberosServiceRealm | Der Kerberos-Bereich des Dienstes. |
KerberosServiceKDC | Das Kerberos-KDC des Dienstes. |
KerberosTicketCache | Der vollständige Dateipfad zu einer Cachedatei für MIT Kerberos-Anmeldeinformationen. |
Eigenschaft | Beschreibung |
---|---|
SSLServerCert | Das vom Server zu akzeptierende Zertifikat bei einer Verbindung per TLS/SSL. |
Eigenschaft | Beschreibung |
---|---|
Location | Ein Pfad zum Verzeichnis, das die Schema enthält, die Tabellen, Ansichten und gespeicherte Prozeduren definieren. |
BrowsableSchemas | Diese Eigenschaft beschränkt die gemeldeten Schemata auf eine Teilmenge der verfügbaren Schemata. Beispiel: BrowsableSchemas=SchemaA, SchemaB, SchemaC. |
Tables | Diese Eigenschaft beschränkt die gemeldeten Tabellen auf eine Teilmenge der verfügbaren Tabellen. Beispiel: Tabellen=TabelleA, TabelleB, TabelleC. |
Views | Beschränkt die gemeldeten Ansichten auf eine Teilmenge der verfügbaren Tabellen. Beispiel: Ansichten=AnsichtA, AnsichtB, AnsichtC. |
Eigenschaft | Beschreibung |
---|---|
IgnoreLookupIdErrors | Ein Boolescher Wert, der angibt, ob Fehler bei nachgeschlagenen IDs ignoriert werden sollen. |
LookupIds | Ein Boolescher Wert, der angibt, ob IDs nachgeschlagen werden sollen. |
MaxRows | Begrenzt die Anzahl der zurückgegebenen Zeilen, wenn in der Abfrage keine Aggregation oder GROUP BY verwendet wird. Dies hat Vorrang vor LIMIT-Klauseln. |
Other | Diese versteckten Eigenschaften werden nur in bestimmten Anwendungsfällen verwendet. |
PseudoColumns | Diese Eigenschaft gibt an, ob Pseudospalten als Spalten in die Tabelle aufgenommen werden sollen oder nicht. |
Timeout | Der Wert in Sekunden, bis der Timeout-Fehler auftritt und der Operation abgebrochen wird. |
UserDefinedViews | Ein Dateipfad, der auf die JSON-Konfigurationsdatei verweist, die Ihre benutzerdefinierten Ansichten enthält. |
Authentifizierung
Dieser Abschnitt enthält eine vollständige Liste der Authentifizierungseigenschaften, die Sie konfigurieren können.
Eigenschaft | Beschreibung |
---|---|
AuthScheme | Das zur Authentifizierung verwendete Schema. Akzeptierte Einträge sind NTLM, Basic, Digest, None und Negotiate. |
URL | Die URL des Dynamics GP Servers. |
User | Das zur Authentifizierung verwendete Microsoft Dynamics GP Benutzerkonto. |
Password | Das zur Authentifizierung des Benutzers verwendete Kennwort. |
CompanyId | Die eindeutige Kennung des Unternehmens, auf das als Datenquelle zugegriffen werden soll. |
AuthScheme
Das zur Authentifizierung verwendete Schema. Akzeptierte Einträge sind NTLM, Basic, Digest, None und Negotiate.
Mögliche Werte
WSS
, NTLM
, Basic
, Digest
, None
, Negotiate
Datentyp
string
Standardwert
WSS
Hinweise
Zusammen mit Passwort und Benutzer, wird dieses Feld zur Authentifizierung gegenüber dem Server verwendet. WSS ist die Standardoption. Verwenden Sie die folgenden Optionen, um Ihr Authentifizierungsschema auszuwählen:
- Keine: Legen Sie dies fest, um die anonyme Authentifizierung zu verwenden und eine Verbindung mit der Microsoft Dynamics GP Datenquelle herzustellen, ohne die Benutzeranmeldeinformationen anzugeben.
- WSS: Legen Sie dies fest, um die WS-SECURITY- Verschlüsselung für SOAP Nachrichten zu verwenden.
- NTLM: Legen Sie dies fest, um Ihre Windows-Anmeldeinformationen zur Authentifizierung zu verwenden.
- Basic: Legen Sie dies fest, um die HTTP-Basic-Authentifizierung zu verwenden.
- Verhandeln: Wenn
AuthScheme
auf NEGOTIATE eingestellt ist, verhandelt der Connector einen Authentifizierungsmechanismus mit dem Server. Setzen SieAuthScheme
um die Verwendung der Kerberos-Authentifizierung zu VERHANDELN. - Digest: Legen Sie dies fest, um die HTTP-Digest-Authentifizierung zu verwenden.
URL
Die URL des Dynamics GP Servers.
Datentyp
string
Standardwert
""
Hinweise
Diese Eigenschaft ist für die Verbindung erforderlich. Der vollständige Pfad muss angegeben werden. Eine typische Service-URL folgt dem Muster: http://{servername}:{port}/Dynamics/GPService
.
Benutzer
Das zur Authentifizierung verwendete Microsoft Dynamics GP Benutzerkonto.
Datentyp
string
Standardwert
""
Hinweise
Zusammen mit Passwort, wird dieses Feld zur Authentifizierung gegenüber dem Microsoft Dynamics GP -Server verwendet.
Passwort
Das zur Authentifizierung des Benutzers verwendete Passwort.
Datentyp
string
Standardwert
""
Hinweise
Der Benutzer Und Password
werden zusammen zur Authentifizierung beim Server verwendet.
Firmen-ID
Die eindeutige Kennung des Unternehmens, auf das als Datenquelle zugegriffen werden soll.
Datentyp
string
Standardwert
""
Hinweise
Diese Eigenschaft ist erforderlich, um Daten für die meisten Tabellen abzurufen. Sie können diesen Wert erhalten, indem Sie die Tabelle „Unternehmen“ abfragen und die Eigenschaft zunächst leer lassen.
Kerberos
Dieser Abschnitt enthält eine vollständige Liste der Kerberos-Eigenschaften, die Sie konfigurieren können.
Eigenschaft | Beschreibung |
---|---|
KerberosKDC | Der Kerberos Key Distribution Center (KDC)-Dienst, der zur Authentifizierung des Benutzers verwendet wird. |
KerberosRealm | Der Kerberos-Bereich, der zur Authentifizierung des Benutzers verwendet wird. |
KerberosSPN | Der Service Principal Name (SPN) für den Kerberos-Domänencontroller. |
KerberosKeytabFile | Die Keytab-Datei, die Ihre Paare aus Kerberos-Prinzipalen und verschlüsselten Schlüsseln enthält. |
KerberosServiceRealm | Der Kerberos-Bereich des Dienstes. |
KerberosServiceKDC | Das Kerberos-KDC des Dienstes. |
KerberosTicketCache | Der vollständige Dateipfad zu einer Cachedatei für MIT Kerberos-Anmeldeinformationen. |
KerberosKDC
Der Kerberos Key Distribution Center (KDC)-Dienst, der zur Authentifizierung des Benutzers verwendet wird.
Datentyp
string
Standardwert
""
Hinweise
Die Kerberos-Eigenschaften werden bei Verwendung von SPNEGO oder Windows Authentifizierung verwendet. Der Connector fordert Sitzungstickets und temporäre Sitzungsschlüssel vom Kerberos-KDC-Dienst an. Der Kerberos-KDC-Dienst befindet sich üblicherweise am selben Standort wie der Domänencontroller.
Wenn Kerberos KDC nicht angegeben ist, versucht der Connector, diese Eigenschaften automatisch an den folgenden Standorten zu erkennen:
KRB5 Config File (krb5.ini/krb5.conf)
: Wenn die Umfeld KRB5_CONFIG gesetzt ist und die Datei existiert, ruft der Connector den KDC aus der angegebenen Datei ab. Andernfalls versucht er, basierend auf dem Operationssystem vom Standard-MIT-Speicherort zu lesen:C:\ProgramData\MIT\Kerberos5\krb5.ini
(Windows) oder/etc/krb5.conf
(Linux).Java System Properties
: Verwenden der Systemeigenschaftenjava.security.krb5.realm
Undjava.security.krb5.kdc
.Domain Name and Host
: Wenn Kerberos Realm und Kerberos KDC nicht von einem anderen Standort abgeleitet werden konnten, leitet der Connector sie vom konfigurierten Domänennamen und Host ab.
Notiz
Die Windows Authentifizierung wird nur in JRE 1.6 und höher unterstützt.
KerberosRealm
Der Kerberos-Bereich, der zur Authentifizierung des Benutzers verwendet wird.
Datentyp
string
Standardwert
""
Hinweise
Die Kerberos-Eigenschaften werden bei Verwendung von SPNEGO oder Windows-Authentifizierung verwendet. Der Kerberos-Bereich wird verwendet, um den Benutzer mit dem Kerberos Key Distribution Service (KDC) zu authentifizieren. Der Kerberos-Bereich kann von einem Administrator als beliebige Zeichenfolge konfiguriert werden, basiert jedoch üblicherweise auf dem Domänennamen.
Wenn kein Kerberos-Bereich angegeben ist, versucht der Connector, diese Eigenschaften automatisch an den folgenden Standorten zu erkennen:
KRB5 Config File (krb5.ini/krb5.conf)
: Wenn die Umfeld KRB5_CONFIG gesetzt ist und die Datei existiert, erhält der Connector den Standardbereich aus der angegebenen Datei. Andernfalls versucht er, basierend auf dem Operationssystem vom MIT-Standardspeicherort zu lesen:C:\ProgramData\MIT\Kerberos5\krb5.ini
(Windows) oder/etc/krb5.conf
(Linux)Java System Properties
: Verwenden der Systemeigenschaftenjava.security.krb5.realm
Undjava.security.krb5.kdc
.Domain Name and Host
: Wenn der Kerberos-Bereich und der Kerberos-KDC nicht von einem anderen Standort abgeleitet werden konnten, leitet der Connector sie vom benutzerkonfigurierten Domänennamen und Host ab. Dies kann in einigen Windows Umgebungen funktionieren.
Hinweis
Kerberos-basierte Authentifizierung wird nur in JRE 1.6 und höher unterstützt.
KerberosSPN
Der Service Principal Name (SPN) für den Kerberos-Domänencontroller.
Datentyp
string
Standardwert
""
Hinweise
Wenn der SPN auf dem Kerberos-Domänencontroller nicht mit der URL übereinstimmt, bei der Sie sich authentifizieren, verwenden Sie diese Eigenschaft, um den SPN festzulegen.
KerberosKeytabFile
Die Keytab-Datei, die Ihre Paare aus Kerberos-Prinzipalen und verschlüsselten Schlüsseln enthält.
Datentyp
string
Standardwert
""
Hinweise
Die Keytab-Datei, die Ihre Paare aus Kerberos-Prinzipalen und verschlüsselten Schlüsseln enthält.
KerberosServiceRealm
Der Kerberos-Bereich des Dienstes.
Datentyp
string
Standardwert
""
Hinweise
Der KerberosServiceRealm
ist die Angabe des Service-Kerberos-Realms bei Verwendung einer Cross-Realm-Kerberos-Authentifizierung.
In den meisten Fällen werden ein einzelner Realm und eine KDC-Maschine zur Durchführung der Kerberos-Authentifizierung verwendet und diese Eigenschaft ist nicht erforderlich.
Diese Eigenschaft ist für komplexe Setups verfügbar, bei denen ein anderer Realm und eine andere KDC-Maschine zum Abrufen eines Authentifizierungstickets (AS-Anforderung) und eines Servicetickets (TGS-Anforderung) verwendet werden.
KerberosServiceKDC
Der Kerberos-KDC des Dienstes.
Datentyp
string
Standardwert
""
Hinweise
Der KerberosServiceKDC
wird verwendet, um den Dienst Kerberos KDC anzugeben, wenn eine bereichsübergreifende Kerberos-Authentifizierung verwendet wird.
In den meisten Fällen werden ein einzelner Bereich und eine KDC-Maschine verwendet, um die Kerberos-Authentifizierung durchzuführen, und diese Eigenschaft ist nicht erforderlich.
Diese Eigenschaft ist für komplexe Setups verfügbar, bei denen ein anderer Bereich und eine andere KDC-Maschine verwendet werden, um ein Authentifizierungsticket (AS-Anforderung) und ein Dienstticket (TGS-Anforderung) zu erhalten.
KerberosTicketCache
Der vollständige Dateipfad zu einer MIT Kerberos-Anmeldeinformations-Cachedatei.
Datentyp
string
Standardwert
""
Hinweise
Diese Eigenschaft kann festgelegt werden, wenn Sie eine Anmeldeinformations-Cachedatei verwenden möchten, die mit dem MIT Kerberos Ticket Manager oder dem Befehl kinit erstellt wurde.
SSL
Dieser Abschnitt enthält eine vollständige Liste der SSL-Eigenschaften, die Sie konfigurieren können.
Eigenschaft | Beschreibung |
---|---|
SSLServerCert | Das vom Server zu akzeptierende Zertifikat bei einer Verbindung per TLS/SSL. |
SSLServerCert
Das vom Server zu akzeptierende Zertifikat bei einer Verbindung über TLS/SSL.
Datentyp
string
Standardwert
""
Hinweise
Bei Verwendung einer TLS/SSL-Verbindung kann diese Eigenschaft verwendet werden, um das vom Server zu akzeptierende TLS/SSL-Zertifikat anzugeben. Jedes andere Zertifikat, dem der Computer nicht vertraut, wird abgelehnt.
Diese Eigenschaft kann folgende Formen annehmen:
Beschreibung | Beispiel |
---|---|
Ein vollständiges PEM-Zertifikat (Beispiel der Kürze halber gekürzt) | -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE----- |
Ein Pfad zu einer lokalen Datei, die das Zertifikat enthält | C:\cert.cer |
Der öffentliche Schlüssel (Beispiel der Kürze halber gekürzt) | -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY----- |
Der MD5-Fingerabdruck (Hexadezimalwerte können auch durch Leerzeichen oder Doppelpunkte getrennt sein) | ecadbdda5a1529c58a1e9e09828d70e4 |
Der SHA1-Fingerabdruck (Hex-Werte können auch durch Leerzeichen oder Doppelpunkte getrennt sein) | 34a929226ae0819f2ec14b4a3d904f801cbb150d |
Wenn nicht angegeben, wird jedes vom Computer vertrauenswürdige Zertifikat akzeptiert.
Zertifikate werden vom Computer basierend auf dem Trust Store des Systems als vertrauenswürdig validiert. Der verwendete Trust Store ist der für das System angegebene Wert „javax.net.ssl.trustStore“. Wenn für diese Eigenschaft kein Wert angegeben ist, wird der Standard-Trust Store von Java verwendet (z. B. JAVA_HOME\lib\security\cacerts).
Verwenden Sie „*“, um anzugeben, dass alle Zertifikate akzeptiert werden. Beachten Sie, dass dies aus Sicherheitsgründen nicht empfohlen wird.
Schema
Dieser Abschnitt enthält eine vollständige Liste der Schema, die Sie konfigurieren können.
Eigenschaft | Beschreibung |
---|---|
Location | Ein Pfad zum Verzeichnis, das die Schema enthält, die Tabellen, Ansichten und gespeicherte Prozeduren definieren. |
BrowsableSchemas | Diese Eigenschaft beschränkt die gemeldeten Schemata auf eine Teilmenge der verfügbaren Schemata. Beispiel: BrowsableSchemas=SchemaA, SchemaB, SchemaC. |
Tables | Diese Eigenschaft beschränkt die gemeldeten Tabellen auf eine Teilmenge der verfügbaren Tabellen. Beispiel: Tabellen=TabelleA, TabelleB, TabelleC. |
Views | Beschränkt die gemeldeten Ansichten auf eine Teilmenge der verfügbaren Tabellen. Beispiel: Ansichten=AnsichtA, AnsichtB, AnsichtC. |
Standort
Ein Pfad zum Verzeichnis, das die Schema enthält, die Tabellen, Ansichten und gespeicherte Prozeduren definieren.
Datentyp
string
Standardwert
%APPDATA%\DynamicsGP Data Provider\Schema
Hinweise
Der Pfad zu einem Verzeichnis, das die Schema für den Connector enthält (.rsd-Dateien für Tabellen und Ansichten, .rsb-Dateien für gespeicherte Prozeduren). Der Ordnerspeicherort kann ein relativer Pfad vom Speicherort der ausführbaren Datei sein. Der Location
-Eigenschaft wird nur benötigt, wenn Sie Definitionen anpassen möchten (z. B. einen Spaltennamen ändern, eine Spalte ignorieren usw.) oder das Datenmodell mit neuen Tabellen, Ansichten oder gespeicherten Prozeduren erweitern möchten.
Wenn nicht angegeben, ist der Standardspeicherort „%APPDATA%\DynamicsGP Data Provider\Schema“ mit %APPDATA%
wird auf das Konfigurationsverzeichnis des Benutzers eingestellt:
Plattform | %APPDATA% |
---|---|
Windows | Der Wert der Umfeld APPDATA |
Mac | ~/Bibliothek/Anwendungsunterstützung |
Linux | ~/.config |
DurchsuchbareSchemas
Diese Eigenschaft beschränkt die gemeldeten Schemata auf eine Teilmenge der verfügbaren Schemata. Beispiel: BrowsableSchemas=SchemaA,SchemaB,SchemaC.
Datentyp
string
Standardwert
""
Hinweise
Das Auflisten der Schemata aus Datenbanken kann aufwändig sein. Die Bereitstellung einer Liste von Schemata in der Verbindungszeichenfolge verbessert die Leistung.
Tabellen
Diese Eigenschaft beschränkt die gemeldeten Tabellen auf eine Teilmenge der verfügbaren Tabellen. Beispiel: Tabellen=TabelleA,TabelleB,TabelleC.
Datentyp
string
Standardwert
""
Hinweise
Das Auflisten der Tabellen aus einigen Datenbanken kann teuer sein. Die Bereitstellung einer Liste von Tabellen in der Verbindungszeichenfolge verbessert die Leistung des Connectors.
Diese Eigenschaft kann auch als Alternative zum automatischen Auflisten von Ansichten verwendet werden, wenn Sie bereits wissen, mit welchen Sie arbeiten möchten, und es sonst zu viele wären.
Geben Sie die gewünschten Tabellen in einer durch Kommas getrennten Liste an. Jede Tabelle sollte ein gültiger SQL-Bezeichner sein, wobei alle Sonderzeichen mit eckigen Klammern, Anführungszeichen oder Backticks maskiert werden. Beispiel: Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.
Beachten Sie, dass Sie beim Herstellen einer Verbindung zu einer Datenquelle mit mehreren Schemata oder Katalogen den vollqualifizierten Namen der Tabelle in dieser Eigenschaft angeben müssen, wie im letzten Beispiel hier, um Mehrdeutigkeiten zwischen Tabellen zu vermeiden, die in mehreren Katalogen oder Schemata vorhanden sind.
Ansichten
Beschränkt die gemeldeten Ansichten auf eine Teilmenge der verfügbaren Tabellen. Beispiel: Ansichten=AnsichtA,AnsichtB,AnsichtC.
Datentyp
string
Standardwert
""
Hinweise
Das Auflisten der Ansichten aus einigen Datenbanken kann teuer sein. Die Bereitstellung einer Liste von Ansichten in der Verbindungszeichenfolge verbessert die Leistung des Connectors.
Diese Eigenschaft kann auch als Alternative zum automatischen Auflisten von Ansichten verwendet werden, wenn Sie bereits wissen, mit welchen Sie arbeiten möchten, und es sonst zu viele wären.
Geben Sie die gewünschten Ansichten in einer durch Kommas getrennten Liste an. Jede Ansicht sollte ein gültiger SQL-Bezeichner sein, wobei alle Sonderzeichen mit eckigen Klammern, Anführungszeichen oder Backticks maskiert werden. Beispiel: Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space`.
Beachten Sie, dass Sie beim Herstellen einer Verbindung zu einer Datenquelle mit mehreren Schemata oder Katalogen den vollqualifizierten Namen der Tabelle in dieser Eigenschaft angeben müssen, wie im letzten Beispiel hier, um Mehrdeutigkeiten zwischen Tabellen zu vermeiden, die in mehreren Katalogen oder Schemata vorhanden sind.
Verschiedenes
Dieser Abschnitt enthält eine vollständige Liste verschiedener Eigenschaften, die Sie konfigurieren können.
Eigenschaft | Beschreibung |
---|---|
IgnoreLookupIdErrors | Ein Boolescher Wert, der angibt, ob Fehler bei nachgeschlagenen IDs ignoriert werden sollen. |
LookupIds | Ein Boolescher Wert, der angibt, ob IDs nachgeschlagen werden sollen. |
MaxRows | Begrenzt die Anzahl der zurückgegebenen Zeilen, wenn in der Abfrage keine Aggregation oder GROUP BY verwendet wird. Dies hat Vorrang vor LIMIT-Klauseln. |
Other | Diese versteckten Eigenschaften werden nur in bestimmten Anwendungsfällen verwendet. |
PseudoColumns | Diese Eigenschaft gibt an, ob Pseudospalten als Spalten in die Tabelle aufgenommen werden sollen oder nicht. |
Timeout | Der Wert in Sekunden, bis der Timeout-Fehler auftritt und der Operation abgebrochen wird. |
UserDefinedViews | Ein Dateipfad, der auf die JSON-Konfigurationsdatei verweist, die Ihre benutzerdefinierten Ansichten enthält. |
IgnoreLookupIdErrors
Ein Boolescher Wert, der angibt, ob Fehler bei nachgeschlagenen IDs ignoriert werden sollen.
Datentyp
bool
Standardwert
true
Hinweise
Manchmal löst Microsoft Dynamics GP beim Suchen nach einer bestimmten ID Ausnahmen aus. Dies kann darauf hinweisen, dass ein internes Problem mit dem Datensatz vorliegt, auch wenn er zusammen mit dem Rest einwandfrei aufgelistet wird, wenn er nicht nach ID gesucht wird. Damit der Jitterbit Connector für Microsoft Dynamics GP ohne Unterbrechung funktioniert, werden diese Fehler standardmäßig ignoriert und einfach protokolliert. Setzen Sie diese Eigenschaft auf „false“, um den Jitterbit Connector für Microsoft Dynamics GP zu zwingen, bei einem Problem einen Fehler zurückzugeben.
Diese Eigenschaft wird auch beim Abrufen von Daten aus einer untergeordneten Tabelle verwendet. Untergeordnete Tabellen müssen immer nach ID abgerufen werden, da sie in den Zusammenfassungsantworten, in denen alle übergeordneten Elemente aufgelistet sind, nicht wieder auftauchen.
LookupIds
Ein Boolescher Wert, der angibt, ob IDs nachgeschlagen werden sollen.
Datentyp
bool
Standardwert
false
Hinweise
Die meisten Entitäten werden über eine Zusammenfassung von DynamicsGP abgerufen. Diese Zusammenfassungen sind jedoch unvollständig. Um weitere Details wie Einzelposten abzurufen, müssen die Entitäten einzeln nach ID abgerufen werden. Wenn Sie diesen Wert auf „true“ setzen, führt das Tool diese Suche automatisch durch, obwohl dies die Leistung beeinträchtigt.
MaxRows
Begrenzt die Anzahl der zurückgegebenen Zeilen, wenn in der Abfrage keine Aggregation oder GROUP BY verwendet wird. Dies hat Vorrang vor LIMIT-Klauseln.
Datentyp
int
Standardwert
-1
Hinweise
Begrenzt die Anzahl der zurückgegebenen Zeilen, wenn in der Abfrage keine Aggregation oder GROUP BY verwendet wird. Dies hat Vorrang vor LIMIT-Klauseln.
Andere
Diese versteckten Eigenschaften werden nur in bestimmten Anwendungsfällen verwendet.
Datentyp
string
Standardwert
""
Hinweise
Die unten aufgeführten Eigenschaften sind für bestimmte Anwendungsfälle verfügbar. Für normale Anwendungsfälle und Funktionen von Treiber sollten diese Eigenschaften nicht erforderlich sein.
Geben Sie mehrere Eigenschaften in einer durch Semikolon getrennten Liste an.
Integration und Formatierung
Eigenschaft | Beschreibung |
---|---|
DefaultColumnSize | Legt die Standardlänge von Zeichenfolgefeldern fest, wenn die Datenquelle keine Spaltenlänge in den Metadaten bereitstellt. Der Standardwert ist 2000. |
ConvertDateTimeToGMT | Bestimmt, ob Datums-/Uhrzeitwerte in GMT statt in die lokale Zeit des Computers konvertiert werden sollen. |
RecordToFile=filename | Protokolliert den zugrunde liegenden Socket-Datenübertragungsvorgang in die angegebene Datei. |
Pseudospalten
Diese Eigenschaft gibt an, ob Pseudospalten als Spalten in die Tabelle aufgenommen werden sollen oder nicht.
Datentyp
string
Standardwert
""
Hinweise
Diese Einstellung ist besonders hilfreich im Entity Framework, da Sie dort keinen Wert für eine Pseudospalte festlegen können, es sei denn, es handelt sich um eine Tabellenspalte. Der Wert dieser Verbindungseinstellung hat das Format „Tabelle1=Spalte1, Tabelle1=Spalte2, Tabelle2=Spalte3“. Sie können das Zeichen „*“ verwenden, um alle Tabellen und alle Spalten einzuschließen, z. B. „*=*“.
Zeitüberschreitung
Der Wert in Sekunden, bis der Timeout-Fehler auftritt und der Operation abgebrochen wird.
Datentyp
int
Standardwert
60
Hinweise
Wenn Timeout
= 0, Operationen werden nicht abgebrochen. Die Operationen werden ausgeführt, bis sie erfolgreich abgeschlossen sind oder bis ein Fehler auftritt.
Wenn Timeout
abläuft und der Operation noch nicht abgeschlossen ist, löst der Connector eine Ausnahme aus.
BenutzerdefinierteAnsichten
Ein Dateipfad, der auf die JSON-Konfigurationsdatei verweist, die Ihre benutzerdefinierten Ansichten enthält.
Datentyp
string
Standardwert
""
Hinweise
Benutzerdefinierte Ansichten werden in einer JSON-formatierten Konfigurationsdatei namens UserDefinedViews.json
. Der Connector erkennt die in dieser Datei angegebenen Ansichten automatisch.
Sie können auch mehrere Ansichtsdefinitionen haben und diese mit steuern UserDefinedViews
Verbindungseigenschaft. Wenn Sie diese Eigenschaft verwenden, werden vom Connector nur die angegebenen Ansichten angezeigt.
Diese Konfigurationsdatei für benutzerdefinierte Ansichten ist wie folgt formatiert:
- Jedes Stammelement definiert den Namen einer Ansicht.
- Jedes Stammelement enthält ein untergeordnetes Element namens
query
, das die benutzerdefinierte SQL- Abfrage für die Ansicht enthält.
Zum Beispiel:
{
"MyView": {
"query": "SELECT * FROM Customer WHERE MyColumn = 'value'"
},
"MyView2": {
"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
}
}
Verwenden Sie UserDefinedViews
Verbindungseigenschaft, um den Speicherort Ihrer JSON-Konfigurationsdatei anzugeben. Beispiel:
"UserDefinedViews", "C:\Users\yourusername\Desktop\tmp\UserDefinedViews.json"