XERO JINT: Difference between revisions
WikiSysopdi (talk | contribs) (Created page with " di.getguid("Accounts", "Name_Value") => Will pass "Name" and will get "AccountID" di.getguid("BankTransactions", "Reference_Value") => Will pass "Reference" and will get "BankTransactionID" di.getguid("BrandingThemes", "Name_Value") => Will pass "Name" and will get "BrandingThemeID" di.getguid("ContactGroups", "Name_Value") => Will pass "Name" and will get "ContactGroupID" di.getguid("Contacts", "Name_Value") => Will pass "Name" and will get "ContactID" di.get...") |
(No difference)
|
Revision as of 08:36, 14 August 2025
di.getguid("Accounts", "Name_Value")
=> Will pass "Name" and will get "AccountID"
di.getguid("BankTransactions", "Reference_Value")
=> Will pass "Reference" and will get "BankTransactionID"
di.getguid("BrandingThemes", "Name_Value")
=> Will pass "Name" and will get "BrandingThemeID"
di.getguid("ContactGroups", "Name_Value")
=> Will pass "Name" and will get "ContactGroupID"
di.getguid("Contacts", "Name_Value")
=> Will pass "Name" and will get "ContactID"
di.getguid("CreditNotes", "CreditNoteNumber_Value")
=> Will pass "CreditNoteNumber" and will get "CreditNoteID"
di.getguid("Employees", "FirstName_Value")
=> Will pass "FirstName" and will get "EmployeeID"
di.getguid("ExpenseClaims", "Status_Value")
=> Will pass "Status" and will get "ExpenseClaimID"
di.getguid("Invoices", "InvoiceNumber_Value")
=> Will pass "InvoiceNumber" and will get "InvoiceID"
di.getguid("Items", "Name_Value")
=> Will pass "Name" and will get "ItemID"
di.getguid("ManualJournals", "Narration_Value")
=> Will pass "Narration" and will get "ManualJournalID"
di.getguid("Organisations", "Name_Value")
=> Will pass "Name" and will get "OrganisationID"
di.getguid("Payments", "Reference_Value")
=> Will pass "Reference" and will get "PaymentID"
di.getguid("PurchaseOrders", "PurchaseOrderNumber_Value")
=> Will pass "PurchaseOrderNumber" and will get "PurchaseOrderID"
di.getguid("Quotes", "QuoteNumber_Value")
=> Will pass "QuoteNumber" and will get "QuoteID"
di.getguid("Receipts", "ReceiptNumber_Value")
=> Will pass "ReceiptNumber" and will get "ReceiptID"
di.getguid("RepeatingInvoices", "Reference_Value")
=> Will pass "Reference" and will get "RepeatingInvoiceID"