Ir para o conteúdo

Detalhes da Conexão Acumatica

Introdução

Versão do conector

Esta documentação é baseada na versão 21.0.8257 do conector.

Começando

Suporte à versão Acumatica

Suporte total para recuperação de dados usando o Open Data Protocol (OData) 3.0, que é a versão mais recente suportada pelo Acumatica ERP.

Estabelecendo uma Conexão

Conectando a Acumatica

Para se conectar à fonte de dados Acumatica, primeiro você precisará especificar as propriedades de conexão abaixo.

  • URL: (Obrigatório) A URL base para a instância Acumatica ERP. Por exemplo: https://domain.acumatica.com/entity/.
  • Schema: (Opcional) Existem dois esquemas que contêm dados diferentes. O padrão é REST, que usa a API Acumatica REST Contract Based e o OData, que usa a API Acumatica OData. O esquema OData é usado para consultar Consultas Genéricas Acumatica.
  • Company: (Parcialmente obrigatório) Defina como o nome da sua empresa ou inquilino. É necessário se Schema é definido como "OData".
  • EndpointVersion: (Opcional) A versão do endpoint de Web Services. Por exemplo: 17.200.001. Isso é aplicável apenas para o esquema"REST".
  • EndpointName: (Opcional) O nome do endpoint de Web Services. Por exemplo: Padrão. Isso é aplicável apenas para o esquema"REST".

Para saber o EndpointVersion e EndpointName para sua instância do Acumatica, faça login no Acumatica em um navegador da web e, em seguida, navegue até a tela 'Web Service Endpoints'. Se necessário, navegue até esta tela editando a URL do navegador da web e substituindo ScreenId=00000000 (a página inicial) por ScreenId=SM207060. Se você for redirecionado de volta para a página inicial, isso significa que seu usuário não possui as permissões necessárias para acessar os serviços da web. Em Endpoints properties, obtenha o nome do Endpoint e a versão do Endpoint.

Autenticação para Acumatica

Existem dois métodos de autenticação disponíveis para conexão com a fonte de dados Acumatica, Basic e OAuth.

Autenticação com Credenciais de Usuário

Colocou o AuthScheme para Basic e defina o User e Password às suas credenciais de login.

Autenticação com OAuth

A fonte de dados Acumatica também suporta o padrão de autenticação OAuth 2.0. Para autenticar usando OAuth, você precisará criar e configurar um aplicativo OAuth personalizado e definir AuthScheme para OAuth e preencha as credenciais OAuth. Consulte Usando autenticação OAuth Para maiores informações.

Usando Autenticação OAuth

OAuth requer que o usuário autenticado interaja com o Acumatica usando o navegador. O conector facilita isso de várias maneiras, conforme descrito abaixo.

Credenciais Personalizadas

Você precisará registrar um aplicativo para obter o OAuthClientId e OAuthClientSecret.

Criando um Aplicativo OAuth Personalizado

Consulte Criando um aplicativo OAuth personalizado para um procedimento.

Credenciais Personalizadas

Autenticação de Área de Trabalho com Seu Aplicativo OAuth

Siga as etapas abaixo para autenticar com as credenciais de um aplicativo OAuth personalizado. Consulte Criando um aplicativo OAuth personalizado para obter instruções sobre como criar um aplicativo oauth personalizado.

Obtenha um Token de Acesso OAuth

Depois de definir o seguinte, você está pronto para se conectar:

  • OAuthClientId: Defina isso como o ID do cliente nas configurações do aplicativo.
  • OAuthClientSecret: Defina isso como o segredo do cliente nas configurações do aplicativo.
  • CallbackURL: Defina isso para o URL de redirecionamento nas configurações do aplicativo.
  • InitiateOAuth: Defina como GETANDREFRESH. Você pode usar InitiateOAuth para evitar a repetição da troca OAuth e definir manualmente o OAuthAccessToken.

Quando você conecta, o conector abre o endpoint OAuth em seu navegador padrão. Faça login e conceda permissões ao aplicativo. O conector então conclui o processo OAuth:

  1. Extrai o token de acesso da URL de retorno de chamada e autentica as solicitações.
  2. Obtém um novo token de acesso quando o antigo expira.
  3. Salva valores OAuth em OAuthSettingsLocation para ser persistido nas conexões.

Criando um Aplicativo OAuth Personalizado

A Acumatica usa o padrão de autenticação OAuth, que exige que o usuário autenticado interaja com a Acumatica por meio do navegador. O conector facilita a troca OAuth de várias maneiras, conforme descrito abaixo.

Registrar um Aplicativo OAuth

Você pode seguir o procedimento abaixo para obter as credenciais do cliente OAuth, o OAuthClientId e OAuthClientSecret.

  1. Use o formulário Connected Applications (SM303010) para registrar um aplicativo cliente OAuth 2.0 ou OpenID Connect. Para cadastrar uma aplicação cliente no Acumatica ERP, você precisa conhecer o fluxo OAuth 2.0 que esta aplicação implementa.
  2. Ao registrar o aplicativo cliente, você deve estar conectado ao inquilino cujos dados o aplicativo cliente precisa acessar.
  3. Na aba Sistema, clique em Integração. No painel de navegação, navegue até Configurar > Aplicativos conectados.
  4. Na caixa Nome do cliente, digite o nome do aplicativo registrado.
  5. Na caixa OAuth 2.0 Flow, selecione Authorization Code.
  6. Na aba Segredos, faça o seguinte para cada segredo do cliente que deseja adicionar:
    1. Na barra de ferramentas da aba, clique em Adicionar Segredo Compartilhado. A caixa de diálogo Adicionar Segredo Compartilhado é aberta.
    2. Na caixa Descrição, digite a descrição do segredo compartilhado.
    3. Opcional: na caixa Expira em (UTC), insira a data e a hora em que o segredo expira.
    4. Copie e salve o valor exibido na caixa Valor. O aplicativo cliente deve usar este segredo do cliente para autenticação no Acumatica ERP.
  7. Clique em OK para salvar o segredo e fechar a caixa de diálogo.
  8. Na aba URIs de redirecionamento, faça o seguinte para cada URI de redirecionamento que deseja adicionar: Na barra de ferramentas da aba, clique em Adicionar linha. Na coluna URI de redirecionamento da nova linha, digite o URI de redirecionamento exato para o qual o Acumatica ERP deve redirecionar o aplicativo cliente após a autorização do aplicativo cliente. O URI de redirecionamento deve ser absoluto e não deve ter a parte do fragmento (a parte precedida por #). Na barra de ferramentas do formulário, clique em Salvar. Observe que o ID do cliente foi gerado na caixa ID do cliente. O aplicativo cliente deve usar este ID de cliente junto com o segredo do cliente para autenticação no Acumatica ERP.
Autenticar para Acumatica

Para obter um token, o aplicativo cliente precisa chamar o endpoint Oauth2 usando várias concessões, dependendo dos cenários de autenticação necessários. O OAuthGrantType padrão é CODE, que exige que você siga as etapas abaixo. Depois de definir as seguintes propriedades de conexão, você está pronto para se conectar:

  • OAuthClientId: Defina isso para o seu clientId.
  • OAuthClientSecret: Defina isso como seu clientSecret.
  • InitiateOAuth: Defina como GETANDREFRESH. Você pode usar InitiateOAuth para evitar repetir a troca de OAuth e configurar manualmente o OAuthAccessToken propriedade de conexão.
  • CallbackURL: Defina isso para o URI de redirecionamento configurado no aplicativo oauth.

Quando você se conecta, o conector conclui o processo OAuth:

  1. Extrai o token de acesso do CallbackURL.
  2. Obtém um novo token de acesso quando o antigo expira.
  3. Salva os valores OAuth juntamente com a geolocalização em OAuthSettingsLocation para ser persistido nas conexões.

Otimização Acumatica

Acumatica introduziu uma otimização na versão 3 da API baseada em contrato. Quando vários registros são recuperados do Acumatica ERP por meio de um endpoint, o sistema tenta otimizar a recuperação dos registros e obter todos os registros necessários em uma solicitação ao banco de dados. Caso a otimização falhe, o sistema retorna um erro, especificando as entidades ou campos que causaram a falha da requisição otimizada. Principalmente as visualizações de navegação quebram a otimização porque o Acumatica está tentando obter dados das tabelas vinculadas, por isso as consultas SELECT * das visualizações de navegação sem especificar a chave da tabela pai não são possíveis. Nossos drivers tentam remover as colunas que quebram a otimização das consultas SELECT *.

Algumas das visualizações que quebram a otimização quando selecionadas sem especificar os campos-chave são JournalVoucher_Details. Para consultar o JournalVoucher_Details, o ParentBatchNbr deve ser especificado.

SELECT * FROM JournalVoucher_Details where ParentBatchNbr = '0001'

A exibição pode ser consultada obtendo-se o campo-chave pai, neste caso, ParentBatchNbr, da tabela pai JournalVoucher.

SELECT * FROM JournalVoucher_Details where ParentBatchNbr IN (SELECT BatchNbr FROM JournalVoucher)

Mais informações sobre como ignorar a otimização do Acumatica podem ser encontradas aqui: Limitações.

Anotações Importantes

Procedimentos Armazenados

  • Os recursos de procedimentos armazenados descritos nesta documentação não são suportados no momento.
  • Como os procedimentos armazenados não são suportados atualmente, qualquer recurso dependente de procedimentos armazenados também não é suportado atualmente.

Arquivos de Configuração e Seus Caminhos

  • Todas as referências para adicionar arquivos de configuração e seus caminhos referem-se a arquivos e locais no Harmony Agente onde o conector está instalado. Esses caminhos devem ser ajustados conforme apropriado, dependendo do agente e do sistema operacional. Se vários agentes forem usados em um grupo de agentes, arquivos idênticos serão necessários em cada agente.

Características Avançadas

Esta seção detalha uma seleção de recursos avançados do conector Acumatica.

Visualizações definidas pelo usuário

O conector permite definir tabelas virtuais, denominadas visões definidas pelo usuário, cujo conteúdo é decidido por uma consultar pré-configurada. Essas exibições são úteis quando você não pode controlar diretamente as consultas enviadas aos drivers. Consulte Visualizações definidas pelo usuário para obter uma visão geral da criação e configuração de exibições personalizadas.

Configuração SSL

Use Configuração SSL para ajustar como o conector lida com as negociações de certificado TLS/SSL. Você pode escolher entre vários formatos de certificado; Veja o SSLServerCert propriedade em "Opções de cadeia de conexão" para obter mais informações.

Procurador

Para configurar o conector usando configurações de proxy do Agente Privado, selecione os Use Proxy Settings caixa de seleção na tela de configuração da conexão.

Visualizações Definidas pelo Usuário

O Jitterbit Connector for Acumatica permite definir uma tabela virtual cujo conteúdo é decidido por uma consultar pré-configurada. Elas são chamadas de Visualizações Definidas pelo Usuário, que são úteis em situações onde você não pode controlar diretamente a consultar que está sendo emitida para o driver, por exemplo, ao usar o driver do Jitterbit. As Visualizações Definidas pelo Usuário podem ser usadas para definir predicados que são sempre aplicados. Se você especificar predicados adicionais na consultar para a visualização, eles serão combinados com a consultar já definida como parte da visualização.

Há duas maneiras de criar exibições definidas pelo usuário:

  • Crie um arquivo de configuração em formato JSON definindo as visualizações desejadas.
  • declarações DDL.

Definindo Visualizações Usando um Arquivo de Configuração

As visualizações definidas pelo usuário são definidas em um arquivo de configuração formatado em JSON chamado UserDefinedViews.json. O conector detecta automaticamente as visualizações especificadas neste arquivo.

Você também pode ter várias definições de exibição e controlá-las usando o UserDefinedViews propriedade de conexão. Quando você usa essa propriedade, apenas as exibições especificadas são vistas pelo conector.

Este arquivo de configuração de exibição definida pelo usuário é formatado da seguinte forma:

  • Cada elemento raiz define o nome de uma visualização.
  • Cada elemento raiz contém um elemento filho, chamado query, que contém a consultar SQL personalizada para a exibição.

Por exemplo:

{
    "MyView": {
        "query": "SELECT * FROM Events WHERE MyColumn = 'value'"
    },
    "MyView2": {
        "query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
    }
}

Use o UserDefinedViews propriedade de conexão para especificar a localização do seu arquivo de configuração JSON. Por exemplo:

"UserDefinedViews", "C:\Users\yourusername\Desktop\tmp\UserDefinedViews.json"

Esquema para Exibições Definidas pelo Usuário

As visualizações definidas pelo usuário são expostas no UserViews esquema por padrão. Isso é feito para evitar que o nome da exibição entre em conflito com uma entidade real no modelo de dados. Você pode alterar o nome do esquema usado para UserViews definindo o UserViewsSchemaName propriedade.

Trabalhando com Exibições Definidas pelo Usuário

Por exemplo, uma instrução SQL com uma Visualização Definida pelo Usuário chamada UserViews.RCustomers lista apenas clientes em Raleigh:

SELECT * FROM Customers WHERE City = 'Raleigh';

Exemplo de consultar ao driver:

SELECT * FROM UserViews.RCustomers WHERE Status = 'Active';

Resultando na consultar efetiva à fonte:

SELECT * FROM Customers WHERE City = 'Raleigh' AND Status = 'Active';

Esse é um exemplo muito simples de uma consultar a uma exibição definida pelo usuário que é efetivamente uma combinação da consultar de exibição e da definição de exibição. É possível compor essas consultas em padrões muito mais complexos. Todas as operações SQL são permitidas em ambas as consultas e são combinadas quando apropriado.

Configuração SSL

Personalizando a Configuração SSL

Por padrão, o conector tenta negociar SSL/TLS verificando o certificado do servidor em relação ao armazenamento de certificados confiáveis do sistema.

Para especificar outro certificado, consulte o SSLServerCert propriedade para os formatos disponíveis para fazê-lo.

Modelo de Dados REST

O conector modela a API Acumatica como tabelas relacionais. Quaisquer alterações nos dados remotos são refletidas imediatamente em suas consultas; as definições da tabela são recuperadas dinamicamente. Quando você se conecta, o conector se conecta ao Acumatica e obtém a lista de tabelas e os metadados das tabelas chamando os serviços da Web apropriados.

As limitações e requisitos da API estão documentados nesta seção; você pode usar o SupportEnhancedSQL recurso, definido por padrão, para contornar a maioria dessas limitações.

Mesas

Mostra as definições de tabela padrão do Acumatica. Suas tabelas reais podem diferir dependendo de suas personalizações. Essas tabelas foram gravadas a partir da versão 17.200.001, mas as versões posteriores podem incluir mais tabelas e campos do que os exibidos aqui. O Jitterbit Connector for Acumatica lê os metadados de tabela e coluna dinamicamente, portanto, incluirá suas personalizações e quaisquer novos recursos adicionados às entidades padrão do Acumatica no futuro. Você só precisa definir o URL propriedade de conexão para a versão mais recente para obter as alterações.

Procedimentos armazenados

NOTE: Procedimentos armazenados não são suportados atualmente. Veja a nota para detalhes.

Procedimentos armazenados são interfaces semelhantes a funções para o Acumatica. Eles podem ser usados para executar tarefas extras que não se encaixam na operação padrão de interagir diretamente com uma tabela.

Limitações

Os Campos Personalizados

Por padrão, os esquemas de tabela e exibição descrevem o comportamento da coluna dos campos do sistema, bem como dos campos personalizados. Você pode definir o IncludeCustomFields propriedade para false se você quiser trabalhar apenas com campos do sistema. Em uma consultar SELECT * FROM EntityName, os campos personalizados não serão retornados, embora IncludeCustomFields é definido como verdadeiro. Os campos personalizados serão retornados somente quando forem especificados nas projeções. Por exemplo:

SELECT Custom_FieldA, Custom_FieldB, Custom_FieldC FROM EntityName

O requisito para selecionar explicitamente os campos personalizados é devido a uma limitação da API Acumatica. Ele não retornará resultados quando muitos dados gerais forem selecionados por registro. Não é possível calcular dinamicamente em que ponto o Acumatica cortará os resultados. Você deve selecionar apenas as colunas necessárias e não tudo para manter as coisas funcionando sem problemas.

Caso um grupo de campos personalizados seja importante para o seu caso de uso e a API Acumatica não possa retorná-los em uma única resposta, é recomendável configurar um endpoint estendido e incluir os campos personalizados nele. Após essa alteração, você poderá recuperá-los como campos não personalizados do endpoint estendido.

Uma alternativa para estender um endpoint existente é dividir a consultar principal em duas ou mais subconsultas e distribuir os campos personalizados selecionados entre elas. Por fim, você pode juntar as subconsultas na coluna de chave primária como no exemplo abaixo.

SELECT Customer_1.CustomerID, Customer_1.Custom_Timezone, Customer_1.Custom_ProductGroup, Customer_2.Custom_ContactCategory, Customer_2.Custom_DiscountGroup
FROM Customer Customer_1 JOIN Customer Customer_2 
ON Customer_1.CustomerID = Customer_2.CustomerID

Entidades Vinculadas e Detalhadas

As entidades vinculadas e detalhadas para a entidade principal são expostas na tabela da entidade principal como colunas agregadas começando com o prefixo 'vinculado'. Eles também são expostos como exibições separadas usando o formato de nomenclatura 'MainEntityName_LinkedEntityName'. Por exemplo, o Cliente expõe a entidade vinculada 'Contatos' como o campo agregado 'LinkedContacts'. A entidade vinculada Contatos também é exposta como a visualização separada Customer_Contacts.

Devido às limitações da Acumatica REST API, as entidades Linked e Detail não podem ser recuperadas ao solicitar vários registros da entidade principal. Por esse motivo, ao consultar a entidade principal, sem especificar a chave primária nas condições da cláusula WHERE, os campos agregados vinculados são retornados como nulos. Por exemplo, para recuperar os valores agregados da entidade vinculada Contatos no Cliente tabela, você pode executar uma das consultas abaixo.

SELECT CustomerID, LinkedContacts FROM Customer WHERE customerId = '100009'

Você também pode usar o operador IN e as subconsultas abaixo, para recuperar as entidades vinculadas e detalhadas para vários registros pai.

SELECT CustomerID, LinkedContacts FROM Customer WHERE CustomerId IN (SELECT CustomerId FROM Customer)

Além disso, para consultar as entidades vinculadas e detalhadas expostas, é necessário especificar a chave primária da entidade pai nas condições da cláusula WHERE. Por exemplo:

SELECT * from Customer_Contacts where ParentCustomerID = '100009'

Colunas Excluídas

Acumatica introduziu uma otimização na versão 3 da API baseada em contratos. Quando vários registros são recuperados do Acumatica ERP por meio de um endpoint, o sistema tenta otimizar a recuperação dos registros e obter todos os registros necessários em uma solicitação ao banco de dados. Caso a otimização falhe, o sistema retorna um erro, especificando as entidades ou campos que causaram a falha da requisição otimizada. Para evitar que o erro ocorra, precisamos fazer o seguinte:

  • Get all the records one by one by specifying the key fields.
  • Get only the fields that don't break the optimization.

Crie o esquema chamando o método CreateSchema caso ainda não o tenha feito.

Adicione os parâmetros adicionais nos arquivos de esquema .rsd abaixo.

  • key="true"
  • other:exclude="true"

Esses dois parâmetros são necessários para que as novas entidades não lancem um erro nas consultas SELECT * FROM Table. O exemplo abaixo é um trecho rsd que mostra como esses parâmetros são usados.

No exemplo Contact.rsd, Duplicate e AddressValidated são campos que quebram a otimização do Acumatica para que tenham o parâmetro adicional other:exclude="true". Quando uma consultar SELECT * FROM Contact é feita, o driver obterá todos os campos, exceto aqueles com o other:exclude="true" parâmetro. No entanto, os campos omitidos ainda aparecerão em seu conjunto de resultados como nulos. O provedor de dados solicitará os campos excluídos do endpoint somente se eles forem explicitamente declarados na cláusula SELECT ou se a(s) coluna(s) de chave primária for(em) especificada(s).

No exemplo Contact.rsd, ContactID é a chave primária, então o parâmetro adicional key="true" Está adicionado. Quando um SELECT * FROM Contact WHERE ContactID='contactid' é feito, o driver obterá todos os campos da API, incluindo Duplicate e AddressValidated.

<rsb:script xmlns:rsb="http://www.rssbus.com/ns/rsbscript/2">
  <rsb:info title="Contact" description="Contact is an auto-generated table." other:tablehref="https://try.acumatica.com/ISV/entity/Default/17.200.001/Contact" other:tablekind="EntitySet"/>
    <attr name="LanguageOrLocale" xs:type="string" columnsize="2000" readonly="false" description="null" other:entityname="Contact" other:schemanamespace="Contact" other:internalcolumnname="LanguageOrLocale"/>
    <attr name="DuplicateFound" xs:type="bool" readonly="false" description="null" other:internalcolumnname="DuplicateFound"/>
    <attr name="JobTitle" xs:type="string" columnsize="2000" readonly="false" description="null" other:internalcolumnname="JobTitle"/>
    <attr name="ContactID" xs:type="int" key="true" readonly="false" description="null" other:queue="0" other:internalkey="ContactID" other:internalcolumnname="ContactID"/>
    .......
    <attr name="Duplicate" xs:type="string" columnsize="2000" readonly="false" description="null" other:exclude="true" other:internalcolumnname="Duplicate"/>
    .......
    <attr name="AddressValidated" xs:type="bool" readonly="false" description="null" other:exclude="true" other:internalcolumnname="AddressValidated"/>
    .......
      <rsb:set attr="other:tablekind" value="EntitySet" />
  <rsb:set attr="tablename" value="Contact" />
  <rsb:set attr="description" value="Contact is an auto-generated table." />
  <rsb:set attr="entity" value="Contact" />
  <rsb:set attr="other:tablehref" value="https://try.acumatica.com/ISV/entity/Default/17.200.001/Contact" />
  <rsb:set attr="supportgetdeleted" value="true" />

  <rsb:script method="GET">
    <rsb:call op="acumaticaadoExecuteSearch">
      <rsb:push/>
    </rsb:call>
  </rsb:script>

  <rsb:script method="POST">
    <rsb:call op="acumaticaadoExecuteInsert">
      <rsb:push/>
    </rsb:call>
  </rsb:script>

  <rsb:script method="MERGE">
    <rsb:call op="acumaticaadoExecuteUpdate">
      <rsb:push/>
    </rsb:call>
  </rsb:script>

  <rsb:script method="DELETE">
    <rsb:call op="acumaticaadoExecuteDelete">
      <rsb:push/>
    </rsb:call>
  </rsb:script>
</rsb:script>
Criando Exibições Definidas pelo Usuário

Uma maneira simples e eficaz de automatizar o processo de obtenção de todos os registros, um por um, especificando os campos-chave, são as Visualizações definidas pelo usuário. Visualizações definidas pelo usuário são consultas predefinidas armazenadas em um arquivo JSON local, que podem ser consultadas no driver da mesma forma que as visualizações existentes.

Conforme declarado na seção acima, os campos excluídos serão recuperados se a chave primária for especificada. Você pode usar o suporte SQL aprimorado do driver para fazer isso automaticamente para cada registro anexando uma subconsulta IN à sua consultar principal. Na subconsulta, você deve selecionar apenas a coluna de chave primária, como no exemplo abaixo.

SELECT * FROM Contact WHERE ContactId IN (SELECT ContactId FROM Contact)

Você pode então adicionar esta consultar no campo "consultar" de um arquivo JSON criado localmente (ex. C:\Users\user\Desktop\CustomViews.json).

{
    "AllContacts": {
        "query": "SELECT * FROM Contact WHERE ContactId IN (SELECT ContactId FROM Contact)"
    },
    "AllCustomers": {
        "query": "SELECT * FROM Customer WHERE CustomerId IN (SELECT CustomerId FROM Customer)"
    }
}

Por fim, você pode consultar diretamente as exibições definidas (AllContacts e AllCustomers) depois de informar o local do arquivo de exibições personalizadas na propriedade UserDefinedViews no parâmetro de conexão Other.

Other='UserDefinedViews=C:\Users\User\Desktop\CustomViews.json;'

Você também pode executar uma consultar na exibição sys_tables para verificar se as exibições personalizadas foram adicionadas. Você deve ser capaz de encontrá-los no esquema UserViews.

SELECT * FROM sys_tables where TableType='view'

Tabelas

O conector modela os dados no Acumatica em uma lista de tabelas que podem ser consultadas usando instruções SQL padrão.

Geralmente, consultar tabelas Acumatica é o mesmo que consultar uma tabela em um banco de dados relacional. Às vezes, há casos especiais, por exemplo, incluir uma determinada coluna na cláusula WHERE pode ser necessário para obter dados para determinadas colunas na tabela. Isso geralmente é necessário para situações em que uma solicitação separada deve ser feita para cada linha para obter determinadas colunas. Esses tipos de situações estão claramente documentados na parte superior da página da tabela vinculada abaixo.

Conector Jitterbit para Tabelas Acumatica

Nome Descrição
Account A conta é uma tabela gerada automaticamente.
AccountByPeriodInquiry AccountByPeriodInquiry é uma tabela gerada automaticamente.
AccountBySubaccountInquiry AccountBySubaccountInquiry é uma tabela gerada automaticamente.
AccountDetailsInquiry AccountDetailsInquiry é uma tabela gerada automaticamente.
AccountLocation AccountLocation é uma tabela gerada automaticamente.
AccountSummaryInquiry AccountSummaryInquiry é uma tabela gerada automaticamente.
Adjustment O ajuste é uma tabela gerada automaticamente.
AttributeDefinition AttributeDefinition é uma tabela gerada automaticamente.
Bill Bill é uma tabela gerada automaticamente.
BusinessAccount BusinessAccount é uma tabela gerada automaticamente.
Carrier Carrier é uma tabela gerada automaticamente.
Case Case é uma tabela gerada automaticamente.
CashSale CashSale é uma tabela gerada automaticamente.
Check Cheque é uma tabela gerada automaticamente.
Contact Contato é uma tabela gerada automaticamente.
Currency Moeda é uma tabela gerada automaticamente.
Customer Cliente é uma tabela gerada automaticamente.
CustomerClass CustomerClass é uma tabela gerada automaticamente.
CustomerLocation CustomerLocation é uma tabela gerada automaticamente.
CustomerPaymentMethod CustomerPaymentMethod é uma tabela gerada automaticamente.
CustomerPriceClass CustomerPriceClass é uma tabela gerada automaticamente.
Discount Desconto é uma tabela gerada automaticamente.
DiscountCode DiscountCode é uma tabela gerada automaticamente.
Email E-mail é uma tabela gerada automaticamente.
Employee Employee é uma tabela gerada automaticamente.
Event Evento é uma tabela gerada automaticamente.
FinancialPeriod FinancialPeriod é uma tabela gerada automaticamente.
FOBPoint FOBPoint é uma tabela gerada automaticamente.
InterBranchAccountMapping InterBranchAccountMapping é uma tabela gerada automaticamente.
InventoryAllocationInquiry InventoryAllocationInquiry é uma tabela gerada automaticamente.
InventoryReceipt InventoryReceipt é uma tabela gerada automaticamente.
InventorySummaryInquiry InventorySummaryInquiry é uma tabela gerada automaticamente.
Invoice A fatura é uma tabela gerada automaticamente.
ItemClass ItemClass é uma tabela gerada automaticamente.
ItemWarehouse ItemWarehouse é uma tabela gerada automaticamente.
JournalTransaction JournalTransaction é uma tabela gerada automaticamente.
JournalVoucher JournalVoucher é uma tabela gerada automaticamente.
KitAssembly KitAssembly é uma tabela gerada automaticamente.
KitSpecification KitSpecification é uma tabela gerada automaticamente.
Lead Lead é uma tabela gerada automaticamente.
LotSerialClass LotSerialClass é uma tabela gerada automaticamente.
NonStockItem NonStockItem é uma tabela gerada automaticamente.
Opportunity Oportunidade é uma tabela gerada automaticamente.
Payment O pagamento é uma tabela gerada automaticamente.
PaymentMethod PaymentMethod é uma tabela gerada automaticamente.
PhysicalInventoryReview PhysicalInventoryReview é uma tabela gerada automaticamente.
ProjectTransaction ProjectTransaction é uma tabela gerada automaticamente.
PurchaseOrder PurchaseOrder é uma tabela gerada automaticamente.
PurchaseReceipt PurchaseReceipt é uma tabela gerada automaticamente.
ReportingSettings ReportingSettings é uma tabela gerada automaticamente.
SalesInvoice SalesInvoice é uma tabela gerada automaticamente.
SalesOrder SalesOrder é uma tabela gerada automaticamente.
Salesperson Salesperson é uma tabela gerada automaticamente.
SalesPricesInquiry SalesPricesInquiry é uma tabela gerada automaticamente.
SalesPriceWorksheet SalesPriceWorksheet é uma tabela gerada automaticamente.
Shipment A remessa é uma tabela gerada automaticamente.
ShippingBox ShippingBox é uma tabela gerada automaticamente.
ShippingTerm ShippingTerm é uma tabela gerada automaticamente.
ShippingZones ShippingZones é uma tabela gerada automaticamente.
ShipVia ShipVia é uma tabela gerada automaticamente.
StatementCycle StatementCycle é uma tabela gerada automaticamente.
StockItem StockItem é uma tabela gerada automaticamente.
Subaccount A subconta é uma tabela gerada automaticamente.
Task A tarefa é uma tabela gerada automaticamente.
Tax Tax é uma tabela gerada automaticamente.
TaxCategory TaxCategory é uma tabela gerada automaticamente.
TaxZone TaxZone é uma tabela gerada automaticamente.
TransferOrder TransferOrder é uma tabela gerada automaticamente.
TrialBalance TrialBalance é uma tabela gerada automaticamente.
UnitsOfMeasure UnitsOfMeasure é uma tabela gerada automaticamente.
Vendor Vendor é uma tabela gerada automaticamente.
VendorClass VendorClass é uma tabela gerada automaticamente.
VendorPricesInquiry VendorPricesInquiry é uma tabela gerada automaticamente.
VendorPriceWorksheet VendorPriceWorksheet é uma tabela gerada automaticamente.
VoucherEntryCode VoucherEntryCode é uma tabela gerada automaticamente.
Warehouse Warehouse é uma tabela gerada automaticamente.

Conta

A conta é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
TaxCategory String Falso
AccountGroup String Falso
AccountClass String Falso
ConsolidationAccount String Falso
Type String Falso
AccountCD [KEY] String Falso
PostOption String Falso
RequireUnits Bool Falso
LastModifiedDateTime Datetime Falso
AccountID Int Falso
CurrencyID String Falso
CreatedDateTime Datetime Falso
Active Bool Falso
RevaluationRateType String Falso
Secured Bool Falso
UseDefaultSubaccount Bool Falso
CashAccount Bool Falso
Description String Falso
ChartOfAccountsOrder Int Falso
Custom_AccountRecords_NoteText String Falso
Custom_AccountRecords_NoteID String Falso

ConsultaContaPorPeríodo

AccountByPeriodInquiry é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Subaccount String Falso
LinkedResults String Falso
Account [KEY] String Falso
Ledger String Falso
BranchID String Falso
FinancialYear String Falso
Custom_Filter_ShowCuryDetail Bool Falso

ContaPorSubcontaConsulta

AccountBySubaccountInquiry é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Subaccount String Falso
Branch String Falso
LinkedResults String Falso
Account [KEY] String Falso
Ledger String Falso
Period String Falso
Custom_Filter_ShowCuryDetail Bool Falso

Detalhes da ContaConsulta

AccountDetailsInquiry é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
FromPeriod String Falso
ToPeriod String Falso
LinkedResults String Falso
PeriodStartDate Datetime Falso
PeriodEndDate Datetime Falso
BeginingBalance Double Falso
Account [KEY] String Falso
FromDate Datetime Falso
Turnover Double Falso
IncludeReclassified Bool Falso
Subaccount String Falso
IncludeUnreleased Bool Falso
ToDate Datetime Falso
Branch String Falso
Ledger String Falso
IncludeUnposted Bool Falso
EndingBalance Double Falso
Custom_Filter_ShowCuryDetail Bool Falso
Custom_Filter_StartDateUI String Falso
Custom_Filter_ShowSummary Bool Falso
Custom_Filter_PeriodStartDateUI String Falso

Localização da Conta

AccountLocation é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
DefaultProject String Falso
Warehouse String Falso
ShippingRule String Falso
FreightAccount String Falso
FOBPoint String Falso
BusinessAccountID String Falso
ShippingTerms String Falso
ARAccount String Falso
LinkedContact String Falso
Calendar String Falso
ShippingBranch String Falso
SaturdayDelivery Bool Falso
Active Bool Falso
ShippingZone String Falso
ResidentialDelivery Bool Falso
DiscountSubaccount String Falso
LocationID [KEY] String Falso
SameAsDefaultLocation Bool Falso
TaxZone String Falso
SalesAccount String Falso
LeadTimeInDays Int Falso
TaxRegistrationID String Falso
AddressValidated Bool Falso
ARSubaccount String Falso
FedExGroundCollect Bool Falso
SalesSubaccount String Falso
LinkedAddress String Falso
PriceClass String Falso
OrderPriority Int Falso
ShipVia String Falso
FreightSubaccount String Falso
Insurance Bool Falso
DiscountAccount String Falso
EntityUsageType String Falso
LinkedOpportunities String Falso
TaxExemptionNumber String Falso
AddressSameAsMain Bool Falso
LinkedCases String Falso
LocationName String Falso
Custom_LocationCurrent_CSiteID String Falso
Custom_LocationCurrent_CDiscountSubID String Falso
Custom_LocationCurrent_CInsurance Bool Falso
Custom_LocationCurrent_CCarrierID String Falso
Custom_LocationCurrent_CShipTermsID String Falso
Custom_LocationCurrent_CLeadTime Int Falso
Custom_LocationCurrent_NoteID String Falso
Custom_LocationCurrent_IsAddressSameAsMain Bool Falso
Custom_LocationCurrent_CDefProjectID String Falso
Custom_LocationCurrent_CFreightAcctID String Falso
Custom_LocationCurrent_CTaxZoneID String Falso
Custom_LocationCurrent_IsARAccountSameAsMain Bool Falso
Custom_LocationCurrent_CCalendarID String Falso
Custom_LocationCurrent_CAvalaraExemptionNumber String Falso
Custom_LocationCurrent_CPriceClassID String Falso
Custom_LocationCurrent_COrderPriority Int Falso
Custom_Address_NoteID String Falso
Custom_LocationCurrent_CShipZoneID String Falso
Custom_LocationCurrent_CDiscountAcctID String Falso
Custom_LocationCurrent_CResedential Bool Falso
Custom_LocationCurrent_CBranchID String Falso
Custom_LocationCurrent_CAvalaraCustomerUsageType String Falso
Custom_LocationCurrent_CFreightSubID String Falso
Custom_LocationCurrent_CSalesAcctID String Falso
Custom_Location_NoteText String Falso
Custom_LocationCurrent_CSalesSubID String Falso
Custom_LocationCurrent_TaxRegistrationID String Falso
Custom_LocationCurrent_CGroundCollect Bool Falso
Custom_LocationCurrent_CFOBPointID String Falso
Custom_LocationCurrent_CSaturdayDelivery Bool Falso
Custom_Location_NoteID String Falso
Custom_LocationCurrent_CShipComplete String Falso

AccountSummaryInquérito

AccountSummaryInquiry é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Subaccount String Falso
Branch String Falso
LinkedResults String Falso
Ledger String Falso
Period String Falso
AccountClass [KEY] String Falso
Custom_Filter_ShowCuryDetail Bool Falso

Ajustamento

O ajuste é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
TotalQty Double Falso
TotalCost Double Falso
Hold Bool Falso
ExternalRef String Falso
Date Datetime Falso
Status String Falso
ReferenceNbr [KEY] String Falso
LinkedDetails String Falso
Custom_adjustment_ControlQty String Falso
Custom_adjustment_NoteText String Falso
Custom_adjustment_NoteID String Falso
Custom_adjustment_FinPeriodID String Falso
Custom_adjustment_ControlCost String Falso

Definição de Atributo

AttributeDefinition é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
LinkedValues String Falso
Internal Bool Falso
ControlType String Falso
AttributeID [KEY] String Falso
EntryMask String Falso
LastModifiedDateTime Datetime Falso
CreatedDateTime Datetime Falso
RegExp String Falso
Custom_Attributes_NoteID String Falso

Conta

Bill é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Date Datetime Falso
LinkedDetails String Falso
Type [KEY] String Falso
DueDate Datetime Falso
BranchID String Falso
LocationID String Falso
CurrencyID String Falso
Balance Double Falso
LinkedApplications String Falso
ReferenceNbr [KEY] String Falso
Terms String Falso
Status String Falso
ApprovedForPayment Bool Falso
TaxTotal Double Falso
Hold Bool Falso
PostPeriod String Falso
Amount Double Falso
Vendor String Falso
LinkedTaxDetails String Falso
CashAccount String Falso
Description String Falso
VendorRef String Falso
Custom_CurrentDocument_PayLocationID String Falso
Custom_CurrentDocument_SuppliedByVendorID String Falso
Custom_Document_DiscDate String Falso
Custom_CurrentDocument_PayDate String Falso
Custom_CurrentDocument_PayAccountID String Falso
Custom_Document_CuryLineTotal String Falso
Custom_CurrentDocument_EmployeeID String Falso
Custom_CurrentDocument_UsesManualVAT Bool Falso
Custom_CurrentDocument_EmployeeWorkgroupID String Falso
Custom_CurrentDocument_BatchNbr String Falso
Custom_CurrentDocument_APSubID String Falso
Custom_CurrentDocument_PaySel Bool Falso
Custom_CurrentDocument_OrigRefNbr String Falso
Custom_CurrentDocument_CuryDiscountedPrice String Falso
Custom_Document_CuryVatExemptTotal String Falso
Custom_CurrentDocument_PrebookSubID String Falso
Custom_CurrentDocument_PrebookBatchNbr String Falso
Custom_CurrentDocument_CuryDiscountedDocTotal String Falso
Custom_Document_CuryViewState Bool Falso
Custom_Document_CuryOrigWhTaxAmt String Falso
Custom_CurrentDocument_SuppliedByVendorLocationID String Falso
Custom_CurrentDocument_NoteID String Falso
Custom_Document_NoteText String Falso
Custom_CurrentDocument_PayTypeID String Falso
Custom_Document_CuryRoundDiff String Falso
Custom_Document_CuryInitDocBal String Falso
Custom_CurrentDocument_DisplayCuryInitDocBal String Falso
Custom_CurrentDocument_PrebookAcctID String Falso
Custom_CurrentDocument_VoidBatchNbr String Falso
Custom_Document_NoteID String Falso
Custom_Document_CuryTaxAmt String Falso
Custom_CurrentDocument_APAccountID String Falso
Custom_Document_CuryVatTaxableTotal String Falso
Custom_CurrentDocument_TaxCalcMode String Falso
Custom_CurrentDocument_TaxZoneID String Falso
Custom_CurrentDocument_CuryDiscountedTaxableTotal String Falso
Custom_Document_LCEnabled Bool Falso
Custom_Document_CuryOrigDiscAmt String Falso
Custom_CurrentDocument_SeparateCheck Bool Falso
Custom_Document_CuryDiscTot String Falso

Conta de Negócios

BusinessAccount é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
WorkgroupDescription String Falso
LinkedLocations String Falso
LinkedMainContact String Falso
ParentAccount String Falso
AccountRef String Falso
BusinessAccountID [KEY] String Falso
LinkedContacts String Falso
ShippingAddressSameAsMain Bool Falso
Duplicate String Falso
Name String Falso
SourceCampaign String Falso
Owner String Falso
LinkedCases String Falso
LinkedCampaigns String Falso
LinkedRelations String Falso
Workgroup String Falso
Type String Falso
LinkedActivities String Falso
LinkedShippingContact String Falso
LinkedMainAddress String Falso
LinkedDuplicates String Falso
Status String Falso
LastOutgoingActivity Datetime Falso
LinkedMarketingLists String Falso
LinkedDefaultLocationSettings String Falso
LinkedAttributes String Falso
LinkedOpportunities String Falso
ClassID String Falso
LinkedContracts String Falso
LinkedShippingAddress String Falso
MainAddressValidated Bool Falso
ShippingAddressValidated Bool Falso
LastIncomingActivity Datetime Falso
LinkedOrders String Falso
OwnerEmployeeName String Falso
Custom_CurrentBAccount_NoteID String Falso
Custom_DefLocationCurrent_NoteID String Falso
Custom_AddressCurrent_NoteID String Falso
Custom_DefLocationAddress_NoteID String Falso
Custom_BAccount_NoteID String Falso
Custom_BAccount_NoteText String Falso

Operadora

Carrier é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
CarrierUnitOfWeight String Falso
PlugInType String Falso
LinkedPlugInParameters String Falso
CarrierID [KEY] String Falso
UOM String Falso
LastModifiedDateTime Datetime Falso
CreatedDateTime Datetime Falso
LinkedCustomerAccounts String Falso
Custom_Plugin_NoteID String Falso
Custom_Plugin_NoteText String Falso

Caso

Case é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ManualOverride Bool Falso
Subject String Falso
LinkedAttributes String Falso
Status String Falso
OwnerEmployeeName String Falso
OvertimeSpent String Falso
Description String Falso
Owner String Falso
LinkedActivities String Falso
ContactID Int Falso
BillableTime Int Falso
Severity String Falso
ResolutionTime String Falso
LinkedRelations String Falso
Contract String Falso
ClosingDate Datetime Falso
DateReported Datetime Falso
InitialResponse String Falso
LastOutgoingActivity Datetime Falso
LastActivityDate Datetime Falso
Workgroup String Falso
LastIncomingActivity Datetime Falso
BusinessAccountName String Falso
ClassID String Falso
Billable Bool Falso
ContactDisplayName String Falso
Reason String Falso
TimeSpent String Falso
Location String Falso
Priority String Falso
BillableOvertime Int Falso
SLA Datetime Falso
BusinessAccount String Falso
LinkedRelatedCases String Falso
CaseID [KEY] String Falso
WorkgroupDescription String Falso
Custom_CaseCurrent_NoteID String Falso
Custom_CaseCurrent_ContractID String Falso
Custom_Case_NoteText String Falso
Custom_CaseCurrent_CustomerID String Falso
Custom_CaseCurrent_OvertimeSpent String Falso
Custom_CaseCurrent_IsBillable Bool Falso
Custom_CaseCurrent_ManualBillableTimes Bool Falso
Custom_CaseCurrent_TimeBillable Int Falso
Custom_CaseCurrent_TimeSpent String Falso
Custom_CaseCurrent_LocationID String Falso
Custom_CaseCurrent_OvertimeBillable Int Falso
Custom_Case_NoteID String Falso
Custom_CaseCurrent_WorkgroupID String Falso
Custom_CaseCurrent_WorkgroupID_description String Falso
Custom_CaseCurrent_TimeResolution String Falso
Custom_CaseCurrent_InitResponse String Falso

Venda à Vista

CashSale é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
Type [KEY] String Falso
CustomerID String Falso
PaymentMethod String Falso
Hold Bool Falso
Amount Double Falso
CashAccount String Falso
Date Datetime Falso
PaymentRef String Falso
Status String Falso
ReferenceNbr [KEY] String Falso
LinkedDetails String Falso
TaxTotal Double Falso
CreatedDateTime Datetime Falso
Balance Double Falso
LastModifiedDateTime Datetime Falso
Custom_Document_DepositAfter String Falso
Custom_Document_PMInstanceID Int Falso
Custom_Document_CCPaymentStateDescr String Falso
Custom_Document_NoteText String Falso
Custom_Document_CuryChargeAmt String Falso
Custom_Document_RefTranExtNbr String Falso
Custom_Document_CuryConsolidateChargeTotal String Falso
Custom_Document_CuryLineTotal String Falso
Custom_Document_IsCCPayment Bool Falso
Custom_Document_PMInstanceID_description String Falso
Custom_Document_CustomerLocationID String Falso
Custom_Document_CuryRoundDiff String Falso
Custom_Document_ProjectID String Falso
Custom_Document_CuryID String Falso
Custom_Document_NoteID String Falso
Custom_Document_CuryVatExemptTotal String Falso
Custom_Document_AdjFinPeriodID String Falso
Custom_Document_CuryVatTaxableTotal String Falso
Custom_Document_CuryViewState Bool Falso
Custom_Document_CuryOrigDiscAmt String Falso

Verificar

Cheque é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
Type [KEY] String Falso
CurrencyID String Falso
Vendor String Falso
LinkedHistory String Falso
PaymentMethod String Falso
UnappliedBalance Double Falso
ApplicationDate Datetime Falso
Hold Bool Falso
CashAccount String Falso
PaymentRef String Falso
Status String Falso
ReferenceNbr [KEY] String Falso
LinkedDetails String Falso
PaymentAmount Double Falso
Custom_Document_NoteID String Falso
Custom_Document_DepositAfter String Falso
Custom_Document_NoteText String Falso
Custom_Document_CuryApplAmt String Falso
Custom_Document_AdjFinPeriodID String Falso
Custom_Document_PTInstanceID_description String Falso
Custom_Document_CuryChargeAmt String Falso
Custom_Document_CuryViewState Bool Falso
Custom_Document_PTInstanceID Int Falso
Custom_Document_VendorLocationID String Falso
Custom_Document_CuryInitDocBal String Falso

Contato

Contato é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LanguageOrLocale String Falso
DuplicateFound Bool Falso
JobTitle String Falso
MiddleName String Falso
FirstName String Falso
DoNotFax Bool Falso
LinkedAttributes String Falso
Status String Falso
ParentAccount String Falso
OwnerEmployeeName String Falso
Phone3 String Falso
Phone2 String Falso
Phone1 String Falso
Phone2Type String Falso
MaritalStatus String Falso
Email String Falso
FaxType String Falso
LinkedMarketingLists String Falso
DoNotCall Bool Falso
LinkedNotifications String Falso
Active Bool Falso
LinkedDuplicates String Falso
Owner String Falso
DoNotMail Bool Falso
Title String Falso
Gender String Falso
LinkedActivities String Falso
Phone1Type String Falso
ContactID [KEY] Int Falso
WebSite String Falso
LinkedRelations String Falso
ContactClass String Falso
CompanyName String Falso
AddressIsSameAsInAccount Bool Falso
NoMassMail Bool Falso
LastOutgoingActivity Datetime Falso
DisplayName String Falso
LinkedUserInfo String Falso
ContactMethod String Falso
Workgroup String Falso
AddressValidated Bool Falso
LastIncomingActivity Datetime Falso
LinkedCampaigns String Falso
SourceCampaign String Falso
SpouseOrPartnerName String Falso
LinkedAddress String Falso
Reason String Falso
Synchronize Bool Falso
ConvertedBy String Falso
Image String Falso
Type String Falso
NoMarketing Bool Falso
DateOfBirth Datetime Falso
Duplicate String Falso
DoNotEmail Bool Falso
Phone3Type String Falso
Source String Falso
BusinessAccount String Falso
LastName String Falso
LinkedOpportunities String Falso
Fax String Falso
QualificationDate Datetime Falso
WorkgroupDescription String Falso
LinkedCases String Falso
Custom_ContactCurrent_NoMarketing Bool Falso
Custom_ContactCurrent_DuplicateStatus String Falso
Custom_ContactCurrent2_NoteID String Falso
Custom_ContactCurrent_FullName String Falso
Custom_ContactCurrent_NoEMail Bool Falso
Custom_ContactCurrent_Method String Falso
Custom_ContactCurrent_ParentBAccountID String Falso
Custom_ContactCurrent_Synchronize Bool Falso
Custom_ContactCurrent_Gender String Falso
Custom_ContactCurrent_QualificationDate String Falso
Custom_ContactCurrent_DateOfBirth String Falso
Custom_ContactCurrent_ConvertedBy String Falso
Custom_Contact_ContactID_displayName String Falso
Custom_ContactCurrent_NoteID String Falso
Custom_ContactCurrent_CampaignID String Falso
Custom_ContactCurrent_LanguageID String Falso
Custom_ContactCurrent_Resolution String Falso
Custom_ContactCurrent_Source String Falso
Custom_ContactCurrent_MaritalStatus String Falso
Custom_ContactCurrent_NoFax Bool Falso
Custom_AddressCurrent_NoteID String Falso
Custom_ContactCurrent_NoCall Bool Falso
Custom_ContactCurrent_Status String Falso
Custom_ContactCurrent_NoMail Bool Falso
Custom_ContactCurrent_Img String Falso
Custom_ContactCurrent_Spouse String Falso
Custom_ContactCurrent_NoMassMail Bool Falso
Custom_Contact_NoteID String Falso
Custom_Contact_NoteText String Falso

Moeda

Moeda é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
DecimalPrecision Int Falso
CurrencyID [KEY] String Falso
Active Bool Falso
CreatedDateTime Datetime Falso
CurrencySymbol String Falso
Description String Falso
UseForAccounting Bool Falso
LastModifiedDateTime Datetime Falso

Cliente

Cliente é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedBillingContact String Falso
ShippingRule String Falso
AccountRef String Falso
CurrencyID String Falso
BillingAddressSameAsMain Bool Falso
LinkedAttributes String Falso
Status String Falso
WarehouseID String Falso
PrintStatements Bool Falso
ShippingAddressSameAsMain Bool Falso
FOBPoint String Falso
AutoApplyPayments Bool Falso
ShippingTerms String Falso
PrintDunningLetters Bool Falso
CustomerID [KEY] String Falso
CustomerClass String Falso
ParentRecord String Falso
ShippingBranch String Falso
LinkedMainContact String Falso
SaturdayDelivery Bool Falso
CurrencyRateType String Falso
StatementCycleID String Falso
SendStatementsbyEmail Bool Falso
LeadTimedays Int Falso
ResidentialDelivery Bool Falso
LinkedShippingContact String Falso
LinkedPaymentInstructions String Falso
PriceClassID String Falso
SendDunningLettersbyEmail Bool Falso
Terms String Falso
CustomerName String Falso
TaxZone String Falso
PrintInvoices Bool Falso
LastModifiedDateTime Datetime Falso
MultiCurrencyStatements Bool Falso
EnableCurrencyOverride Bool Falso
WriteOffLimit Double Falso
EnableRateOverride Bool Falso
TaxRegistrationID String Falso
ApplyOverdueCharges Bool Falso
SendInvoicesbyEmail Bool Falso
ShippingZoneID String Falso
BillingContactSameAsMain Bool Falso
StatementType String Falso
LinkedContacts String Falso
ShippingContactSameAsMain Bool Falso
OrderPriority Int Falso
ShipVia String Falso
CreatedDateTime Datetime Falso
EnableWriteOffs Bool Falso
LinkedSalespersons String Falso
LinkedCreditVerificationRules String Falso
LocationName String Falso

ClienteClasse

CustomerClass é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
OverdueChargeID String Falso
GroupDocumentDiscountLimit Double Falso
CreditVerification String Falso
ShippingRule String Falso
FreightAccount String Falso
CurrencyID String Falso
LinkedAttributes String Falso
PrintStatements Bool Falso
CreditLimit Double Falso
PaymentMethod String Falso
DefaultRestrictionGroup String Falso
OverLimitAmount Double Falso
AutoApplyPayments Bool Falso
ShippingTerms String Falso
ARAccount String Falso
DefaultLocationIDfromBranch Bool Falso
PrintDunningLetters Bool Falso
MiscAccount String Falso
SalespersonID String Falso
UnrealizedGainAccount String Falso
SendStatementsByEmail Bool Falso
Description String Falso
CurrencyRateType String Falso
StatementCycleID String Falso
CashDiscountSubaccount String Falso
DiscountSubaccount String Falso
RequireTaxZone Bool Falso
COGSAccount String Falso
SendDunningLettersbyEmail Bool Falso
Terms String Falso
UnrealizedGainSubaccount String Falso
UnrealizedLossSubaccount String Falso
PrintInvoices Bool Falso
SalesAccount String Falso
MultiCurrencyStatements Bool Falso
LastModifiedDateTime Datetime Falso
EnableCurrencyOverride Bool Falso
CashDiscountAccount String Falso
COGSSubaccount String Falso
TaxZoneID String Falso
WriteOffLimit Double Falso
EnableRateOverride Bool Falso
ApplyOverdueCharges Bool Falso
RequireEntityUsageType Bool Falso
Country String Falso
SendInvoicesbyEmail Bool Falso
ClassID [KEY] String Falso
ARSubaccount String Falso
PrepaymentSubaccount String Falso
SalesSubaccount String Falso
StatementType String Falso
MiscSubaccount String Falso
PrepaymentAccount String Falso
CreditDaysPastDue Int Falso
ShipVia String Falso
FreightSubaccount String Falso
DiscountAccount String Falso
CreatedDateTime Datetime Falso
EntityUsageType String Falso
EnableWriteOffs Bool Falso
UnrealizedLossAccount String Falso
Custom_CurCustomerClassRecord_FinChargeApply Bool Falso
Custom_CurCustomerClassRecord_FreightAcctID String Falso
Custom_CurCustomerClassRecord_DiscTakenSubID String Falso
Custom_CurCustomerClassRecord_FinChargeID String Falso
Custom_CurCustomerClassRecord_CreditLimit String Falso
Custom_CurCustomerClassRecord_COGSAcctID String Falso
Custom_CustomerClassRecord_LocaleName_translatedName String Falso
Custom_CurCustomerClassRecord_UnrealizedGainAcctID String Falso
Custom_CurCustomerClassRecord_SmallBalanceAllow Bool Falso
Custom_CurCustomerClassRecord_PrepaymentAcctID String Falso
Custom_CurCustomerClassRecord_PrintDunningLetters Bool Falso
Custom_CurCustomerClassRecord_CuryID String Falso
Custom_CurCustomerClassRecord_ARAcctID String Falso
Custom_CurCustomerClassRecord_DiscountAcctID String Falso
Custom_CurCustomerClassRecord_AllowOverrideCury Bool Falso
Custom_CurCustomerClassRecord_AutoApplyPayments Bool Falso
Custom_CurCustomerClassRecord_OverLimitAmount String Falso
Custom_CustomerClassRecord_NoteID String Falso
Custom_CurCustomerClassRecord_UnrealizedLossAcctID String Falso
Custom_CurCustomerClassRecord_DiscountLimit String Falso
Custom_CurCustomerClassRecord_ARSubID String Falso
Custom_CurCustomerClassRecord_NoteID String Falso
Custom_CustomerClassRecord_LocaleName String Falso
Custom_CurCustomerClassRecord_CreditRule String Falso
Custom_CurCustomerClassRecord_DiscountSubID String Falso
Custom_CurCustomerClassRecord_SalesSubID String Falso
Custom_CurCustomerClassRecord_MailDunningLetters Bool Falso
Custom_CurCustomerClassRecord_COGSSubID String Falso
Custom_CurCustomerClassRecord_MiscAcctID String Falso
Custom_CurCustomerClassRecord_SmallBalanceLimit String Falso
Custom_CurCustomerClassRecord_ShipTermsID String Falso
Custom_CurCustomerClassRecord_TermsID String Falso
Custom_CurCustomerClassRecord_SalesAcctID String Falso
Custom_CurCustomerClassRecord_ShipComplete String Falso
Custom_CurCustomerClassRecord_StatementType String Falso
Custom_CurCustomerClassRecord_MiscSubID String Falso
Custom_CurCustomerClassRecord_AllowOverrideRate Bool Falso
Custom_CurCustomerClassRecord_DefPaymentMethodID String Falso
Custom_CurCustomerClassRecord_DiscTakenAcctID String Falso
Custom_CustomerClassRecord_NoteText String Falso
Custom_CurCustomerClassRecord_UnrealizedGainSubID String Falso
Custom_CurCustomerClassRecord_CreditDaysPastDue Int Falso
Custom_CurCustomerClassRecord_UnrealizedLossSubID String Falso
Custom_CurCustomerClassRecord_PrintCuryStatements Bool Falso
Custom_CurCustomerClassRecord_CuryRateTypeID String Falso
Custom_CurCustomerClassRecord_FreightSubID String Falso
Custom_CurCustomerClassRecord_PrintStatements Bool Falso
Custom_CurCustomerClassRecord_MailInvoices Bool Falso
Custom_CurCustomerClassRecord_SendStatementByEmail Bool Falso
Custom_CurCustomerClassRecord_PrepaymentSubID String Falso
Custom_CurCustomerClassRecord_PrintInvoices Bool Falso
Custom_CurCustomerClassRecord_StatementCycleId String Falso
Custom_CurCustomerClassRecord_ShipVia String Falso

Localização do Cliente

CustomerLocation é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
TaxRegistrationID String Falso
ShippingTerms String Falso
ShippingZone String Falso
TaxZone String Falso
ShipVia String Falso
Warehouse String Falso
Insurance Bool Falso
FOBPoint String Falso
AddressSameAsMain Bool Falso
LinkedLocationContact String Falso
LeadTimeDays Int Falso
TaxExemptionNbr String Falso
FedExGroundCollect Bool Falso
Customer String Falso
EntityUsageType String Falso
ShippingRule String Falso
LocationName String Falso
LocationID [KEY] String Falso
LastModifiedDateTime Datetime Falso
Calendar String Falso
CreatedDateTime Datetime Falso
PriceClass String Falso
DefaultProject String Falso
Active Bool Falso
ContactSameAsMain Bool Falso
SaturdayDelivery Bool Falso
ShippingBranch String Falso
OrderPriority Int Falso
ResidentialDelivery Bool Falso

ClientePagamentoMétodo

CustomerPaymentMethod é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
CustomerID [KEY] String Falso
Active Bool Falso
PaymentMethod [KEY] String Falso
CashAccount String Falso
CustomerProfileID String Falso
LinkedDetails String Falso
InstanceID Int Falso
CardAccountNbr String Falso
CreatedDateTime Datetime Falso
LastModifiedDateTime Datetime Falso
ProcCenterID String Falso
Custom_CustomerPaymentMethod_NoteText String Falso
Custom_CustomerPaymentMethod_HasBillingInfo Bool Falso
Custom_CustomerPaymentMethod_ExpirationDate String Falso
Custom_CustomerPaymentMethod_NoteID String Falso

CustomerPriceClass

CustomerPriceClass é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
CreatedDateTime Datetime Falso
Description String Falso
LastModifiedDateTime Datetime Falso
PriceClassID [KEY] String Falso
Custom_Records_SortOrder Int Falso
Custom_Records_NoteText String Falso
Custom_Records_NoteID String Falso

Desconto

Desconto é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Promotional Bool Falso
LinkedCustomerPriceClasses String Falso
BreakBy String Falso
LinkedItemPriceClasses String Falso
LinkedDiscountBreakpoints String Falso
DiscountCode [KEY] String Falso
LinkedCustomers String Falso
Sequence [KEY] String Falso
EffectiveDate Datetime Falso
ProrateDiscount Bool Falso
LastModifiedDateTime Datetime Falso
DiscountBy String Falso
CreatedDateTime Datetime Falso
Active Bool Falso
LinkedWarehouses String Falso
LinkedItems String Falso
ExpirationDate Datetime Falso
ShowFreeItem Bool Falso
Description String Falso
Custom_Sequence_NoteID String Falso
Custom_Sequence_NoteText String Falso

Código de Desconto

DiscountCode é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ApplicableTo String Falso
CreatedDateTime Datetime Falso
DiscountType String Falso
Description String Falso
LastModifiedDateTime Datetime Falso
DiscountCodeID [KEY] String Falso
Custom_Document_IsManual Bool Falso
Custom_Document_IsAutoNumber Bool Falso
Custom_Document_ExcludeFromDiscountableAmt Bool Falso
Custom_Document_IsAppliedToDR Bool Falso
Custom_Document_SkipDocumentDiscounts Bool Falso
Custom_Document_LastNumber String Falso

E-mail

E-mail é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Bcc String Falso
Date Datetime Falso
To String Falso
StartTime Datetime Falso
Owner String Falso
Parent String Falso
RelatedEntityDescription String Falso
Workgroup String Falso
Subject String Falso
Internal Bool Falso
Incoming Bool Falso
LinkedTimeActivity String Falso
FromEmailAccountDisplayName String Falso
Body String Falso
Cc String Falso
MailStatus String Falso
ParentSummary String Falso
FromEmailAccountID Int Falso
Description String Falso
From String Falso
Custom_CurrentMessage_WorkgroupID String Falso
Custom_CurrentMessage_StartDate_Time String Falso
Custom_Message_MailTo_SearchSuggestion String Falso
Custom_CurrentMessage_Source String Falso
Custom_CurrentMessage_IsIncome Bool Falso
Custom_CurrentMessage_ParentNoteID String Falso
Custom_Message_MailBcc_SearchSuggestion String Falso
Custom_CurrentMessage_ParentNoteID_description String Falso
Custom_Message_NoteID String Falso
Custom_CurrentMessage_OwnerID String Falso
Custom_CurrentMessage_NoteID String Falso
Custom_Message_MailCc_SearchSuggestion String Falso
Custom_CurrentMessage_StartDate_Date String Falso
Custom_CurrentMessage_IsPrivate Bool Falso
Custom_Message_NoteText String Falso
Custom_CurrentMessage_MPStatus String Falso

Funcionário

Employee é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
CurrencyID String Falso
LinkedContact String Falso
PaymentMethod String Falso
EmployeeClassID String Falso
Name String Falso
Status String Falso
BranchID String Falso
ReportsToID String Falso
LinkedEmployeeCost String Falso
EmployeeID [KEY] String Falso
LinkedEmploymentHistory String Falso
DepartmentID String Falso
DateOfBirth Datetime Falso

Evento

Evento é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Location String Falso
AllDay Bool Falso
StartTime Datetime Falso
ShowAs String Falso
LinkedReminder String Falso
EndDate Datetime Falso
RelatedEntityDescription String Falso
Summary [KEY] String Falso
NoteID String Falso
Internal Bool Falso
LinkedTimeActivity String Falso
Status String Falso
LinkedAttendees String Falso
Body String Falso
Category String Falso
EndTime Datetime Falso
StartDate Datetime Falso
LinkedRelatedActivities String Falso
Priority String Falso
Custom_Events_NoteText String Falso

Período Financeiro

FinancialPeriod é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
UserDefinedPeriods Bool Falso
LinkedDetails String Falso
NbrOfPeriods Int Falso
CreatedDateTime Datetime Falso
FinancialYear String Falso
LastModifiedDateTime Datetime Falso
StartDate Datetime Falso
Custom_FiscalYear_NoteID String Falso
Custom_FiscalYear_NoteText String Falso

Ponto FOB

FOBPoint é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
FOBPointID [KEY] String Falso
Custom_FOBPoint_NoteText String Falso
Custom_FOBPoint_NoteID String Falso

Mapeamento de Contas Entre Filiais

InterBranchAccountMapping é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedTransactionsInSourceBranch String Falso
OriginatingBranch [KEY] String Falso
PostingLedger String Falso
LinkedTransactionsInDestinationBranch String Falso

Consulta de Alocação de Estoque

InventoryAllocationInquiry é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Location String Falso
KitAssemblyDemand Double Falso
OnHand Double Falso
PurchaseOrders Double Falso
OnLocationNotAvailable Double Falso
SOToPurchase Double Falso
PurchaseReceipts Double Falso
LinkedResults String Falso
SOPrepared Double Falso
PurchaseForSO Double Falso
InventoryIssues Double Falso
InTransitToSO Double Falso
SOShipped Double Falso
KitAssemblySupply Double Falso
PurchasePrepared Double Falso
AvailableForIssue Double Falso
TotalAddition Double Falso
TotalDeduction Double Falso
AvailableForShipping Double Falso
SOBackOrdered Double Falso
Available Double Falso
InTransit Double Falso
SOBooked Double Falso
PurchaseForSOPrepared Double Falso
ReceiptsForSO Double Falso
SOAllocated Double Falso
WarehouseID String Falso
BaseUnit String Falso
InventoryReceipts Double Falso
InventoryID [KEY] String Falso
Custom_Filter_InclQtyInTransit Bool Falso
Custom_Filter_QtyPODropShipOrders String Falso
Custom_Filter_LotSerialNbr String Falso
Custom_Filter_QtyPODropShipPrepared String Falso
Custom_Filter_SubItemCD String Falso
Custom_Filter_InclQtyPOPrepared Bool Falso
Custom_Filter_Label2 String Falso
Custom_Filter_InclQtyINReceipts Bool Falso
Custom_Filter_Label String Falso
Custom_Filter_InclQtyINAssemblySupply Bool Falso
Custom_Filter_QtyPODropShipReceipts String Falso
Custom_Filter_InclQtyINAssemblyDemand Bool Falso
Custom_Filter_InclQtySOBackOrdered Bool Falso
Custom_Filter_InclQtySOShipping Bool Falso
Custom_Filter_InclQtySOShipped Bool Falso
Custom_Filter_InclQtySOBooked Bool Falso
Custom_Filter_InclQtyINIssues Bool Falso
Custom_Filter_InclQtyPOReceipts Bool Falso
Custom_Filter_InclQtySOPrepared Bool Falso
Custom_Filter_InclQtyPOOrders Bool Falso
Custom_Filter_QtyExpired String Falso
Custom_Filter_QtySODropShip String Falso

Recibo de Estoque

InventoryReceipt é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
TransferNbr String Falso
TotalQty Double Falso
TotalCost Double Falso
Hold Bool Falso
Date Datetime Falso
Status String Falso
ReferenceNbr [KEY] String Falso
LinkedDetails String Falso
ControlCost Double Falso
ControlQty Double Falso
PostPeriod String Falso
Custom_receipt_NoteText String Falso
Custom_receipt_ExtRefNbr String Falso
Custom_receipt_NoteID String Falso

InventárioResumoConsulta

InventorySummaryInquiry é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedResults String Falso
WarehouseID String Falso
ExpandByLotSerialNbr Bool Falso
InventoryID [KEY] String Falso
Subitem String Falso
LocationID String Falso

Fatura

A fatura é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkBranch String Falso
Date Datetime Falso
LinkedApplicationsCreditMemo String Falso
BillingPrinted Bool Falso
LinkARAccount String Falso
LinkedDetails String Falso
Customer String Falso
Type [KEY] String Falso
DueDate Datetime Falso
LocationID String Falso
LastModifiedDateTime Datetime Falso
Balance Double Falso
ReferenceNbr [KEY] String Falso
Terms String Falso
Status String Falso
CreatedDateTime Datetime Falso
CustomerOrder String Falso
Project String Falso
TaxTotal Double Falso
Hold Bool Falso
Amount Double Falso
PostPeriod String Falso
LinkedTaxDetails String Falso
Description String Falso
LinkedApplicationsDefault String Falso
Custom_CurrentDocument_DontEmail Bool Falso
Custom_Document_DiscDate String Falso
Custom_CurrentDocument_WorkgroupID String Falso
Custom_CurrentDocument_PMInstanceID_description String Falso
Custom_Document_CuryLineTotal String Falso
Custom_CurrentDocument_BatchNbr String Falso
Custom_Document_CuryID String Falso
Custom_CurrentDocument_OrigRefNbr String Falso
Custom_CurrentDocument_CuryDiscountedPrice String Falso
Custom_CurrentDocument_AvalaraCustomerUsageType String Falso
Custom_Document_CuryVatExemptTotal String Falso
Custom_CurrentDocument_CuryDiscountedDocTotal String Falso
Custom_Document_CuryViewState Bool Falso
Custom_CurrentDocument_ARSubID String Falso
Custom_CurrentDocument_CuryCommnblAmt String Falso
Custom_CurrentDocument_NoteID String Falso
Custom_Document_NoteText String Falso
Custom_CurrentDocument_ApplyOverdueCharge Bool Falso
Custom_CurrentDocument_CashAccountID String Falso
Custom_Document_CuryRoundDiff String Falso
Custom_CurrentDocument_PMInstanceID Int Falso
Custom_Document_CuryInitDocBal String Falso
Custom_CurrentDocument_DisplayCuryInitDocBal String Falso
Custom_Document_NoteID String Falso
Custom_CurrentDocument_CampaignID String Falso
Custom_CurrentDocument_DontPrint Bool Falso
Custom_CurrentDocument_OwnerID String Falso
Custom_Document_CuryVatTaxableTotal String Falso
Custom_CurrentDocument_TaxZoneID String Falso
Custom_CurrentDocument_CuryCommnAmt String Falso
Custom_CurrentDocument_CuryDiscountedTaxableTotal String Falso
Custom_CurrentDocument_Emailed Bool Falso
Custom_CurrentDocument_PaymentMethodID String Falso
Custom_CurrentDocument_Revoked Bool Falso
Custom_CurrentDocument_SalesPersonID String Falso
Custom_Document_CuryOrigDiscAmt String Falso
Custom_Document_CuryDiscTot String Falso
Custom_CurrentDocument_Printed Bool Falso

ItemClass

ItemClass é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
PriceClass String Falso
LinkedAttributes String Falso
TaxCategoryID String Falso
PurchaseUOM String Falso
ItemType String Falso
SalesUOM String Falso
PostingClass String Falso
StockItem Bool Falso
ValuationMethod String Falso
DefaultWarehouseID String Falso
ClassID [KEY] String Falso
BaseUOM String Falso
LotSerialClass String Falso
LastModifiedDateTime Datetime Falso
AvailabilityCalculationRule String Falso
Custom_itemclasssettings_TaxCalcMode String Falso
Custom_itemclasssettings_NegQty Bool Falso
Custom_itemclasssettings_DemandCalculation String Falso
Custom_itemclasssettings_PriceWorkgroupID String Falso
Custom_itemclasssettings_MinGrossProfitPct String Falso
Custom_itemclasssettings_PriceManagerID String Falso
Custom_itemclasssettings_SalesUnit String Falso
Custom_itemclasssettings_MarkupPct String Falso
Custom_itemclasssettings_NoteID String Falso
Custom_itemclass_NoteID String Falso
Custom_itemclass_NoteText String Falso
Custom_itemclasssettings_PurchaseUnit String Falso
Custom_itemclasssettings_BaseUnit String Falso

ItemWarehouse

ItemWarehouse é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
OverrideServiceLevelOverride Bool Falso
OverrideReplenishmentSettings Bool Falso
ProductManager String Falso
ReplenishmentSource String Falso
OverrideInventoryAccountSubaccount Bool Falso
DefaultReceiptTo String Falso
ReplenishmentClass String Falso
DefaultSubitem String Falso
ProductWorkgroup String Falso
InventorySubaccount String Falso
LastModifiedDateTime Datetime Falso
PreferredVendor String Falso
MSRP Double Falso
Status String Falso
InventoryAccount String Falso
CreatedDateTime Datetime Falso
ReplenishmentWarehouse String Falso
OverridePreferredVendor Bool Falso
ReplenishmentMethod String Falso
PreferredLocation String Falso
Seasonality String Falso
OverrideStandardCost Bool Falso
WarehouseID [KEY] String Falso
ServiceLevel Double Falso
DefaultIssueFrom String Falso
OverridePrice Bool Falso
InventoryID [KEY] String Falso
Custom_itemsitesettings_SubItemOverride Bool Falso
Custom_itemsitesettings_SafetyStock String Falso
Custom_itemsitesettings_MaxQty String Falso
Custom_itemsitesettings_LaunchDate String Falso
Custom_itemsitesettings_PreferredVendorOverride Bool Falso
Custom_itemsitesettings_SafetyStockOverride Bool Falso
Custom_itemsitesettings_MinQtySuggested String Falso
Custom_itemsitesettings_RecPriceOverride Bool Falso
Custom_itemsitesettings_ServiceLevelOverride Bool Falso
Custom_itemsitesettings_ReplenishmentMethod String Falso
Custom_itemsitesettings_MaxShelfLife Int Falso
Custom_itemsitesettings_TerminationDate String Falso
Custom_itemsitesettings_ABCCodeID String Falso
Custom_itemsitesettings_TerminationDateOverride Bool Falso
Custom_itemsiterecord_NoteID String Falso
Custom_itemsitesettings_MovementClassIsFixed Bool Falso
Custom_itemsitesettings_TransferERQ String Falso
Custom_itemsitesettings_ServiceLevelPct String Falso
Custom_itemsitesettings_MovementClassOverride Bool Falso
Custom_itemsitesettings_MinQty String Falso
Custom_itemsitesettings_MaxQtyOverride Bool Falso
Custom_itemsitesettings_LastForecastDate String Falso
Custom_itemsitesettings_ReplenishmentClassID String Falso
Custom_itemsitesettings_InventoryItem_DefaultSubItemID String Falso
Custom_itemsitesettings_ReplenishmentPolicyOverride Bool Falso
Custom_itemsitesettings_LeadTimeSTDEV String Falso
Custom_itemsitesettings_PendingStdCostDate String Falso
Custom_itemsitesettings_LastStdCost String Falso
Custom_itemsitesettings_MaxShelfLifeOverride Bool Falso
Custom_itemsitesettings_InvtAcctID String Falso
Custom_itemsitesettings_PendingStdCost String Falso
Custom_itemsitesettings_LaunchDateOverride Bool Falso
Custom_itemsitesettings_DemandPerDayAverage String Falso
Custom_itemsitesettings_ReplenishmentPolicyID String Falso
Custom_itemsitesettings_SafetyStockSuggested String Falso
Custom_itemsitesettings_ABCCodeIsFixed Bool Falso
Custom_itemsitesettings_StdCost String Falso
Custom_itemsitesettings_ABCCodeOverride Bool Falso
Custom_itemsitesettings_RecPrice String Falso
Custom_itemsitesettings_DemandPerDaySTDEV String Falso
Custom_itemsitesettings_MinCost String Falso
Custom_itemsitesettings_InvtSubID String Falso
Custom_itemsitesettings_OverrideInvtAcctSub Bool Falso
Custom_itemsitesettings_PriceWorkgroupID String Falso
Custom_itemsitesettings_PreferredVendorLocationID String Falso
Custom_itemsitesettings_MaxCost String Falso
Custom_itemsitesettings_ReplenishmentSource String Falso
Custom_itemsitesettings_LastCost String Falso
Custom_itemsitesettings_AvgCost String Falso
Custom_itemsitesettings_PriceManagerID String Falso
Custom_itemsitesettings_TransferERQOverride Bool Falso
Custom_itemsitesettings_StdCostOverride Bool Falso
Custom_itemsitesettings_NoteID String Falso
Custom_itemsitesettings_MovementClassID String Falso
Custom_itemsitesettings_Commissionable Bool Falso
Custom_itemsitesettings_PreferredVendorID String Falso
Custom_itemsitesettings_LeadTimeAverage String Falso
Custom_itemsitesettings_MarkupPct String Falso
Custom_itemsitesettings_MinQtyOverride Bool Falso
Custom_itemsitesettings_MarkupPctOverride Bool Falso
Custom_itemsiterecord_NoteText String Falso
Custom_itemsitesettings_StdCostDate String Falso
Custom_itemsitesettings_ReplenishmentSourceSiteID String Falso

JournalTransaction

JournalTransaction é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
CurrencyID String Falso
Hold Bool Falso
Module [KEY] String Falso
TransactionDate Datetime Falso
BatchNbr [KEY] String Falso
Status String Falso
LinkedDetails String Falso
BranchID String Falso
LedgerID String Falso
CreatedDateTime Datetime Falso
LastModifiedDateTime Datetime Falso
PostPeriod String Falso
Custom_BatchModule_CuryViewState Bool Falso
Custom_BatchModule_NoteID String Falso
Custom_BatchModule_CuryCreditTotal String Falso
Custom_BatchModule_BatchType String Falso
Custom_BatchModule_SkipTaxValidation Bool Falso
Custom_BatchModule_ReverseCount Int Falso
Custom_BatchModule_CreateTaxTrans Bool Falso
Custom_BatchModule_CuryDebitTotal String Falso
Custom_BatchModule_AutoReverseCopy Bool Falso
Custom_BatchModule_OrigBatchNbr String Falso
Custom_BatchModule_CuryControlTotal String Falso
Custom_BatchModule_AutoReverse Bool Falso
Custom_BatchModule_NoteText String Falso

JournalVoucher

JournalVoucher é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ControlTotal Double Falso
BaseCurrencyID String Falso
ReciprocalRate Double Falso
TransactionDate Datetime Falso
Ledger String Falso
LinkedDetails String Falso
EffectiveDate Datetime Falso
LastModifiedDateTime Datetime Falso
Branch String Falso
DebitTotal Double Falso
CurrencyID String Falso
BatchNbr [KEY] String Falso
Status String Falso
CreditTotal Double Falso
CreatedDateTime Datetime Falso
Hold Bool Falso
PostPeriod String Falso
CurrencyRate Double Falso
CurrencyRateTypeID String Falso
Description String Falso
LinkedGLTransactions String Falso
Custom_BatchModule_CuryViewState Bool Falso
Custom_BatchModule_NoteID String Falso
Custom_BatchModule_NoteText String Falso

KitMontagem

KitAssembly é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Date Datetime Falso
KitInventoryID String Falso
LinkedNonStockComponents String Falso
UOM String Falso
Subitem String Falso
Revision String Falso
Type String Falso
LocationID String Falso
LinkedAllocations String Falso
ReferenceNbr String Falso
Status String Falso
Qty Double Falso
Hold Bool Falso
PostPeriod String Falso
LinkedStockComponents String Falso
WarehouseID String Falso
ReasonCode String Falso
Description String Falso
Custom_Document_NoteID String Falso
Custom_Document_NoteText String Falso

Kit Especificação

KitSpecification é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
KitInventoryID [KEY] String Falso
LinkedStockComponents String Falso
Active Bool Falso
RevisionID [KEY] String Falso
Description String Falso
LinkedNonStockComponents String Falso
IsNonStock Bool Falso
Custom_Hdr_AllowCompAddition Bool Falso
Custom_Hdr_NoteID String Falso
Custom_Hdr_NoteText String Falso
Custom_Hdr_KitSubItemID String Falso

Liderar

Lead é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LanguageOrLocale String Falso
DuplicateFound Bool Falso
JobTitle String Falso
FirstName String Falso
DoNotFax Bool Falso
LinkedAttributes String Falso
Status String Falso
ParentAccount String Falso
OwnerEmployeeName String Falso
Phone3 String Falso
LeadClass String Falso
Phone2 String Falso
Phone1 String Falso
Phone2Type String Falso
Email String Falso
FaxType String Falso
LinkedMarketingLists String Falso
DoNotCall Bool Falso
LeadID [KEY] Int Falso
LinkedDuplicates String Falso
Owner String Falso
DoNotMail Bool Falso
Title String Falso
LinkedActivities String Falso
Phone1Type String Falso
WebSite String Falso
LinkedRelations String Falso
CompanyName String Falso
NoMassMail Bool Falso
LastOutgoingActivity Datetime Falso
LeadDisplayName String Falso
ContactMethod String Falso
Workgroup String Falso
LastIncomingActivity Datetime Falso
LinkedCampaigns String Falso
SourceCampaign String Falso
LinkedAddress String Falso
Reason String Falso
NoMarketing Bool Falso
Duplicate String Falso
DoNotEmail Bool Falso
Phone3Type String Falso
Source String Falso
BusinessAccount String Falso
LastName String Falso
Fax String Falso
WorkgroupDescription String Falso
Custom_LeadCurrent_Method String Falso
Custom_LeadCurrent_NoMarketing Bool Falso
Custom_LeadCurrent_Source String Falso
Custom_Lead_NoteText String Falso
Custom_LeadCurrent_CampaignID String Falso
Custom_LeadCurrent_NoMassMail Bool Falso
Custom_LeadCurrent_NoMail Bool Falso
Custom_LeadCurrent_LanguageID String Falso
Custom_LeadCurrent_ClassID String Falso
Custom_Lead_FullName String Falso
Custom_LeadCurrent_NoEMail Bool Falso
Custom_LeadCurrent_NoFax Bool Falso
Custom_LeadCurrent_DuplicateStatus String Falso
Custom_Lead_ContactID_displayName String Falso
Custom_LeadCurrent_ParentBAccountID String Falso
Custom_LeadCurrent_NoteID String Falso
Custom_Lead_NoteID String Falso
Custom_LeadCurrent_NoCall Bool Falso

LotSerialClass

LotSerialClass é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
IssueMethod String Falso
TrackingMethod String Falso
ClassID [KEY] String Falso
LinkedSegments String Falso
AssignmentMethod String Falso
Description String Falso
TrackExpirationDate Bool Falso
Custom_lotserclass_NoteText String Falso
Custom_lotserclass_NoteID String Falso
Custom_lotserclass_LotSerNumVal String Falso
Custom_lotserclass_AutoSerialMaxCount Int Falso
Custom_lotserclass_LotSerNumShared Bool Falso
Custom_lotserclass_RequiredForDropship Bool Falso
Custom_lotserclass_AutoNextNbr Bool Falso

Item Não Estocado

NonStockItem é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
PendingCostDate Datetime Falso
IsKit Bool Falso
LinkedAttributes String Falso
WeightUOM String Falso
LinkedCrossReferences String Falso
ItemType String Falso
Volume Double Falso
VolumeUOM String Falso
POAccrualSubaccount String Falso
ExpenseAccrualSubaccount String Falso
CurrentCost Double Falso
POAccrualAccount String Falso
Weight Double Falso
Description String Falso
PendingCost Double Falso
EffectiveDate Datetime Falso
LinkedVendorDetails String Falso
DeferralAccount String Falso
PurchasePriceVarianceAccount String Falso
SalesUnit String Falso
PostingClass String Falso
DeferralSubaccount String Falso
ExpenseAccrualAccount String Falso
SalesAccount String Falso
TaxCategory String Falso
LastModifiedDateTime Datetime Falso
RequireReceipt Bool Falso
ExpenseAccount String Falso
LinkedSalesCategories String Falso
LastCost Double Falso
ItemClass String Falso
SalesSubaccount String Falso
BaseUnit String Falso
ReasonCodeSubaccount String Falso
PurchasePriceVarianceSubaccount String Falso
PriceClass String Falso
PurchaseUnit String Falso
ItemStatus String Falso
RequireShipment Bool Falso
DefaultPrice Double Falso
InventoryID [KEY] String Falso
ExpenseSubaccount String Falso
Custom_ItemSettings_Body String Falso
Custom_ItemSettings_PriceClassID String Falso
Custom_ItemSettings_NoteID String Falso
Custom_ItemSettings_TaxCalcMode String Falso
Custom_ItemSettings_TotalPercentage String Falso
Custom_ItemSettings_DeferralAcctID String Falso
Custom_ItemSettings_DefaultTermUOM String Falso
Custom_ItemSettings_DeferredCode String Falso
Custom_ItemSettings_InvtSubID String Falso
Custom_ItemSettings_LastStdCost String Falso
Custom_ItemSettings_BaseItemVolume String Falso
Custom_ItemSettings_StdCostDate String Falso
Custom_Item_ProductManagerID String Falso
Custom_ItemSettings_StdCost String Falso
Custom_ItemSettings_SalesAcctID String Falso
Custom_ItemSettings_Commisionable Bool Falso
Custom_ItemSettings_ImageUrl String Falso
Custom_ItemSettings_SalesUnit String Falso
Custom_ItemSettings_PurchaseUnit String Falso
Custom_ItemSettings_PendingStdCost String Falso
Custom_ItemSettings_DfltSiteID String Falso
Custom_ItemSettings_RecPrice String Falso
Custom_ItemSettings_BaseItemWeight String Falso
Custom_ItemSettings_ReasonCodeSubID String Falso
Custom_ItemSettings_SalesSubID String Falso
Custom_ItemSettings_PriceWorkgroupID String Falso
Custom_ItemSettings_DeferralSubID String Falso
Custom_Item_ProductWorkgroupID String Falso
Custom_Item_NoteID String Falso
Custom_ItemSettings_WeightUOM String Falso
Custom_ItemSettings_VolumeUOM String Falso
Custom_ItemSettings_POAccrualSubID String Falso
Custom_ItemSettings_PPVAcctID String Falso
Custom_ItemSettings_UseParentSubID Bool Falso
Custom_ItemSettings_PPVSubID String Falso
Custom_ItemSettings_CompletePOLine String Falso
Custom_ItemSettings_DefaultTerm String Falso
Custom_ItemSettings_BasePrice String Falso
Custom_ItemSettings_PriceManagerID String Falso
Custom_ItemSettings_MinGrossProfitPct String Falso
Custom_Item_NoteText String Falso
Custom_ItemSettings_POAccrualAcctID String Falso
Custom_ItemSettings_COGSAcctID String Falso
Custom_ItemSettings_InvtAcctID String Falso
Custom_ItemSettings_PendingStdCostDate String Falso
Custom_ItemSettings_MarkupPct String Falso
Custom_ItemSettings_COGSSubID String Falso
Custom_ItemSettings_BaseUnit String Falso

Oportunidade

Oportunidade é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ManualAmount Bool Falso
Subject String Falso
CurrencyID String Falso
LinkedContactInformation String Falso
LinkedAttributes String Falso
Status String Falso
ParentAccount String Falso
OwnerEmployeeName String Falso
WorkgroupID String Falso
WeightTotal Double Falso
ConvertedLeadID Int Falso
Owner String Falso
Override Bool Falso
Total Double Falso
LinkedDiscounts String Falso
Estimation Datetime Falso
LinkedActivities String Falso
ContactID Int Falso
Branch String Falso
LinkedRelations String Falso
TaxZone String Falso
Amount Double Falso
ClassID String Falso
SourceCampaign String Falso
OpportunityID [KEY] String Falso
Details String Falso
Discount Double Falso
LinkedAddress String Falso
ContactDisplayName String Falso
Reason String Falso
CurrencyViewState Bool Falso
ConvertedLeadDisplayName String Falso
Location String Falso
LinkedTaxDetails String Falso
Source String Falso
BusinessAccount String Falso
Project String Falso
LinkedProducts String Falso
WorkgroupDescription String Falso
Stage String Falso
Custom_OpportunityCurrent_NoteID String Falso
Custom_Opportunity_NoteID String Falso
Custom_OpportunityCurrent_AllowOverrideContactAddress Bool Falso
Custom_Opportunity_NoteText String Falso

Pagamento

O pagamento é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedDocumentsToApply String Falso
ApplicationDate Datetime Falso
LinkedOrdersToApply String Falso
AppliedToDocuments Double Falso
LinkedApplicationHistory String Falso
LinkedCreditCardProcessingInfo String Falso
Type [KEY] String Falso
CustomerID String Falso
CurrencyID String Falso
ReferenceNbr [KEY] String Falso
Status String Falso
PaymentMethod String Falso
CardAccountNbr Int Falso
Hold Bool Falso
PaymentRef String Falso
PaymentAmount Double Falso
CashAccount String Falso
Description String Falso
Custom_Document_CCPaymentStateDescr String Falso
Custom_Document_DepositAfter String Falso
Custom_Document_NoteText String Falso
Custom_Document_CuryChargeAmt String Falso
Custom_Document_RefTranExtNbr String Falso
Custom_Document_CuryUnappliedBal String Falso
Custom_Document_CurySOApplAmt String Falso
Custom_Document_CuryConsolidateChargeTotal String Falso
Custom_Document_PMInstanceID_description String Falso
Custom_Document_IsCCPayment Bool Falso
Custom_Document_CustomerLocationID String Falso
Custom_Document_CuryInitDocBal String Falso
Custom_Document_NoteID String Falso
Custom_Document_CuryWOAmt String Falso
Custom_Document_AdjFinPeriodID String Falso
Custom_Document_CuryViewState Bool Falso

Forma de Pagamento

PaymentMethod é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedAllowedCashAccounts String Falso
Description String Falso
IntegratedProcessing Bool Falso
UseInAR Bool Falso
Active Bool Falso
RequireRemittanceInformationforCashAccount Bool Falso
UseInAP Bool Falso
PaymentMethodID [KEY] String Falso
MeansOfPayment String Falso
CreatedDateTime Datetime Falso
LastModifiedDateTime Datetime Falso
LinkedProcessingCenters String Falso
Custom_PaymentMethod_NoteText String Falso
Custom_PaymentMethod_NoteID String Falso

Revisão de Inventário Físico

PhysicalInventoryReview é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
WarehouseID String Falso
FreezeDate Datetime Falso
TotalVarianceCost Double Falso
Status String Falso
TotalVarianceQty Double Falso
TypeID String Falso
ReferenceNbr [KEY] String Falso
LinkedDetails String Falso
TotalPhysicalQty Double Falso
Custom_PIHeaderInfo_NoteID String Falso
Custom_PIHeader_NoteID String Falso
Custom_PIHeaderInfo_TotalPhysicalQty String Falso
Custom_PIHeaderInfo_TotalVarCost String Falso
Custom_PIHeaderInfo_TotalVarQty String Falso
Custom_PIHeader_NoteText String Falso
Custom_PIHeaderInfo_PIAdjRefNbr String Falso

ProjectTransaction

ProjectTransaction é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
TotalQty Double Falso
Module [KEY] String Falso
TotalAmount Double Falso
Status String Falso
OriginalDocNbr String Falso
ReferenceNbr [KEY] String Falso
LinkedDetails String Falso
TotalBillableQty Double Falso
OriginalDocType String Falso
CreatedDateTime Datetime Falso
LastModifiedDateTime Datetime Falso
Custom_Document_NoteID String Falso
Custom_Transactions_NoteText String Falso
Custom_Transactions_NoteID String Falso
Custom_Transactions_CostCodeID String Falso

Ordem de Compra

PurchaseOrder é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ControlTotal Double Falso
Location String Falso
Date Datetime Falso
PromisedOn Datetime Falso
Owner String Falso
LinkedShippingInstructions String Falso
LinkedDetails String Falso
Type [KEY] String Falso
LineTotal Double Falso
CurrencyID String Falso
VendorID String Falso
Status String Falso
OrderNbr [KEY] String Falso
TaxTotal Double Falso
Hold Bool Falso
OrderTotal Double Falso
Description String Falso
VendorRef String Falso
Custom_Document_NoteID String Falso
Custom_Document_Approved Bool Falso
Custom_Document_CuryVatExemptTotal String Falso
Custom_Document_NoteText String Falso
Custom_Document_CuryVatTaxableTotal String Falso
Custom_Document_CuryViewState Bool Falso
Custom_Document_RequestApproval Bool Falso
Custom_Document_ExpirationDate String Falso
Custom_Document_CuryDiscTot String Falso

Recibo de Compra

PurchaseReceipt é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Type [KEY] String Falso
TotalQty Double Falso
CurrencyID String Falso
VendorRef String Falso
ControlAmount Double Falso
Hold Bool Falso
CreateBill Bool Falso
Date Datetime Falso
ReceiptNbr [KEY] String Falso
Status String Falso
TotalAmount Double Falso
LinkedDetails String Falso
ControlQty Double Falso
PostPeriod String Falso
VendorID String Falso
Custom_Document_NoteID String Falso
Custom_Document_CuryVatExemptTotal String Falso
Custom_Document_NoteText String Falso
Custom_Document_SiteID String Falso
Custom_Document_CuryVatTaxableTotal String Falso
Custom_Document_CuryViewState Bool Falso
Custom_Document_VendorLocationID String Falso
Custom_Document_CuryDiscTot String Falso

Configurações de Relatório

ReportingSettings é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedReportingGroups String Falso
TaxAgency [KEY] String Falso
Custom_TaxVendor_ShowNoTemp Bool Falso
Custom_TaxVendor_NoteID String Falso

Fatura de Vendas

SalesInvoice é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
Type [KEY] String Falso
CustomerOrder String Falso
LinkedBillingSettings String Falso
CustomerID String Falso
Hold Bool Falso
Amount Double Falso
DueDate Datetime Falso
Date Datetime Falso
Status String Falso
ReferenceNbr [KEY] String Falso
LinkedDetails String Falso
Balance Double Falso
LinkedFreightDetails String Falso
Custom_Document_NoteText String Falso
Custom_Document_DiscDate String Falso
Custom_Document_TermsID String Falso
Custom_Document_CreditHold Bool Falso
Custom_Document_CustomerLocationID String Falso
Custom_Document_ProjectID String Falso
Custom_Document_CuryID String Falso
Custom_Document_CuryVatExemptTotal String Falso
Custom_Document_NoteID String Falso
Custom_Document_CuryVatTaxableTotal String Falso
Custom_Document_CuryViewState Bool Falso
Custom_Document_FinPeriodID String Falso
Custom_Document_CuryOrigDiscAmt String Falso

Pedido de Venda

SalesOrder é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedShipToContact String Falso
OrderNbr [KEY] String Falso
CurrencyID String Falso
TaxTotal Double Falso
Status String Falso
CurrencyRate Double Falso
LinkedBillToContact String Falso
PaymentMethod String Falso
ControlTotal Double Falso
VATTaxableTotal Double Falso
ShipToAddressOverride Bool Falso
CustomerID String Falso
PreferredWarehouseID String Falso
OrderTotal Double Falso
PreAuthorizationNbr String Falso
BaseCurrencyID String Falso
Description String Falso
BillToAddressValidated Bool Falso
EffectiveDate Datetime Falso
IsTaxValid Bool Falso
BillToContactOverride Bool Falso
PreAuthorizedAmount Double Falso
LinkedShipments String Falso
Hold Bool Falso
CurrencyRateTypeID String Falso
LastModified Datetime Falso
LocationID String Falso
CreditHold Bool Falso
ShipToAddressValidated Bool Falso
LinkedShipToAddress String Falso
LinkedCommissions String Falso
LinkedDiscountDetails String Falso
CashAccount String Falso
ReciprocalRate Double Falso
OrderType [KEY] String Falso
LinkedBillToAddress String Falso
PaymentCardIdentifier String Falso
CustomerOrder String Falso
VATExemptTotal Double Falso
ExternalRef String Falso
BillToAddressOverride Bool Falso
LinkedDetails String Falso
NewCard Bool Falso
Date Datetime Falso
DestinationWarehouseID String Falso
LinkedPayments String Falso
PaymentRef String Falso
OrderedQty Double Falso
LinkedShippingSettings String Falso
Approved Bool Falso
ShipToContactOverride Bool Falso
ShipVia String Falso
RequestedOn Datetime Falso
LinkedTaxDetails String Falso
LinkedTotals String Falso
Project String Falso
LinkedFinancialSettings String Falso
Custom_CurrentDocument_CuryPremiumFreightAmt String Falso
Custom_CurrentDocument_DueDate String Falso
Custom_CurrentDocument_CuryDiscTot String Falso
Custom_CurrentDocument_CuryUnpaidBalance String Falso
Custom_CurrentDocument_PackageWeight String Falso
Custom_CurrentDocument_OverrideTaxZone Bool Falso
Custom_CurrentDocument_AvalaraCustomerUsageType String Falso
Custom_CurrentDocument_CuryOpenOrderTotal String Falso
Custom_CurrentDocument_CuryFreightCost String Falso
Custom_CurrentDocument_Insurance Bool Falso
Custom_CurrentDocument_CCAuthExpirationDate String Falso
Custom_CurrentDocument_CuryTaxTotal String Falso
Custom_CurrentDocument_CreatePMInstance Bool Falso
Custom_CurrentDocument_CuryPaymentTotal String Falso
Custom_CurrentDocument_PreAuthTranNumber String Falso
Custom_DefPaymentMethodInstance_NoteID String Falso
Custom_CurrentDocument_CancelDate String Falso
Custom_CurrentDocument_PMInstanceID Int Falso
Custom_CurrentDocument_FOBPoint String Falso
Custom_CurrentDocument_ExtRefNbr String Falso
Custom_CurrentDocument_GroundCollect Bool Falso
Custom_CurrentDocument_CuryMiscTot String Falso
Custom_CurrentDocument_Emailed Bool Falso
Custom_CurrentDocument_PaymentMethodID String Falso
Custom_Document_DontApprove Bool Falso
Custom_CurrentDocument_CCPaymentStateDescr String Falso
Custom_CurrentDocument_CuryUnbilledOrderTotal String Falso
Custom_CurrentDocument_CaptureTranNumber String Falso
Custom_CurrentDocument_UseCustomerAccount Bool Falso
Custom_CurrentDocument_OrigOrderType String Falso
Custom_CurrentDocument_FreightCostIsValid Bool Falso
Custom_CurrentDocument_DefaultSiteID String Falso
Custom_CurrentDocument_UnbilledOrderQty String Falso
Custom_CurrentDocument_Cancelled Bool Falso
Custom_CurrentDocument_OrigOrderNbr String Falso
Custom_CurrentDocument_PMInstanceID_description String Falso
Custom_CurrentDocument_CuryFreightAmt String Falso
Custom_CurrentDocument_OrderVolume String Falso
Custom_CurrentDocument_CCCardNumber String Falso
Custom_CurrentDocument_CuryCCPreAuthAmount String Falso
Custom_CurrentDocument_RefTranExtNbr String Falso
Custom_CurrentDocument_WillCall Bool Falso
Custom_CurrentDocument_FinPeriodID String Falso
Custom_CurrentDocument_OrderWeight String Falso
Custom_Document_CuryViewState Bool Falso
Custom_CurrentDocument_ShipZoneID String Falso
Custom_CurrentDocument_CuryLineTotal String Falso
Custom_CurrentDocument_ShipComplete String Falso
Custom_CurrentDocument_FreightTaxCategoryID String Falso
Custom_CurrentDocument_PCResponseReasonText String Falso
Custom_CurrentDocument_Resedential Bool Falso
Custom_CurrentDocument_NoteID String Falso
Custom_Document_NoteText String Falso
Custom_CurrentDocument_ShipDate String Falso
Custom_CurrentDocument_ShipTermsID String Falso
Custom_CurrentDocument_CashAccountID String Falso
Custom_DefPaymentMethodInstance_CCProcessingCenterID String Falso
Custom_CurrentDocument_ShipVia String Falso
Custom_Document_NoteID String Falso
Custom_CurrentDocument_SaturdayDelivery Bool Falso
Custom_CurrentDocument_CampaignID String Falso
Custom_CurrentDocument_TermsID String Falso
Custom_CurrentDocument_ShipSeparately Bool Falso
Custom_CurrentDocument_OwnerID String Falso
Custom_CurrentDocument_OpenOrderQty String Falso
Custom_CurrentDocument_TaxZoneID String Falso
Custom_CurrentDocument_BillSeparately Bool Falso
Custom_CurrentDocument_InvoiceNbr String Falso
Custom_CurrentDocument_Priority Int Falso
Custom_CurrentDocument_DiscDate String Falso
Custom_CurrentDocument_BranchID String Falso
Custom_CurrentDocument_InvoiceDate String Falso

Vendedor

Salesperson é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Name String Falso
CreatedDateTime Datetime Falso
DefaultCommission Double Falso
IsActive Bool Falso
SalespersonID [KEY] String Falso
SalesSubaccount String Falso
LastModifiedDateTime Datetime Falso
Custom_Salesperson_NoteID String Falso
Custom_Salesperson_NoteText String Falso

Consulta de Preços de Vendas

SalesPricesInquiry é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
EffectiveAsOf Datetime Falso
PriceCode String Falso
PriceClass String Falso
PriceWorkgroupIsMine Bool Falso
ItemClassID String Falso
LinkedSalesPriceDetails String Falso
PriceType String Falso
PriceManagerIsMe Bool Falso
PriceManager String Falso
InventoryID [KEY] String Falso
PriceWorkgroup String Falso
Custom_Filter_SiteID String Falso

PlanilhaPreçosVendas

SalesPriceWorksheet é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
Hold Bool Falso
EffectiveDate Datetime Falso
ExpirationDate Datetime Falso
Status String Falso
ReferenceNbr [KEY] String Falso
LinkedSalesPrices String Falso
OverwriteOverlappingPrices Bool Falso
CreatedDateTime Datetime Falso
LastModifiedDateTime Datetime Falso
Custom_Document_NoteID String Falso
Custom_Document_IsPromotional Bool Falso

Envio

A remessa é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ShipmentNbr [KEY] String Falso
LinkedPackages String Falso
Operation String Falso
CurrencyID String Falso
Status String Falso
WarehouseID String Falso
CurrencyRate Double Falso
FOBPoint String Falso
PackageCount Int Falso
UseCustomersAccount Bool Falso
ShippingTerms String Falso
ShipmentDate Datetime Falso
WorkgroupID String Falso
CustomerID String Falso
BaseCurrencyID String Falso
FreightAmount Double Falso
SaturdayDelivery Bool Falso
Owner String Falso
ShippedVolume Double Falso
EffectiveDate Datetime Falso
ResidentialDelivery Bool Falso
ControlQty Double Falso
Hold Bool Falso
CurrencyRateTypeID String Falso
LocationID String Falso
ShippedWeight Double Falso
LinkedOrders String Falso
ReciprocalRate Double Falso
FreightCost Double Falso
LastModifiedDateTime Datetime Falso
FreightCurrency String Falso
GroundCollect Bool Falso
PackageWeight Double Falso
ShippedQty Double Falso
LinkedDetails String Falso
ShippingZoneID String Falso
LinkedShippingSettings String Falso
ToWarehouseID String Falso
CurrencyViewState Bool Falso
Type String Falso
ShipVia String Falso
Insurance Bool Falso
CreatedDateTime Datetime Falso
Custom_Document_NoteID String Falso
Custom_CurrentDocument_NoteID String Falso
Custom_Document_NoteText String Falso
Custom_Document_OwnerID_description String Falso

Caixa de Transporte

ShippingBox é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
BoxID [KEY] String Falso
Height Int Falso
WeightUOM String Falso
BoxWeight Double Falso
Length Int Falso
VolumeUOM String Falso
CarriersPackage String Falso
MaxVolume Double Falso
MaxWeight Double Falso
ActiveByDefault Bool Falso
Width Int Falso

Prazo de Envio

ShippingTerm é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedDetails String Falso
Description String Falso
TermID [KEY] String Falso
Custom_ShipTermsCurrent_NoteID String Falso

Zonas de Envio

ShippingZones é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
ZoneID [KEY] String Falso

ShipVia

ShipVia é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
Calendar String Falso
LinkedFreightRates String Falso
LinkedPackages String Falso
FreightExpenseAccount String Falso
TaxCategory String Falso
CarrierID [KEY] String Falso
FreightSalesSubaccount String Falso
FreightSalesAccount String Falso
CommonCarrier Bool Falso
CalculationMethod String Falso
FreightExpenseSubaccount String Falso
Custom_Carrier_NoteText String Falso
Custom_Carrier_NoteID String Falso
Custom_CarrierCurrent_PackageRequired Bool Falso
Custom_CarrierCurrent_ConfirmationRequired Bool Falso
Custom_Carrier_IsExternal Bool Falso
Custom_CarrierCurrent_BaseRate String Falso
Custom_CarrierCurrent_CarrierPluginID String Falso
Custom_CarrierCurrent_PluginMethod String Falso
Custom_CarrierCurrent_NoteID String Falso

Ciclo de Declarações

StatementCycle é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
OverdueChargeID String Falso
LastStatementDate Datetime Falso
AgingPeriod3Message String Falso
AgingPeriod1Message String Falso
AgingPeriod1EndDay Int Falso
PrepareOn String Falso
ApplyOverdueCharges Bool Falso
LastModifiedDateTime Datetime Falso
RequirePaymentApplicationBeforeStatementProcessing Bool Falso
AgingPeriod4Message String Falso
CreatedDateTime Datetime Falso
AgingPeriod2Message String Falso
AgingPeriod3EndDay Int Falso
AgingPeriod2EndDay Int Falso
RequireOverdueChargesCalculationBeforeStatement Bool Falso
DayOfMonth1 Int Falso
Description String Falso
DayOfMonth Int Falso
CycleID [KEY] String Falso
Custom_ARStatementCycleRecord_AgeBasedOn String Falso
Custom_ARStatementCycleRecord_AgeDays02 Int Falso
Custom_ARStatementCycleRecord_Bucket04LowerExclusiveBound Int Falso
Custom_ARStatementCycleRecord_AgeMsgCurrent String Falso
Custom_ARStatementCycleRecord_AgeMsg00 String Falso
Custom_ARStatementCycleRecord_NoteID String Falso
Custom_ARStatementCycleRecord_AgeDays01 Int Falso
Custom_ARStatementCycleRecord_DayOfWeek String Falso
Custom_ARStatementCycleRecord_PrintEmptyStatements Bool Falso
Custom_ARStatementCycleRecord_NoteText String Falso
Custom_ARStatementCycleRecord_AgeMsg01 String Falso
Custom_ARStatementCycleRecord_UseFinPeriodForAging Bool Falso
Custom_ARStatementCycleRecord_AgeDays00 Int Falso
Custom_ARStatementCycleRecord_Bucket02LowerInclusiveBound Int Falso
Custom_ARStatementCycleRecord_AgeMsg02 String Falso
Custom_ARStatementCycleRecord_FinChargeID String Falso
Custom_ARStatementCycleRecord_Bucket01LowerInclusiveBound Int Falso
Custom_ARStatementCycleRecord_AgeMsg03 String Falso
Custom_ARStatementCycleRecord_RequireFinChargeProcessing Bool Falso
Custom_ARStatementCycleRecord_Bucket03LowerInclusiveBound Int Falso
Custom_ARStatementCycleRecord_FinChargeApply Bool Falso

Item de Estoque

StockItem é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
DefaultPrice Double Falso
PriceWorkgroup String Falso
LandedCostVarianceSubaccount String Falso
InventorySubaccount String Falso
LandedCostVarianceAccount String Falso
POAccrualSubaccount String Falso
ItemStatus String Falso
LinkedWarehouseDetails String Falso
LastModified Datetime Falso
DefaultIssueLocationID String Falso
DefaultReceiptLocationID String Falso
UseOnEntry Bool Falso
SalesSubaccount String Falso
LinkedVendorDetails String Falso
DefaultSubitem String Falso
LotSerialClass String Falso
SubjectToCommission Bool Falso
PriceManager String Falso
LinkedReplenishmentParameters String Falso
LastCost Double Falso
COGSAccount String Falso
SalesAccount String Falso
StandardCostVarianceSubaccount String Falso
COGSSubaccount String Falso
PackSeparately Bool Falso
ReasonCodeSubaccount String Falso
ImageUrl String Falso
ItemClass String Falso
ItemType String Falso
MinMarkup Double Falso
DeferralAccount String Falso
VolumeUOM String Falso
StandardCostVarianceAccount String Falso
AverageCost Double Falso
IsAKit Bool Falso
CurrentStdCost Double Falso
SalesUOM String Falso
DefaultWarehouseID String Falso
BaseUOM String Falso
ProductWorkgroup String Falso
ProductManager String Falso
AutoIncrementalValue String Falso
Description String Falso
PackagingOption String Falso
DimensionVolume Double Falso
PostingClass String Falso
DimensionWeight Double Falso
InventoryAccount String Falso
ABCCode String Falso
ValuationMethod String Falso
LinkedCrossReferences String Falso
LinkedUOMConversions String Falso
MSRP Double Falso
PriceClass String Falso
PurchaseUOM String Falso
LinkedBoxes String Falso
DiscountAccount String Falso
MaxCost Double Falso
Markup Double Falso
StandardCostRevaluationSubaccount String Falso
DeferralSubaccount String Falso
StandardCostRevaluationAccount String Falso
WeightUOM String Falso
LastStdCost Double Falso
LinkedAttributes String Falso
TaxCategory String Falso
LinkedCategories String Falso
PurchasePriceVarianceSubaccount String Falso
MinCost Double Falso
POAccrualAccount String Falso
LinkedSubItems String Falso
DiscountSubaccount String Falso
InventoryID [KEY] String Falso
Content String Falso
PendingStdCost Double Falso
PurchasePriceVarianceAccount String Falso
Custom_ItemSettings_Body String Falso
Custom_ItemSettings_NoteID String Falso
Custom_ItemSettings_MovementClassID String Falso
Custom_ItemSettings_StdCstRevSubID String Falso
Custom_ItemSettings_LCVarianceSubID String Falso
Custom_ItemSettings_DefaultTermUOM String Falso
Custom_ItemSettings_ABCCodeID String Falso
Custom_ItemSettings_InvtSubID String Falso
Custom_ItemSettings_ABCCodeIsFixed Bool Falso
Custom_ItemSettings_BaseItemVolume String Falso
Custom_ItemSettings_DiscAcctID String Falso
Custom_ItemSettings_ImageUrl String Falso
Custom_ItemSettings_PurchaseUnit String Falso
Custom_ItemSettings_BaseItemWeight String Falso
Custom_ItemSettings_DeferralSubID String Falso
Custom_ItemSettings_UseParentSubID Bool Falso
Custom_ItemSettings_PPVAcctID String Falso
Custom_ItemSettings_DefaultTerm String Falso
Custom_ItemSettings_StdCstVarSubID String Falso
Custom_ItemSettings_PackSeparately Bool Falso
Custom_ItemSettings_DfltReceiptLocationID String Falso
Custom_ItemSettings_COGSAcctID String Falso
Custom_ItemSettings_LCVarianceAcctID String Falso
Custom_ItemSettings_MarkupPct String Falso
Custom_ItemSettings_DiscSubID String Falso
Custom_ItemSettings_COGSSubID String Falso
Custom_ItemSettings_BaseUnit String Falso
Custom_ItemSettings_PriceClassID String Falso
Custom_ItemSettings_TotalPercentage String Falso
Custom_ItemSettings_DeferralAcctID String Falso
Custom_ItemSettings_CycleID String Falso
Custom_ItemSettings_StdCstRevAcctID String Falso
Custom_ItemSettings_DeferredCode String Falso
Custom_ItemSettings_MovementClassIsFixed Bool Falso
Custom_ItemSettings_LastStdCost String Falso
Custom_ItemSettings_StdCstVarAcctID String Falso
Custom_ItemSettings_DefaultSubItemID String Falso
Custom_ItemSettings_StdCostDate String Falso
Custom_ItemSettings_StdCost String Falso
Custom_ItemSettings_SalesAcctID String Falso
Custom_ItemSettings_Commisionable Bool Falso
Custom_ItemSettings_SalesUnit String Falso
Custom_ItemSettings_PendingStdCost String Falso
Custom_ItemSettings_DefaultSubItemOnEntry Bool Falso
Custom_ItemSettings_DfltSiteID String Falso
Custom_ItemSettings_RecPrice String Falso
Custom_ItemSettings_ReasonCodeSubID String Falso
Custom_ItemSettings_SalesSubID String Falso
Custom_ItemSettings_PriceWorkgroupID String Falso
Custom_Item_NoteID String Falso
Custom_ItemSettings_WeightUOM String Falso
Custom_ItemSettings_VolumeUOM String Falso
Custom_ItemSettings_POAccrualSubID String Falso
Custom_ItemSettings_PPVSubID String Falso
Custom_ItemSettings_DfltShipLocationID String Falso
Custom_ItemSettings_BasePrice String Falso
Custom_ItemSettings_PriceManagerID String Falso
Custom_ItemSettings_MinGrossProfitPct String Falso
Custom_Item_NoteText String Falso
Custom_ItemSettings_POAccrualAcctID String Falso
Custom_ItemSettings_InvtAcctID String Falso
Custom_ItemSettings_PendingStdCostDate String Falso
Custom_ItemSettings_PackageOption String Falso

Sub Conta

A subconta é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Secured Bool Falso
Active Bool Falso
SubaccountCD String Falso
SubaccountID Int Falso
Description String Falso
Custom_SubRecords_NoteText String Falso
Custom_SubRecords_NoteID String Falso

Tarefa

A tarefa é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedReminder String Falso
Owner String Falso
Parent String Falso
RelatedEntityDescription String Falso
Summary String Falso
NoteID String Falso
DueDate Datetime Falso
Internal Bool Falso
CompletedAt Datetime Falso
LinkedTimeActivity String Falso
Status String Falso
WorkgroupID String Falso
Body String Falso
CompletionPercentage Int Falso
Category String Falso
ParentSummary String Falso
StartDate Datetime Falso
LinkedRelatedActivities String Falso
Priority String Falso
LinkedRelatedTasks String Falso
Custom_Tasks_ParentNoteID_Subject String Falso
Custom_Tasks_NoteText String Falso

Imposto

Tax é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
CalculateOn String Falso
TaxID [KEY] String Falso
IncludeInVATTaxableTotal Bool Falso
TaxPayableAccount String Falso
TaxExpenseAccount String Falso
TaxClaimableSubaccount String Falso
PendingVAT Bool Falso
ExcludeFromTaxonTaxCalculation Bool Falso
TaxClaimableAccount String Falso
TaxType String Falso
TaxAgency String Falso
ReverseVAT Bool Falso
IncludeInVATExemptTotal Bool Falso
StatisticalVAT Bool Falso
LastModifiedDateTime Datetime Falso
LinkedTaxSchedule String Falso
EnterFromTaxBill Bool Falso
CashDiscount String Falso
TaxPayableSubaccount String Falso
TaxExpenseSubaccount String Falso
CreatedDateTime Datetime Falso
NotValidAfter Datetime Falso
LinkedZones String Falso
Description String Falso
DeductibleVAT Bool Falso
Custom_Tax_PurchTaxSubID String Falso
Custom_Tax_ReportExpenseToSingleAccount Bool Falso
Custom_Tax_NoteID String Falso
Custom_Tax_PurchTaxAcctID String Falso
Custom_Tax_PendingSalesTaxSubID String Falso
Custom_Tax_PendingSalesTaxAcctID String Falso
Custom_Tax_ExpenseSubID String Falso
Custom_Tax_PendingPurchTaxSubID String Falso
Custom_Tax_SalesTaxSubID String Falso
Custom_Tax_ExpenseAccountID String Falso
Custom_Tax_SalesTaxAcctID String Falso
Custom_Tax_PendingPurchTaxAcctID String Falso

TaxCategory

TaxCategory é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
LinkedDetails String Falso
TaxCategoryID [KEY] String Falso
ExcludeListedTaxes Bool Falso
Active Bool Falso
CreatedDateTime Datetime Falso
Description String Falso
LastModifiedDateTime Datetime Falso
Custom_TxCategory_NoteText String Falso
Custom_TxCategory_NoteID String Falso

TaxZone

TaxZone é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
TaxZoneID [KEY] String Falso
CreatedDateTime Datetime Falso
Description String Falso
LastModifiedDateTime Datetime Falso
LinkedApplicableTaxes String Falso
Custom_TxZone_DfltTaxCategoryID String Falso
Custom_TxZone_ShowZipTabExpr Bool Falso
Custom_TxZone_TaxVendorID String Falso
Custom_TxZone_ShowTaxTabExpr Bool Falso
Custom_TxZone_IsManualVATZone Bool Falso
Custom_TxZone_NoteID String Falso
Custom_TxZone_TaxID String Falso
Custom_TxZone_IsExternal Bool Falso
Custom_TxZone_NoteText String Falso

Ordem de Transferência

TransferOrder é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
TotalQty Double Falso
Hold Bool Falso
ExternalRef String Falso
Date Datetime Falso
Status String Falso
ReferenceNbr [KEY] String Falso
LinkedDetails String Falso
ToWarehouseID String Falso
TransferType String Falso
FromWarehouseID String Falso
PostPeriod String Falso
Custom_transfer_ControlQty String Falso
Custom_transfer_NoteID String Falso
Custom_transfer_NoteText String Falso

TrialBalance

TrialBalance é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
ControlTotal Double Falso
CreditTotal Double Falso
DebitTotal Double Falso
Hold Bool Falso
ImportNbr [KEY] String Falso
BatchNbr String Falso
ImportDate Datetime Falso
Status String Falso
LinkedDetails String Falso
Branch String Falso
Ledger String Falso
CreatedDateTime Datetime Falso
LastModifiedDateTime Datetime Falso
Period String Falso
Custom_Map_NoteID String Falso
Custom_Map_NoteText String Falso

Unidades de Medida

UnitsOfMeasure é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
FromUOM String Falso
ConversionFactor Double Falso
CreatedDateTime Datetime Falso
MultiplyOrDivide String Falso
LastModifiedDateTime Datetime Falso
ToUOM String Falso
Custom_Unit_ItemClassID Int Falso
Custom_Unit_UnitType String Falso
Custom_Unit_InventoryID Int Falso

Fornecedor

Vendor é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
APAccount String Falso
F1099Box String Falso
Warehouse String Falso
AccountRef String Falso
CurrencyID String Falso
LinkedAttributes String Falso
Status String Falso
MinReceipt Double Falso
ParentAccount String Falso
PaymentMethod String Falso
FOBPoint String Falso
PaySeparately Bool Falso
ReceivingBranch String Falso
LandedCostVendor Bool Falso
ShippingTerms String Falso
VendorIsTaxAgency Bool Falso
VendorID [KEY] String Falso
FATCA Bool Falso
LinkedRemittanceContact String Falso
RemittanceContactSameasMain Bool Falso
ThresholdReceipt Double Falso
LinkedMainContact String Falso
CurrencyRateType String Falso
VendorClass String Falso
ShippersContactSameasMain Bool Falso
LeadTimedays Int Falso
ReceiptAction String Falso
LinkedShippingContact String Falso
MaxReceipt Double Falso
LinkedPaymentInstructions String Falso
PaymentLeadTimedays Int Falso
Terms String Falso
PaymentBy String Falso
ForeignEntity Bool Falso
RemittanceAddressSameasMain Bool Falso
TaxZone String Falso
CashAccount String Falso
ShippingAddressSameasMain Bool Falso
LastModifiedDateTime Datetime Falso
EnableCurrencyOverride Bool Falso
SendOrdersbyEmail Bool Falso
EnableRateOverride Bool Falso
TaxRegistrationID String Falso
F1099Vendor Bool Falso
PrintOrders Bool Falso
TaxCalculationMode String Falso
VendorIsLaborUnion Bool Falso
LinkedContacts String Falso
APSubaccount String Falso
ShipVia String Falso
CreatedDateTime Datetime Falso
LocationName String Falso
VendorName String Falso

VendorClass

VendorClass é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ClassID [KEY] String Falso
CreatedDateTime Datetime Falso
Description String Falso
LinkedAttributes String Falso
LastModifiedDateTime Datetime Falso
Custom_VendorClassRecord_LocaleName String Falso
Custom_VendorClassRecord_NoteText String Falso
Custom_VendorClassRecord_NoteID String Falso
Custom_VendorClassRecord_LocaleName_translatedName String Falso

Consulta de Preços do Fornecedor

VendorPricesInquiry é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ProductWorkgroup String Falso
ProductManager String Falso
InventoryID [KEY] String Falso
ItemClass String Falso
Vendor String Falso
LinkedVendorPriceDetails String Falso
Custom_Filter_SiteID String Falso
Custom_Filter_MyOwner Bool Falso
Custom_Filter_EffectiveAsOfDate String Falso
Custom_Filter_MyWorkGroup Bool Falso

Planilha de Preço do Fornecedor

VendorPriceWorksheet é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
Description String Falso
LinkedVendorSalesPrices String Falso
Hold Bool Falso
EffectiveDate Datetime Falso
ExpirationDate Datetime Falso
Status String Falso
Promotional Bool Falso
ReferenceNbr [KEY] String Falso
OverwriteOverlappingPrices Bool Falso
CreatedDateTime Datetime Falso
LastModifiedDateTime Datetime Falso
Custom_Document_NoteID String Falso

VoucherEntryCode

VoucherEntryCode é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ModuleTransactionType String Falso
UniqueTransactionCode String Falso
Module String Falso
Active Bool Falso
Description String Falso

Armazém

Warehouse é uma tabela gerada automaticamente.

Colunas
Nome Tipo Somente leitura Descrição
ReceivingLocationID String Falso
LinkedLocations String Falso
StandardCostVarianceAccount String Falso
MiscChargeAccount String Falso
PurchasePriceVarianceSubaccount String Falso
LandedCostVarianceAccount String Falso
POAccrualSubaccount String Falso
DropShipLocationID String Falso
COGSExpenseAccount String Falso
StandardCostRevaluationSubaccount String Falso
DiscountSubaccount String Falso
DiscountAccount String Falso
OverrideInventoryAccountSubaccount Bool Falso
SalesSubaccount String Falso
LandedCostVarianceSubaccount String Falso
InventorySubaccount String Falso
COGSExpenseSubaccount String Falso
FreightChargeAccount String Falso
PurchasePriceVarianceAccount String Falso
ShippingLocationID String Falso
InventoryAccount String Falso
FreightChargeSubaccount String Falso
POAccrualAccount String Falso
StandardCostRevaluationAccount String Falso
StandardCostVarianceSubaccount String Falso
Active Bool Falso
RMALocationID String Falso
ReasonCodeSubaccount String Falso
MiscChargeSubaccount String Falso
WarehouseID [KEY] String Falso
Description String Falso
SalesAccount String Falso
Custom_siteaccounts_POAccrualAcctID String Falso
Custom_siteaccounts_LCVarianceAcctID String Falso
Custom_siteaccounts_StdCstVarAcctID String Falso
Custom_site_ReplenishmentClassID String Falso
Custom_siteaccounts_MiscAcctID String Falso
Custom_siteaccounts_FreightAcctID String Falso
Custom_siteaccounts_DiscAcctID String Falso
Custom_siteaccounts_POAccrualSubID String Falso
Custom_siteaccounts_NoteID String Falso
Custom_siteaccounts_PPVSubID String Falso
Custom_siteaccounts_DiscSubID String Falso
Custom_site_BranchID String Falso
Custom_siteaccounts_FreightSubID String Falso
Custom_site_AvgDefaultCost String Falso
Custom_siteaccounts_SalesAcctID String Falso
Custom_siteaccounts_OverrideInvtAccSub Bool Falso
Custom_siteaccounts_COGSSubID String Falso
Custom_siteaccounts_SalesSubID String Falso
Custom_site_FIFODefaultCost String Falso
Custom_siteaccounts_PPVAcctID String Falso
Custom_site_LocationValid String Falso
Custom_siteaccounts_LCVarianceSubID String Falso
Custom_site_NoteText String Falso
Custom_siteaccounts_InvtAcctID String Falso
Custom_siteaccounts_StdCstRevSubID String Falso
Custom_siteaccounts_MiscSubID String Falso
Custom_siteaccounts_InvtSubID String Falso
Custom_site_LockSitePICountEntry Bool Falso
Custom_siteaccounts_StdCstRevAcctID String Falso
Custom_siteaccounts_StdCstVarSubID String Falso
Custom_siteaccounts_ReasonCodeSubID String Falso
Custom_site_NoteID String Falso
Custom_siteaccounts_COGSAcctID String Falso

Visualizações

As exibições são compostas por colunas e pseudocolunas. As exibições são semelhantes às tabelas na forma como os dados são representados; no entanto, as exibições não oferecem suporte a atualizações. Entidades que são representadas como exibições são normalmente entidades somente leitura. Frequentemente, um procedimento armazenado* está disponível para atualizar os dados se tal funcionalidade for aplicável à fonte de dados.

As consultas podem ser executadas em uma exibição como se fosse uma tabela normal, e os dados retornados são semelhantes nesse aspecto. Para saber mais sobre tabelas e procedimentos armazenados, navegue até as entradas correspondentes neste documento de ajuda.

Conector Jitterbit para Visualizações Acumatica

Nome Descrição
AccountByPeriodInquiry_Results AccountByPeriodInquiry_Results é uma tabela gerada automaticamente.
AccountBySubaccountInquiry_Results AccountBySubaccountInquiry_Results é uma tabela gerada automaticamente.
AccountDetailsInquiry_Results AccountDetailsInquiry_Results é uma tabela gerada automaticamente.
AccountLocation_Address AccountLocation_Address é uma tabela gerada automaticamente.
AccountLocation_Cases AccountLocation_Cases é uma tabela gerada automaticamente.
AccountLocation_Contact AccountLocation_Contact é uma tabela gerada automaticamente.
AccountLocation_Opportunities AccountLocation_Opportunities é uma tabela gerada automaticamente.
AccountSummaryInquiry_Results AccountSummaryInquiry_Results é uma tabela gerada automaticamente.
Adjustment_Details Adjustment_Details é uma tabela gerada automaticamente.
AttributeDefinition_Values AttributeDefinition_Values é uma tabela gerada automaticamente.
Bill_Applications Bill_Applications é uma tabela gerada automaticamente.
Bill_Details Bill_Details é uma tabela gerada automaticamente.
Bill_TaxDetails Bill_TaxDetails é uma tabela gerada automaticamente.
BusinessAccount_Activities BusinessAccount_Activities é uma tabela gerada automaticamente.
BusinessAccount_Attributes BusinessAccount_Attributes é uma tabela gerada automaticamente.
BusinessAccount_Campaigns BusinessAccount_Campaigns é uma tabela gerada automaticamente.
BusinessAccount_Cases BusinessAccount_Cases é uma tabela gerada automaticamente.
BusinessAccount_Contacts BusinessAccount_Contacts é uma tabela gerada automaticamente.
BusinessAccount_Contracts BusinessAccount_Contracts é uma tabela gerada automaticamente.
BusinessAccount_DefaultLocationSettings BusinessAccount_DefaultLocationSettings é uma tabela gerada automaticamente.
BusinessAccount_Duplicates BusinessAccount_Duplicates é uma tabela gerada automaticamente.
BusinessAccount_Locations BusinessAccount_Locations é uma tabela gerada automaticamente.
BusinessAccount_MainAddress BusinessAccount_MainAddress é uma tabela gerada automaticamente.
BusinessAccount_MainContact BusinessAccount_MainContact é uma tabela gerada automaticamente.
BusinessAccount_MarketingLists BusinessAccount_MarketingLists é uma tabela gerada automaticamente.
BusinessAccount_Opportunities BusinessAccount_Opportunities é uma tabela gerada automaticamente.
BusinessAccount_Orders BusinessAccount_Orders é uma tabela gerada automaticamente.
BusinessAccount_Relations BusinessAccount_Relations é uma tabela gerada automaticamente.
BusinessAccount_ShippingAddress BusinessAccount_ShippingAddress é uma tabela gerada automaticamente.
BusinessAccount_ShippingContact BusinessAccount_ShippingContact é uma tabela gerada automaticamente.
Carrier_CustomerAccounts Carrier_CustomerAccounts é uma tabela gerada automaticamente.
Carrier_PlugInParameters Carrier_PlugInParameters é uma tabela gerada automaticamente.
Case_Activities Case_Activities é uma tabela gerada automaticamente.
Case_Attributes Case_Attributes é uma tabela gerada automaticamente.
Case_RelatedCases Case_RelatedCases é uma tabela gerada automaticamente.
Case_Relations Case_Relations é uma tabela gerada automaticamente.
CashSale_Details CashSale_Details é uma tabela gerada automaticamente.
Check_Details Check_Details é uma tabela gerada automaticamente.
Check_History Check_History é uma tabela gerada automaticamente.
Contact_Activities Contact_Activities é uma tabela gerada automaticamente.
Contact_Address Contact_Address é uma tabela gerada automaticamente.
Contact_Attributes Contact_Attributes é uma tabela gerada automaticamente.
Contact_Campaigns Contact_Campaigns é uma tabela gerada automaticamente.
Contact_Cases Contact_Cases é uma tabela gerada automaticamente.
Contact_Duplicates Contact_Duplicates é uma tabela gerada automaticamente.
Contact_MarketingLists Contact_MarketingLists é uma tabela gerada automaticamente.
Contact_Notifications Contact_Notifications é uma tabela gerada automaticamente.
Contact_Opportunities Contact_Opportunities é uma tabela gerada automaticamente.
Contact_Relations Contact_Relations é uma tabela gerada automaticamente.
Contact_UserInfo Contact_UserInfo é uma tabela gerada automaticamente.
CustomerClass_Attributes CustomerClass_Attributes é uma tabela gerada automaticamente.
CustomerLocation_LocationContact CustomerLocation_LocationContact é uma tabela gerada automaticamente.
CustomerPaymentMethod_Details CustomerPaymentMethod_Details é uma tabela gerada automaticamente.
Customer_Attributes Customer_Attributes é uma tabela gerada automaticamente.
Customer_BillingContact Customer_BillingContact é uma tabela gerada automaticamente.
Customer_Contacts Customer_Contacts é uma tabela gerada automaticamente.
Customer_CreditVerificationRules Customer_CreditVerificationRules é uma tabela gerada automaticamente.
Customer_MainContact Customer_MainContact é uma tabela gerada automaticamente.
Customer_PaymentInstructions Customer_PaymentInstructions é uma tabela gerada automaticamente.
Customer_Salespersons Customer_Salespersons é uma tabela gerada automaticamente.
Customer_ShippingContact Customer_ShippingContact é uma tabela gerada automaticamente.
Discount_CustomerPriceClasses Discount_CustomerPriceClasses é uma tabela gerada automaticamente.
Discount_Customers Discount_Customers é uma tabela gerada automaticamente.
Discount_DiscountBreakpoints Discount_DiscountBreakpoints é uma tabela gerada automaticamente.
Discount_ItemPriceClasses Discount_ItemPriceClasses é uma tabela gerada automaticamente.
Discount_Items Discount_Items é uma tabela gerada automaticamente.
Discount_Warehouses Discount_Warehouses é uma tabela gerada automaticamente.
Email_TimeActivity Email_TimeActivity é uma tabela gerada automaticamente.
Employee_Contact Employee_Contact é uma tabela gerada automaticamente.
Employee_EmployeeCost Employee_EmployeeCost é uma tabela gerada automaticamente.
Employee_EmploymentHistory Employee_EmploymentHistory é uma tabela gerada automaticamente.
Event_Attendees Event_Attendees é uma tabela gerada automaticamente.
Event_RelatedActivities Event_RelatedActivities é uma tabela gerada automaticamente.
Event_Reminder Event_Reminder é uma tabela gerada automaticamente.
Event_TimeActivity Event_TimeActivity é uma tabela gerada automaticamente.
FinancialPeriod_Details FinancialPeriod_Details é uma tabela gerada automaticamente.
InterBranchAccountMapping_TransactionsInDestinationBranch InterBranchAccountMapping_TransactionsInDestinationBranch é uma tabela gerada automaticamente.
InterBranchAccountMapping_TransactionsInSourceBranch InterBranchAccountMapping_TransactionsInSourceBranch é uma tabela gerada automaticamente.
InventoryAllocationInquiry_Results InventoryAllocationInquiry_Results é uma tabela gerada automaticamente.
InventoryReceipt_Details InventoryReceipt_Details é uma tabela gerada automaticamente.
InventorySummaryInquiry_Results InventorySummaryInquiry_Results é uma tabela gerada automaticamente.
Invoice_ApplicationsCreditMemo Invoice_ApplicationsCreditMemo é uma tabela gerada automaticamente.
Invoice_ApplicationsDefault Invoice_ApplicationsDefault é uma tabela gerada automaticamente.
Invoice_Details Invoice_Details é uma tabela gerada automaticamente.
Invoice_TaxDetails Invoice_TaxDetails é uma tabela gerada automaticamente.
ItemClass_Attributes ItemClass_Attributes é uma tabela gerada automaticamente.
JournalTransaction_Details JournalTransaction_Details é uma tabela gerada automaticamente.
JournalVoucher_Details JournalVoucher_Details é uma tabela gerada automaticamente.
JournalVoucher_GLTransactions JournalVoucher_GLTransactions é uma tabela gerada automaticamente.
KitAssembly_Allocations KitAssembly_Allocations é uma tabela gerada automaticamente.
KitAssembly_NonStockComponents KitAssembly_NonStockComponents é uma tabela gerada automaticamente.
KitAssembly_StockComponents KitAssembly_StockComponents é uma tabela gerada automaticamente.
KitSpecification_NonStockComponents KitSpecification_NonStockComponents é uma tabela gerada automaticamente.
KitSpecification_StockComponents KitSpecification_StockComponents é uma tabela gerada automaticamente.
Lead_Activities Lead_Activities é uma tabela gerada automaticamente.
Lead_Address Lead_Address é uma tabela gerada automaticamente.
Lead_Attributes Lead_Attributes é uma tabela gerada automaticamente.
Lead_Campaigns Lead_Campaigns é uma tabela gerada automaticamente.
Lead_Duplicates Lead_Duplicates é uma tabela gerada automaticamente.
Lead_MarketingLists Lead_MarketingLists é uma tabela gerada automaticamente.
Lead_Relations Lead_Relations é uma tabela gerada automaticamente.
LotSerialClass_Segments LotSerialClass_Segments é uma tabela gerada automaticamente.
NonStockItem_Attributes NonStockItem_Attributes é uma tabela gerada automaticamente.
NonStockItem_CrossReferences NonStockItem_CrossReferences é uma tabela gerada automaticamente.
NonStockItem_SalesCategories NonStockItem_SalesCategories é uma tabela gerada automaticamente.
NonStockItem_VendorDetails NonStockItem_VendorDetails é uma tabela gerada automaticamente.
Opportunity_Activities Opportunity_Activities é uma tabela gerada automaticamente.
Opportunity_Address Opportunity_Address é uma tabela gerada automaticamente.
Opportunity_Attributes Opportunity_Attributes é uma tabela gerada automaticamente.
Opportunity_ContactInformation Opportunity_ContactInformation é uma tabela gerada automaticamente.
Opportunity_Discounts Opportunity_Discounts é uma tabela gerada automaticamente.
Opportunity_Products Opportunity_Products é uma tabela gerada automaticamente.
Opportunity_Relations Opportunity_Relations é uma tabela gerada automaticamente.
Opportunity_TaxDetails Opportunity_TaxDetails é uma tabela gerada automaticamente.
PaymentMethod_AllowedCashAccounts PaymentMethod_AllowedCashAccounts é uma tabela gerada automaticamente.
PaymentMethod_ProcessingCenters PaymentMethod_ProcessingCenters é uma tabela gerada automaticamente.
Payment_ApplicationHistory Payment_ApplicationHistory é uma tabela gerada automaticamente.
Payment_CreditCardProcessingInfo Payment_CreditCardProcessingInfo é uma tabela gerada automaticamente.
Payment_DocumentsToApply Payment_DocumentsToApply é uma tabela gerada automaticamente.
Payment_OrdersToApply Payment_OrdersToApply é uma tabela gerada automaticamente.
PhysicalInventoryReview_Details PhysicalInventoryReview_Details é uma tabela gerada automaticamente.
ProjectTransaction_Details ProjectTransaction_Details é uma tabela gerada automaticamente.
PurchaseOrder_Details PurchaseOrder_Details é uma tabela gerada automaticamente.
PurchaseOrder_ShippingInstructions PurchaseOrder_ShippingInstructions é uma tabela gerada automaticamente.
PurchaseReceipt_Details PurchaseReceipt_Details é uma tabela gerada automaticamente.
ReportingSettings_ReportingGroups ReportingSettings_ReportingGroups é uma tabela gerada automaticamente.
SalesInvoice_BillingSettings SalesInvoice_BillingSettings é uma tabela gerada automaticamente.
SalesInvoice_Details SalesInvoice_Details é uma tabela gerada automaticamente.
SalesInvoice_FreightDetails SalesInvoice_FreightDetails é uma tabela gerada automaticamente.
SalesOrder_BillToAddress SalesOrder_BillToAddress é uma tabela gerada automaticamente.
SalesOrder_BillToContact SalesOrder_BillToContact é uma tabela gerada automaticamente.
SalesOrder_Commissions SalesOrder_Commissions é uma tabela gerada automaticamente.
SalesOrder_Details SalesOrder_Details é uma tabela gerada automaticamente.
SalesOrder_DiscountDetails SalesOrder_DiscountDetails é uma tabela gerada automaticamente.
SalesOrder_FinancialSettings SalesOrder_FinancialSettings é uma tabela gerada automaticamente.
SalesOrder_Payments SalesOrder_Payments é uma tabela gerada automaticamente.
SalesOrder_Shipments SalesOrder_Shipments é uma tabela gerada automaticamente.
SalesOrder_ShippingSettings SalesOrder_ShippingSettings é uma tabela gerada automaticamente.
SalesOrder_ShipToAddress SalesOrder_ShipToAddress é uma tabela gerada automaticamente.
SalesOrder_ShipToContact SalesOrder_ShipToContact é uma tabela gerada automaticamente.
SalesOrder_TaxDetails SalesOrder_TaxDetails é uma tabela gerada automaticamente.
SalesOrder_Totals SalesOrder_Totals é uma tabela gerada automaticamente.
SalesPricesInquiry_SalesPriceDetails SalesPricesInquiry_SalesPriceDetails é uma tabela gerada automaticamente.
SalesPriceWorksheet_SalesPrices SalesPriceWorksheet_SalesPrices é uma tabela gerada automaticamente.
Shipment_Details Shipment_Details é uma tabela gerada automaticamente.
Shipment_Orders Shipment_Orders é uma tabela gerada automaticamente.
Shipment_Packages Shipment_Packages é uma tabela gerada automaticamente.
Shipment_ShippingSettings Shipment_ShippingSettings é uma tabela gerada automaticamente.
ShippingTerm_Details ShippingTerm_Details é uma tabela gerada automaticamente.
ShipVia_FreightRates ShipVia_FreightRates é uma tabela gerada automaticamente.
ShipVia_Packages ShipVia_Packages é uma tabela gerada automaticamente.
StockItem_Attributes StockItem_Attributes é uma tabela gerada automaticamente.
StockItem_Boxes StockItem_Boxes é uma tabela gerada automaticamente.
StockItem_Categories StockItem_Categories é uma tabela gerada automaticamente.
StockItem_CrossReferences StockItem_CrossReferences é uma tabela gerada automaticamente.
StockItem_ReplenishmentParameters StockItem_ReplenishmentParameters é uma tabela gerada automaticamente.
StockItem_SubItems StockItem_SubItems é uma tabela gerada automaticamente.
StockItem_UOMConversions StockItem_UOMConversions é uma tabela gerada automaticamente.
StockItem_VendorDetails StockItem_VendorDetails é uma tabela gerada automaticamente.
StockItem_WarehouseDetails StockItem_WarehouseDetails é uma tabela gerada automaticamente.
Task_RelatedActivities Task_RelatedActivities é uma tabela gerada automaticamente.
Task_RelatedTasks Task_RelatedTasks é uma tabela gerada automaticamente.
Task_Reminder Task_Reminder é uma tabela gerada automaticamente.
Task_TimeActivity Task_TimeActivity é uma tabela gerada automaticamente.
TaxCategory_Details TaxCategory_Details é uma tabela gerada automaticamente.
TaxZone_ApplicableTaxes TaxZone_ApplicableTaxes é uma tabela gerada automaticamente.
Tax_TaxSchedule Tax_TaxSchedule é uma tabela gerada automaticamente.
Tax_Zones Tax_Zones é uma tabela gerada automaticamente.
TransferOrder_Details TransferOrder_Details é uma tabela gerada automaticamente.
TrialBalance_Details TrialBalance_Details é uma tabela gerada automaticamente.
VendorClass_Attributes VendorClass_Attributes é uma tabela gerada automaticamente.
VendorPricesInquiry_VendorPriceDetails VendorPricesInquiry_VendorPriceDetails é uma tabela gerada automaticamente.
VendorPriceWorksheet_VendorSalesPrices VendorPriceWorksheet_VendorSalesPrices é uma tabela gerada automaticamente.
Vendor_Attributes Vendor_Attributes é uma tabela gerada automaticamente.
Vendor_Contacts Vendor_Contacts é uma tabela gerada automaticamente.
Vendor_MainContact Vendor_MainContact é uma tabela gerada automaticamente.
Vendor_PaymentInstructions Vendor_PaymentInstructions é uma tabela gerada automaticamente.
Vendor_RemittanceContact Vendor_RemittanceContact é uma tabela gerada automaticamente.
Vendor_ShippingContact Vendor_ShippingContact é uma tabela gerada automaticamente.
Warehouse_Locations Warehouse_Locations é uma tabela gerada automaticamente.

AccountByPeriodInquiry_Results

AccountByPeriodInquiry_Results é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentAccount [KEY] String
CreditTotal Double
CurrencyBeginingBalance Double
CurrencyID String
CurrencyCreditTotal Double
DebitTotal Double
BeginingBalance Double
CurrencyEndingBalance Double
CurrencyDebitTotal Double
CurrencyPtdTotal Double
PtdTotal Double
LedgerID Int
EndingBalance Double
Period String
Custom_EnqResult_AccountCD String
Custom_EnqResult_SubCD String

AccountBySubaccountInquiry_Results

AccountBySubaccountInquiry_Results é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentAccount [KEY] String
CreditTotal Double
CurrencyBeginingBalance Double
CurrencyID String
CurrencyCreditTotal Double
DebitTotal Double
BeginingBalance Double
CurrencyEndingBalance Double
CurrencyDebitTotal Double
CurrencyPtdTotal Double
Subaccount String
PtdTotal Double
LedgerID Int
EndingBalance Double
Custom_EnqResult_AccountCD String

AccountDetailsInquiry_Results

AccountDetailsInquiry_Results é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentAccount [KEY] String
CurrencyCreditAmount Double
CurrencyBeginingBalance Double
CreditAmount Double
TransactionDate Datetime
Subaccount String
LineNbr Int
VendorOrCustomer String
Branch String
CurrencyID String
IncludedinReclassHistory Bool
DebitAmount Double
ReferenceNbr String
BatchNbr String
CurrencyEndingBalance Double
Selected Bool
CurrencyDebitAmount Double
Account String
Period String
EndingBalance Double
ReclassBatchNbr String
BeginingBalance Double
Description String
Module String
InventoryID String
Custom_GLTranEnq_NoteText String
Custom_GLTranEnq_NoteID String
Custom_GLTranEnq_ReferenceID_BaccountR_AcctName String

AccountLocation_Address

AccountLocation_Address é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLocationId [KEY] String
State String
AddressLine2 String
PostalCode String
AddressLine1 String
City String
Country String

AccountLocation_Cases

AccountLocation_Cases é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLocationId [KEY] String
DateReported Datetime
Subject String
Workgroup String
Estimation String
ClosingDate Datetime
CaseID String
Status String
Reason String
Severity String
ClassID String
Owner String
InitialResponse String
Custom_Cases_NoteText String
Custom_Cases_NoteID String

AccountLocation_Contact

AccountLocation_Contact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLocationId [KEY] String
WebSite String
Phone2 String
Fax String
Phone1 String
Phone2Type String
CompanyName String
FaxType String
Email String
Phone1Type String
Attention String
SameAsMain Bool
Custom_Contact_NoteID String

Localização da Conta_oportunidades

AccountLocation_Opportunities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLocationId [KEY] String
Subject String
DisplayName String
Workgroup String
Estimation Datetime
Stage String
Currency String
Total Double
Status String
Owner String
Probability Int
Custom_Opportunities_NoteID String
Custom_Opportunities_OpportunityID String
Custom_Opportunities_NoteText String

AccountSummaryInquiry_Results

AccountSummaryInquiry_Results é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentAccountClass [KEY] String
CurrencyDebitTotal Double
CurrencyBeginingBalance Double
AccountClass String
LedgerID Int
ConsolidationAccount String
Subaccount String
PtdTotal Double
Type String
LastActivity String
Branch String
DebitTotal Double
CurrencyID String
CurrencyEndingBalance Double
CreditTotal Double
CurrencyPtdTotal Double
Account String
CurrencyCreditTotal Double
EndingBalance Double
BeginingBalance Double
Description String

Ajuste_Detalhes

Adjustment_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentReferenceNbr [KEY] String
Description String
WarehouseID String
LocationID String
Subitem String
ReasonCode String
ExtendedCost Double
ExpirationDate Datetime
ReceiptNbr String
UOM String
BranchID String
InventoryID String
LotSerialNbr String
Qty Double
Custom_transactions_Availability String
Custom_transactions_POReceiptNbr String
Custom_transactions_SOOrderNbr String
Custom_transactions_DocType String
Custom_transactions_SOOrderType String
Custom_transactions_NoteID String
Custom_transactions_SOShipmentNbr String
Custom_transactions_UnitCost String
Custom_transactions_RefNbr String
Custom_transactions_NoteText String
Custom_transactions_LineNbr Int

AttributeDefinition_Values

AttributeDefinition_Values é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentAttributeID [KEY] String
SortOrder Int
Disabled Bool
ValueID String
Description String
Custom_AttributeDetails_AttributeID String
Custom_AttributeDetails_NoteText String
Custom_AttributeDetails_NoteID String

Bill_Applications

Bill_Applications é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
Status String
ReferenceNbr String
Balance Double
AmountPaid Double
DocType String
Custom_Adjustments_AdjNbr Int
Custom_Adjustments_AdjgDocType String
Custom_Adjustments_DisplayCuryID String
Custom_Adjustments_CuryAdjdPPDAmt String
Custom_Adjustments_AdjdRefNbr String
Custom_Adjustments_AdjgBranchID String
Custom_Adjustments_DisplayDocDate String
Custom_Adjustments_DisplayDocDesc String
Custom_Adjustments_AdjdDocType String
Custom_Adjustments_DisplayFinPeriodID String
Custom_Adjustments_AdjgRefNbr String
Custom_Adjustments_APPayment_ExtRefNbr String
Custom_Adjustments_NoteID String
Custom_Adjustments_NoteText String

Bill_Details

Bill_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
UnitCost Double
Description String
Account String
TaxCategory String
Amount Double
Project String
ExtendedCost Double
ProjectTask String
POOrderType String
Subaccount String
TransactionDescription String
UOM String
NonBillable Bool
POOrderNbr String
Branch String
Qty Double
Custom_Transactions_ReceiptNbr String
Custom_Transactions_ManualDisc Bool
Custom_Transactions_POLineNbr Int
Custom_Transactions_CostCodeID String
Custom_Transactions_POReceiptLine_SubItemID String
Custom_Transactions_ManualPrice Bool
Custom_Transactions_DiscountSequenceID String
Custom_Transactions_DiscPct String
Custom_Transactions_NoteText String
Custom_Transactions_NoteID String
Custom_Transactions_PPVRefNbr String
Custom_Transactions_PPVDocType String
Custom_Transactions_DefScheduleID String
Custom_Transactions_LineNbr Int
Custom_Transactions_ReceiptLineNbr Int
Custom_Transactions_Box1099 String
Custom_Transactions_TranType String
Custom_Transactions_CuryDiscCost String
Custom_Transactions_SortOrder Int
Custom_Transactions_RefNbr String
Custom_Transactions_Date String
Custom_Transactions_BaseQty String
Custom_Transactions_InventoryID String
Custom_Transactions_DiscountID String
Custom_Transactions_CuryDiscAmt String
Custom_Transactions_DeferredCode String

Bill_TaxDetails

Bill_TaxDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
TaxableAmount Double
TaxAmount Double
TaxRate Double
TaxID String
Custom_Taxes_CuryExpenseAmt String
Custom_Taxes_CuryDiscountedPrice String
Custom_Taxes_CuryDiscountedTaxableAmt String
Custom_Taxes_TranType String
Custom_Taxes_Module String
Custom_Taxes_RefNbr String
Custom_Taxes_Tax_ExemptTax Bool
Custom_Taxes_RecordID Int
Custom_Taxes_Tax_ReverseTax Bool
Custom_Taxes_Tax_PendingTax Bool
Custom_Taxes_Tax_StatisticalTax Bool
Custom_Taxes_NonDeductibleTaxRate String
Custom_Taxes_Tax_TaxType String

BusinessAccount_Activities

BusinessAccount_Activities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
ClassIcon String
IsCompleteIcon String
PriorityIcon String
Owner String
Released Bool
RelatedEntityDescription String
Workgroup String
Summary String
Type String
CreatorID String
CreatedAt Datetime
Status String
Project String
RefNoteID String
ProjectTask String
StartDate Datetime
TimeSpent String
CreatorUsername String
ReminderIcon String
Custom_Activities_NoteID String
Custom_Activities_NoteText String

BusinessAccount_Attributes

BusinessAccount_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
Value String
Attribute String
RefNoteID String
Required Bool

BusinessAccount_Campanhas

BusinessAccount_Campaigns é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
CampaignName String
CampaignID String
ContactID Int
Stage String

BusinessAccount_Cases

BusinessAccount_Cases é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
DateReported Datetime
Subject String
Workgroup String
Estimation String
ClosingDate Datetime
CaseID String
Contract String
Status String
Reason String
Severity String
ClassID String
Owner String
InitialResponse String
Custom_Cases_NoteText String
Custom_Cases_NoteID String

BusinessAccount_Contacts

BusinessAccount_Contacts é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
Type String
DisplayName String
Workgroup String
Phone1 String
Active Bool
Email String
JobTitle String
City String
ContactID Int
Owner String
Custom_Contacts_NoteID String
Custom_Contacts_NoteText String

BusinessAccount_Contracts

BusinessAccount_Contracts é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
BusinessAccountID String
Status String
BusinessAccountName String
Location String
ContractID String
Description String
ExpirationDate Datetime
Custom_Contracts_NoteID String
Custom_Contracts_NoteText String

BusinessAccount_DefaultLocationSettings

BusinessAccount_DefaultLocationSettings é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
LocationName String
ResidentialDelivery Bool
FOBPoint String
PriceClass String
Warehouse String
ShippingZone String
ShippingTerms String
LeadTimeInDays Int
SaturdayDelivery Bool
ShippingRule String
ShipVia String
Insurance Bool
TaxRegistrationID String
ShippingBranch String
OrderPriority Int
TaxZone String
Custom_DefLocation_CPriceClassID String
Custom_DefLocation_CBranchID String
Custom_DefLocation_CShipComplete String
Custom_DefLocation_CTaxZoneID String
Custom_DefLocation_CLeadTime Int
Custom_DefLocation_CShipTermsID String
Custom_DefLocation_COrderPriority Int
Custom_DefLocation_NoteID String
Custom_DefLocation_CShipZoneID String
Custom_DefLocation_CFOBPointID String
Custom_DefLocation_CSaturdayDelivery Bool
Custom_DefLocation_CInsurance Bool
Custom_DefLocation_CCarrierID String
Custom_DefLocation_TaxRegistrationID String
Custom_DefLocation_CSiteID String
Custom_DefLocation_Descr String
Custom_DefLocation_CResedential Bool

BusinessAccount_Duplicates

BusinessAccount_Duplicates é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
Type String
LastModifiedDate Datetime
AccountName String
DisplayName String
EntityType String
Email String
BusinessAccountType String
BusinessAccount String
Duplicate String
DuplicateContactID Int
ContactID Int
Custom_Duplicates_Selected Bool

BusinessAccount_Locations

BusinessAccount_Locations é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
LocationName String
LocationID String
PriceClass String
Active Bool
SalesSubaccount String
Default Bool
SalesAccount String
City String
State String
Country String
TaxZone String
Custom_Locations_BAccountID Int
Custom_Locations_NoteID String
Custom_Locations_NoteText String

BusinessAccount_MainAddress

BusinessAccount_MainAddress é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
State String
AddressLine2 String
PostalCode String
AddressLine1 String
City String
Country String

BusinessAccount_MainContact

BusinessAccount_MainContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
CompanyName String
Phone2 String
Fax String
Phone1 String
LanguageOrLocale String
JobTitle String
Web String
Email String
Custom_DefContact_LanguageID String
Custom_DefContact_DuplicateFound Bool
Custom_DefContact_NoteID String

BusinessAccount_MarketingLists

BusinessAccount_MarketingLists é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
Phone1 String
Email String
MarketingListID Int
Subscribed Bool
MemberName String
DynamicList Bool
Format String
ContactID Int
ListName String

BusinessAccount_Opportunities

BusinessAccount_Opportunities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
BusinessAccountName String
CurrencyID String
Subject String
DisplayName String
BusinessAccountID String
Workgroup String
Estimation Datetime
Stage String
Total Double
Status String
Owner String
Probability Int
Custom_Opportunities_NoteID String
Custom_Opportunities_OpportunityID String
Custom_Opportunities_NoteText String

BusinessAccount_Orders

BusinessAccount_Orders é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
Description String
CustomerOrder String
RequestedOn Datetime
CurrencyID String
OrderTotal Double
ScheduledShipment Datetime
ShippingZone String
ShipVia String
Status String
OrderNbr String
OrderVolume Double
OrderedQty Double
OrderWeight Double
OrderType String
Custom_Orders_NoteID String
Custom_Orders_NoteText String

BusinessAccount_Relations

BusinessAccount_Relations é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
Type String
DocumentTargetNoteIDDescription String
ContactDisplayName String
Account String
Email String
Document String
Name String
RelationID Int
Role String
ContactID Int
AddToCc Bool
Primary Bool

BusinessAccount_ShippingAddress

BusinessAccount_ShippingAddress é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
State String
AddressLine2 String
PostalCode String
AddressLine1 String
City String
Country String

BusinessAccount_ShippingContact

BusinessAccount_ShippingContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBusinessAccountID [KEY] String
Phone2 String
Fax String
Phone1 String
SameasMain Bool
JobTitle String
Email String
Custom_DefLocationContact_NoteID String

Carrier_CustomerAccounts

Carrier_CustomerAccounts é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCarrierID [KEY] String
CustomerID String
CustomerName String
Location String
PostalCode String
RecordID Int
Active Bool
CarrierAccount String
Custom_CustomerAccounts_CarrierPluginID String

Carrier_PlugInParameters

Carrier_PlugInParameters é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCarrierID [KEY] String
PluginID String
Value String
Description String
Custom_Details_CarrierPluginID String

Caso_Atividades

Case_Activities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCaseID [KEY] String
BillableTime String
ClassIcon String
IsCompleteIcon String
BillableOvertime String
PriorityIcon String
Owner String
Released Bool
Workgroup String
Summary String
Type String
CreatedAt Datetime
Status String
Category String
Project String
RefNoteID String
ProjectTask String
CreatedBy String
StartDate Datetime
Overtime String
Billable Bool
TimeSpent String
ReminderIcon String
Custom_Activities_NoteID String
Custom_Activities_NoteText String

Case_Attributes

Case_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCaseID [KEY] String
Value String
Attribute String
RefNoteID String
Required Bool

Case_RelatedCases

Case_RelatedCases é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCaseID [KEY] String
Status String
Subject String
Workgroup String
ParentCaseID Int
RelationType String
Owner String
CaseID String

Case_Relations

Case_Relations é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCaseID [KEY] String
Type String
DocumentTargetNoteIDDescription String
ContactDisplayName String
Account String
Email String
Document String
Name String
RelationID Int
Role String
ContactID Int
AddToCc Bool
Primary Bool

CashSale_Details

CashSale_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
Account String
ExtendedPrice Double
TaxCategory String
Amount Double
Subaccount String
TransactionDescription String
Branch String
InventoryID String
UnitPrice Double
Qty Double
Custom_Transactions_DRTermStartDate String
Custom_Transactions_CuryUnitPriceDR String
Custom_Transactions_DRTermEndDate String
Custom_Transactions_TranType String
Custom_Transactions_Commissionable Bool
Custom_Transactions_ManualDisc Bool
Custom_Transactions_CostCodeID String
Custom_Transactions_RefNbr String
Custom_Transactions_SalesPersonID String
Custom_Transactions_ManualPrice Bool
Custom_Transactions_TaskID String
Custom_Transactions_DiscPct String
Custom_Transactions_UOM String
Custom_Transactions_NoteText String
Custom_Transactions_NoteID String
Custom_Transactions_CuryDiscAmt String
Custom_Transactions_DefScheduleID String
Custom_Transactions_DiscPctDR String
Custom_Transactions_DeferredCode String
Custom_Transactions_LineNbr Int

Check_Details

Check_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
ReferenceNbr String
CashDiscountBalance Double
Balance Double
AmountPaid Double
DocType String
Custom_Adjustments_CuryAdjgWhTaxAmt String
Custom_Adjustments_AdjNbr Int
Custom_Adjustments_AdjgDocType String
Custom_Adjustments_APInvoice_SuppliedByVendorID String
Custom_Adjustments_AdjdCuryID String
Custom_Adjustments_AdjdFinPeriodID String
Custom_Adjustments_AdjdCuryRate String
Custom_Adjustments_CuryWhTaxBal String
Custom_Adjustments_APInvoice_InvoiceNbr String
Custom_Adjustments_APInvoice_DocDesc String
Custom_Adjustments_AdjdDocDate String
Custom_Adjustments_AdjgRefNbr String
Custom_Adjustments_CuryAdjgPPDAmt String
Custom_Adjustments_APInvoice_DueDate String
Custom_Adjustments_NoteID String
Custom_Adjustments_NoteText String
Custom_Adjustments_APInvoice_DiscDate String
Custom_Adjustments_AdjdBranchID String

Verificar_Histórico

Check_History é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
CashDiscountTaken Double
ReferenceNbr String
VendorRef String
CashDiscountBalance Double
Balance Double
AmountPaid Double
DocType String
Custom_Adjustments_History_AdjdRefNbr String
Custom_Adjustments_History_NoteID String
Custom_Adjustments_History_APInvoice_DueDate String
Custom_Adjustments_History_AdjdDocDate String
Custom_Adjustments_History_AdjNbr Int
Custom_Adjustments_History_NoteText String
Custom_Adjustments_History_PendingPPD Bool
Custom_Adjustments_History_PPDDebitAdjRefNbr String
Custom_Adjustments_History_AdjdFinPeriodID String
Custom_Adjustments_History_TaxInvoiceNbr String
Custom_Adjustments_History_AdjgRefNbr String
Custom_Adjustments_History_DisplayCuryWhTaxAmt String
Custom_Adjustments_History_AdjgDocType String
Custom_Adjustments_History_DisplayDocDesc String
Custom_Adjustments_History_DisplayDocType String
Custom_Adjustments_History_AdjBatchNbr String
Custom_Adjustments_History_DisplayCuryID String
Custom_Adjustments_History_APInvoice_DiscDate String
Custom_Adjustments_History_DisplayCuryPPDAmt String
Custom_Adjustments_History_AdjgFinPeriodID String
Custom_Adjustments_History_AdjdBranchID String
Custom_Adjustments_History_APInvoice_SuppliedByVendorID String

Contato_Atividades

Contact_Activities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
ClassIcon String
IsCompleteIcon String
PriorityIcon String
Owner String
Released Bool
Summary String
Type String
CreatorID String
CreatedAt Datetime
Status String
WorkgroupID String
Project String
RefNoteID String
ProjectTask String
StartDate Datetime
TimeSpent String
CreatorUsername String
ReminderIcon String
Custom_Activities_NoteID String
Custom_Activities_NoteText String

Endereço de Contato

Contact_Address é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
State String
AddressLine2 String
PostalCode String
AddressLine1 String
City String
Country String

Contato_Atributos

Contact_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
Value String
Attribute String
RefNoteID String
Required Bool

Contato_Campanhas

Contact_Campaigns é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
CampaignName String
CampaignID String
ContactID Int
Stage String

Contact_Cases

Contact_Cases é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
DateReported Datetime
Subject String
Workgroup String
Estimation String
ClosingDate Datetime
CaseID String
Status String
Reason String
Severity String
ClassID String
Owner String
InitialResponse String
Custom_Cases_NoteText String
Custom_Cases_NoteID String

Contact_Duplicates

Contact_Duplicates é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
BusinessAccount String
BusinessAccountName String
Type String
BusinessAccountType String
LastModifiedDate Datetime
DisplayName String
Duplicate String
Email String
Custom_Duplicates_ContactID Int
Custom_Duplicates_Selected Bool
Custom_Duplicates_DuplicateContactID Int
Custom_Duplicates_ValidationType String
Custom_Duplicates_Contact2_ContactID Int

Contact_MarketingLists

Contact_MarketingLists é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
DynamicList Bool
ListName String
Subscribed Bool
Format String
ContactID Int
MarketingListID Int
Custom_Subscriptions_CRMarketingList_IsStatic Bool

Notificações de Contato

Contact_Notifications é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
Description String
MailingID String
Source String
Active Bool
Module String
Bcc Bool
Report String
NotificationID Int
ClassID String
Format String

Contato_Oportunidades

Contact_Opportunities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
Subject String
DisplayName String
Workgroup String
Estimation Datetime
Stage String
Currency String
Total Double
Status String
Owner String
Probability Int
Custom_Opportunities_NoteID String
Custom_Opportunities_OpportunityID String
Custom_Opportunities_NoteText String

Contact_Relations

Contact_Relations é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
Type String
DocumentTargetNoteIDDescription String
ContactDisplayName String
Account String
Email String
Document String
Name String
RelationID Int
Role String
ContactID Int
AddToCc Bool
Primary Bool

Contact_UserInfo

Contact_UserInfo é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentContactID [KEY] String
Status String
GeneratePassword Bool
Password String
Login String
UserType String
Custom_User_ConfirmPassword String
Custom_User_NewPassword String
Custom_User_NoteID String

CustomerClass_Attributes

CustomerClass_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentClassID [KEY] String
DefaultValue String
Active Bool
SortOrder Int
Description String
AttributeID String
Required Bool
Custom_Mapping_EntityClassID String
Custom_Mapping_CSAttribute_IsInternal Bool
Custom_Mapping_ControlType String
Custom_Mapping_EntityType String

ClienteLocalização_LocalizaçãoContato

CustomerLocation_LocationContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLocationID [KEY] String
LanguageOrLocale String
DuplicateFound Bool
JobTitle String
MiddleName String
FirstName String
DoNotFax Bool
Status String
ParentAccount String
OwnerEmployeeName String
Phone3 String
Phone2 String
Phone1 String
Phone2Type String
MaritalStatus String
Email String
FaxType String
DoNotCall Bool
Active Bool
Owner String
DoNotMail Bool
Title String
Gender String
Phone1Type String
ContactID Int
WebSite String
ContactClass String
CompanyName String
AddressIsSameAsInAccount Bool
NoMassMail Bool
LastOutgoingActivity Datetime
DisplayName String
ContactMethod String
Workgroup String
AddressValidated Bool
LastIncomingActivity Datetime
SourceCampaign String
SpouseOrPartnerName String
Reason String
Synchronize Bool
ConvertedBy String
Image String
Type String
NoMarketing Bool
DateOfBirth Datetime
Duplicate String
DoNotEmail Bool
Phone3Type String
Source String
BusinessAccount String
LastName String
Fax String
QualificationDate Datetime
WorkgroupDescription String

CustomerPaymentMethod_Details

CustomerPaymentMethod_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
ParentPaymentMethod [KEY] String
Name String
Value String
Custom_Details_PaymentMethodID String
Custom_Details_PMInstanceID Int

Cliente_Atributos

Customer_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
Value String
Attribute String
RefNoteID String
Required Bool

Cliente_FaturamentoContato

Customer_BillingContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
LanguageOrLocale String
DuplicateFound Bool
JobTitle String
MiddleName String
FirstName String
DoNotFax Bool
Status String
ParentAccount String
OwnerEmployeeName String
Phone3 String
Phone2 String
Phone1 String
Phone2Type String
MaritalStatus String
Email String
FaxType String
DoNotCall Bool
Active Bool
Owner String
DoNotMail Bool
Title String
Gender String
Phone1Type String
ContactID Int
WebSite String
ContactClass String
CompanyName String
AddressIsSameAsInAccount Bool
NoMassMail Bool
LastOutgoingActivity Datetime
DisplayName String
ContactMethod String
Workgroup String
AddressValidated Bool
LastIncomingActivity Datetime
SourceCampaign String
SpouseOrPartnerName String
Reason String
Synchronize Bool
ConvertedBy String
Image String
Type String
NoMarketing Bool
DateOfBirth Datetime
Duplicate String
DoNotEmail Bool
Phone3Type String
Source String
BusinessAccount String
LastName String
Fax String
QualificationDate Datetime
WorkgroupDescription String

Cliente_Contatos

Customer_Contacts é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
ContactID Int

Customer_CreditVerificationRules

Customer_CreditVerificationRules é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
OpenOrdersBalance Double
CreditDaysPastDue Int
CreditVerification String
RemainingCreditLimit Double
CreditLimit Double
FirstDueDate Datetime
UnreleasedBalance Double

Customer_MainContact

Customer_MainContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
LanguageOrLocale String
DuplicateFound Bool
JobTitle String
MiddleName String
FirstName String
DoNotFax Bool
Status String
ParentAccount String
OwnerEmployeeName String
Phone3 String
Phone2 String
Phone1 String
Phone2Type String
MaritalStatus String
Email String
FaxType String
DoNotCall Bool
Active Bool
Owner String
DoNotMail Bool
Title String
Gender String
Phone1Type String
ContactID Int
WebSite String
ContactClass String
CompanyName String
AddressIsSameAsInAccount Bool
NoMassMail Bool
LastOutgoingActivity Datetime
DisplayName String
ContactMethod String
Workgroup String
AddressValidated Bool
LastIncomingActivity Datetime
SourceCampaign String
SpouseOrPartnerName String
Reason String
Synchronize Bool
ConvertedBy String
Image String
Type String
NoMarketing Bool
DateOfBirth Datetime
Duplicate String
DoNotEmail Bool
Phone3Type String
Source String
BusinessAccount String
LastName String
Fax String
QualificationDate Datetime
WorkgroupDescription String

Customer_PaymentInstructions

Customer_PaymentInstructions é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
Value String
PaymentInstructionsID String
PaymentMethod String
Description String
LocationID Int

Cliente_Vendedores

Customer_Salespersons é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
Name String
Default Bool
Commission Double
LocationName String
SalespersonID String
LocationID String

Customer_ShippingContact

Customer_ShippingContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCustomerID [KEY] String
LanguageOrLocale String
DuplicateFound Bool
JobTitle String
MiddleName String
FirstName String
DoNotFax Bool
Status String
ParentAccount String
OwnerEmployeeName String
Phone3 String
Phone2 String
Phone1 String
Phone2Type String
MaritalStatus String
Email String
FaxType String
DoNotCall Bool
Active Bool
Owner String
DoNotMail Bool
Title String
Gender String
Phone1Type String
ContactID Int
WebSite String
ContactClass String
CompanyName String
AddressIsSameAsInAccount Bool
NoMassMail Bool
LastOutgoingActivity Datetime
DisplayName String
ContactMethod String
Workgroup String
AddressValidated Bool
LastIncomingActivity Datetime
SourceCampaign String
SpouseOrPartnerName String
Reason String
Synchronize Bool
ConvertedBy String
Image String
Type String
NoMarketing Bool
DateOfBirth Datetime
Duplicate String
DoNotEmail Bool
Phone3Type String
Source String
BusinessAccount String
LastName String
Fax String
QualificationDate Datetime
WorkgroupDescription String

Desconto_ClientePriceClasses

Discount_CustomerPriceClasses é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentDiscountCode [KEY] String
ParentSequence [KEY] String
PriceClassID String
Custom_CustomerPriceClasses_ARPriceClass_Description String
Custom_CustomerPriceClasses_DiscountID String
Custom_CustomerPriceClasses_DiscountSequenceID String

Desconto_Clientes

Discount_Customers é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentDiscountCode [KEY] String
ParentSequence [KEY] String
CustomerID String
CustomerName String
Custom_Customers_DiscountID String
Custom_Customers_DiscountSequenceID String

Desconto_DescontoBreakpoints

Discount_DiscountBreakpoints é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentDiscountCode [KEY] String
ParentSequence [KEY] String
PendingFreeItemQty Double
BreakAmount Double
DiscountDetailID Int
LastFreeItemQty Double
PendingDate Datetime
LastBreakQty Double
DiscountPercent Double
FreeItemQty Double
LastDiscountPercent Double
PendingDiscountPercent Double
PendingBreakQty Double
PendingDiscountAmount Double
DiscountAmount Double
EffectiveDate Datetime
LastBreakAmount Double
LastDiscountAmount Double
PendingBreakAmount Double
BreakQty Double
Custom_Details_IsActive Bool

Discount_ItemPriceClasses

Discount_ItemPriceClasses é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentDiscountCode [KEY] String
ParentSequence [KEY] String
PriceClassID String
Custom_InventoryPriceClasses_INPriceClass_Description String
Custom_InventoryPriceClasses_DiscountSequenceID String
Custom_InventoryPriceClasses_DiscountID String

Desconto_Itens

Discount_Items é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentDiscountCode [KEY] String
ParentSequence [KEY] String
Description String
InventoryID String
Custom_Items_DiscountID String
Custom_Items_DiscountSequenceID String

Desconto_Armazéns

Discount_Warehouses é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentDiscountCode [KEY] String
ParentSequence [KEY] String
Warehouse String
Custom_Sites_INSite_Descr String
Custom_Sites_DiscountID String
Custom_Sites_DiscountSequenceID String

Email_TimeActivity

Email_TimeActivity é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
EarningType String
Approver String
TrackTime Bool
Overtime String
BillableOvertime String
Project String
ProjectTask String
Released Bool
Status String
TimeSpent String
BillableTime String
Billable Bool
Custom_TimeActivity_NoteID String
Custom_TimeActivity_CostCodeID String

Funcionário_Contato

Employee_Contact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentEmployeeID [KEY] String
LanguageOrLocale String
DuplicateFound Bool
JobTitle String
MiddleName String
FirstName String
DoNotFax Bool
Status String
ParentAccount String
OwnerEmployeeName String
Phone3 String
Phone2 String
Phone1 String
Phone2Type String
MaritalStatus String
Email String
FaxType String
DoNotCall Bool
Active Bool
Owner String
DoNotMail Bool
Title String
Gender String
Phone1Type String
ContactID Int
WebSite String
ContactClass String
CompanyName String
AddressIsSameAsInAccount Bool
NoMassMail Bool
LastOutgoingActivity Datetime
DisplayName String
ContactMethod String
Workgroup String
AddressValidated Bool
LastIncomingActivity Datetime
SourceCampaign String
SpouseOrPartnerName String
Reason String
Synchronize Bool
ConvertedBy String
Image String
Type String
NoMarketing Bool
DateOfBirth Datetime
Duplicate String
DoNotEmail Bool
Phone3Type String
Source String
BusinessAccount String
LastName String
Fax String
QualificationDate Datetime
WorkgroupDescription String

Funcionário_FuncionárioCusto

Employee_EmployeeCost é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentEmployeeID [KEY] String
EffectiveDate Datetime
HourlyRate Double
AnnualSalaryAmount Double
RegularHoursPerWeek Double
TypeOfEmployment String

Employee_EmploymentHistory

Employee_EmploymentHistory é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentEmployeeID [KEY] String
StartDate Datetime
EndDate Datetime
PositionID String
RehireEligible Bool
Active Bool
LineNbr Int
TerminationReason String
StartReason String
Terminated Bool

Evento_Participantes

Event_Attendees é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentSummary [KEY] String
Key String
Name String
Type Int
EventNoteID String
Comment String
InvitationStatus String
NameAttendeeName String
Email String

Event_RelatedActivities

Event_RelatedActivities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentSummary [KEY] String
Type String
Summary String
StartDate Datetime
Overtime String
BillableOvertime String
Status String
TimeSpent String
BillableTime String
Billable Bool
Custom_ChildActivities_CostCodeID String
Custom_ChildActivities_NoteText String
Custom_ChildActivities_NoteID String

Event_Reminder

Event_Reminder é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentSummary [KEY] String
RemindAtDate Datetime
IsActive Bool
RemindAtTime Datetime

Event_TimeActivity

Event_TimeActivity é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentSummary [KEY] String
TimeSpent String
BillableOvertime String
Overtime String
BillableTime String

FinancialPeriod_Details

FinancialPeriod_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
Description String
StartDate Datetime
FinancialPeriodID String
EndDate Datetime
AdjustmentPeriod Bool
LengthInDays Int
Active Bool
ClosedInPR Bool
ClosedInFA Bool
ClosedInAR Bool
ClosedInCA Bool
ClosedInAP Bool
ClosedInGL Bool
PeriodNbr String
ClosedInIN Bool
Custom_Periods_StartDateUI String
Custom_Periods_NoteID String
Custom_Periods_NoteText String

InterBranchAccountMapping_TransactionsInDestinationBranch

InterBranchAccountMapping_TransactionsInDestinationBranch é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOriginatingBranch [KEY] String
OffsetAccount String
OffsetSubaccount String
AccountFrom String
LineNbr Int
BranchID Int
DestinationBranch String
AccountTo String

InterBranchAccountMapping_TransactionsInSourceBranch

InterBranchAccountMapping_TransactionsInSourceBranch é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOriginatingBranch [KEY] String
OffsetAccount String
OffsetSubaccount String
AccountFrom String
LineNbr Int
BranchID Int
DestinationBranch String
AccountTo String

InventoryAllocationInquiry_Results

InventoryAllocationInquiry_Results é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
Location String
Expired Bool
Module String
LotSerialNbr String
Qty Double
AllocationDate Datetime
DocType String
AllocationType String
Custom_ResultRecords_RefNbr String
Custom_ResultRecords_SubItemID String
Custom_ResultRecords_AcctName String
Custom_ResultRecords_GridLineNbr Int
Custom_ResultRecords_LocNotAvailable Bool
Custom_ResultRecords_BAccountID String
Custom_ResultRecords_SiteID String

InventoryReceipt_Details

InventoryReceipt_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentReferenceNbr [KEY] String
UnitCost Double
Description String
WarehouseID String
LineNumber Int
Subitem String
Location String
ExpirationDate Datetime
UOM String
InventoryID String
ExtCost Double
LotSerialNbr String
Qty Double
Custom_transactions_TaskID String
Custom_transactions_Availability String
Custom_transactions_POReceiptNbr String
Custom_transactions_ProjectID String
Custom_transactions_ReasonCode String
Custom_transactions_DocType String
Custom_transactions_NoteID String
Custom_transactions_RefNbr String
Custom_transactions_NoteText String
Custom_transactions_BranchID String

InventorySummaryInquiry_Results

InventorySummaryInquiry_Results é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
EstimatedUnitCost Double
WarehouseID String
LocationID String
QtyNotAvailable Double
EstimatedTotalCost Double
QtyAvailableForShipment Double
Subitem String
QtyOnHand Double
QtyAvailable Double
ExpirationDate Datetime
BaseUOM String
LotSerialNbr String
Custom_ISERecords_QtyPODropShipReceipts String
Custom_ISERecords_QtyInTransit String
Custom_ISERecords_QtyInTransitToSO String
Custom_ISERecords_QtySOPrepared String
Custom_ISERecords_QtyActual String
Custom_ISERecords_QtySOBackOrdered String
Custom_ISERecords_QtyPOFixedOrders String
Custom_ISERecords_QtyPOPrepared String
Custom_ISERecords_QtySOBooked String
Custom_ISERecords_QtyPODropShipPrepared String
Custom_ISERecords_QtySODropShip String
Custom_ISERecords_QtyPODropShipOrders String
Custom_ISERecords_QtyPOFixedPrepared String
Custom_ISERecords_QtyINIssues String
Custom_ISERecords_QtyInAssemblyDemand String
Custom_ISERecords_QtySOShipping String
Custom_ISERecords_QtySOShipped String
Custom_ISERecords_QtyINReceipts String
Custom_ISERecords_QtyExpired String
Custom_ISERecords_QtyInAssemblySupply String
Custom_ISERecords_QtySOFixed String
Custom_ISERecords_QtyPOFixedReceipts String
Custom_ISERecords_QtyPOOrders String
Custom_ISERecords_QtyPOReceipts String
Custom_ISERecords_InventoryID String

Invoice_ApplicationsCreditMemo

Invoice_ApplicationsCreditMemo é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
Description String
CustomerOrder String
Customer String
DocType String
AmountPaid Double
Status String
ReferenceNbr String
Balance Double
PostPeriod String
Custom_Adjustments_1_AdjgDocType String
Custom_Adjustments_1_ARInvoice_DocDate String
Custom_Adjustments_1_ARInvoice_CuryID String
Custom_Adjustments_1_NoteID String
Custom_Adjustments_1_AdjNbr Int
Custom_Adjustments_1_AdjgBranchID String
Custom_Adjustments_1_AdjgRefNbr String
Custom_Adjustments_1_NoteText String

Invoice_ApplicationsDefault

Invoice_ApplicationsDefault é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
Status String
CashDiscountTaken Double
ReferenceNbr String
Balance Double
AmountPaid Double
PaymentDate Datetime
DocType String
Custom_Adjustments_CustomerID String
Custom_Adjustments_PPDCrMemoRefNbr String
Custom_Adjustments_AdjNbr Int
Custom_Adjustments_ARPayment_DocDesc String
Custom_Adjustments_AdjdRefNbr String
Custom_Adjustments_AdjgBranchID String
Custom_Adjustments_ARPayment_CuryID String
Custom_Adjustments_ARPayment_ExtRefNbr String
Custom_Adjustments_AdjdDocType String
Custom_Adjustments_NoteID String
Custom_Adjustments_PendingPPD Bool
Custom_Adjustments_ARPayment_FinPeriodID String
Custom_Adjustments_NoteText String

Fatura_Detalhes

Invoice_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
Subitem String
Account String
LineNbr Int
ExtendedPrice Double
DiscountAmount Double
Amount Double
ProjectTask String
Subaccount String
TransactionDescription String
UOM String
Branch String
InventoryID String
UnitPrice Double
LastModifiedDateTime Datetime
Qty Double
Custom_Transactions_CaseID String
Custom_Transactions_DRTermStartDate String
Custom_Transactions_CuryUnitPriceDR String
Custom_Transactions_DRTermEndDate String
Custom_Transactions_TranType String
Custom_Transactions_Commissionable Bool
Custom_Transactions_ManualDisc Bool
Custom_Transactions_AccountID_Account_description String
Custom_Transactions_CostCodeID String
Custom_Transactions_RefNbr String
Custom_Transactions_Date String
Custom_Transactions_SalesPersonID String
Custom_Transactions_BaseQty String
Custom_Transactions_ManualPrice Bool
Custom_Transactions_DiscountSequenceID String
Custom_Transactions_DiscountID String
Custom_Transactions_TaxCategoryID String
Custom_Transactions_DiscPct String
Custom_Transactions_NoteText String
Custom_Transactions_NoteID String
Custom_Transactions_DefScheduleID String
Custom_Transactions_DiscPctDR String
Custom_Transactions_DeferredCode String

Invoice_TaxDetails

Invoice_TaxDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
TaxableAmount Double
TaxAmount Double
TaxRate Double
TaxID String
Custom_Taxes_RecordID Int
Custom_Taxes_Tax_ReverseTax Bool
Custom_Taxes_Tax_PendingTax Bool
Custom_Taxes_CuryDiscountedPrice String
Custom_Taxes_CuryDiscountedTaxableAmt String
Custom_Taxes_Tax_StatisticalTax Bool
Custom_Taxes_TranType String
Custom_Taxes_Module String
Custom_Taxes_RefNbr String
Custom_Taxes_Tax_ExemptTax Bool
Custom_Taxes_Tax_TaxType String

ItemClass_Attributes

ItemClass_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentClassID [KEY] String
SortOrder Int
AttributeID String
Required Bool
Custom_Mapping_IsActive Bool
Custom_Mapping_EntityClassID String
Custom_Mapping_Description String
Custom_Mapping_ControlType String
Custom_Mapping_EntityType String

JournalTransaction_Details

JournalTransaction_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentModule [KEY] String
ParentBatchNbr [KEY] String
Description String
VendorOrCustomer String
Account String
LineNbr Int
Project String
ProjectTask String
Subaccount String
TransactionDescription String
UOM String
NonBillable Bool
ReferenceNbr String
BranchID String
DebitAmount Double
CreditAmount Double
Qty Double
Custom_GLTranModuleBatNbr_NoteText String
Custom_GLTranModuleBatNbr_ReclassBatchNbr String
Custom_GLTranModuleBatNbr_OrigBatchNbr String
Custom_GLTranModuleBatNbr_InventoryID String
Custom_GLTranModuleBatNbr_CostCodeID String
Custom_GLTranModuleBatNbr_IncludedInReclassHistory Bool
Custom_GLTranModuleBatNbr_OrigModule String
Custom_GLTranModuleBatNbr_Module String
Custom_GLTranModuleBatNbr_TaxID String
Custom_GLTranModuleBatNbr_BatchNbr String
Custom_GLTranModuleBatNbr_TranDate String
Custom_GLTranModuleBatNbr_TaxCategoryID String
Custom_GLTranModuleBatNbr_OrigLineNbr Int
Custom_GLTranModuleBatNbr_LedgerID String
Custom_GLTranModuleBatNbr_NoteID String

JournalVoucher_Details

JournalVoucher_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBatchNbr [KEY] String
DocTotal Double
DebitSubaccount String
PaymentMethod String
CreditAccount String
VendorOrCustomer String
Released Bool
Split Bool
TaxAmount Double
CardAccountNbr Int
CashDiscount Double
ProjectTask String
Terms String
LineNbr Int
TaxZone String
ReferenceNbr String
EntryTypeID String
TaxCategory String
IncludedTaxAmount Double
TransactionDate Datetime
GroupTransactionID Int
TotalAmount Double
BatchNbr String
DueDate Datetime
ExternalRef String
CardAccountNbrCardAccountNbr String
TransactionDescription String
CashDiscountDate Datetime
TransactionCode String
Location String
DocCreated Bool
Project String
SubtotalAmount Double
BatchModule String
DebitAccount String
CreditSubaccount String
Custom_GLTranModuleBatNbr_NoteText String
Custom_GLTranModuleBatNbr_CostCodeID String
Custom_GLTranModuleBatNbr_NoteID String

JournalVoucher_GLTransactions

JournalVoucher_GLTransactions é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentBatchNbr [KEY] String
CurrencyID String
Account String
LineNbr Int
Module String
TransactionDate Datetime
Subaccount String
BatchNbr String
TransactionDescription String
ReferenceNbr String
DebitAmount Double
CreditAmount Double
Qty Double
Custom_GLTransactions_NoteID String
Custom_GLTransactions_NoteText String

KitAssembly_Allocations

KitAssembly_Allocations é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
SplitLineNbr Int
LotSerialNbr String
UOM String
LineNbr Int
Qty Double
ExpirationDate Datetime
Subitem String
LocationID String
Custom_MasterSplits_LineNbr Int
Custom_MasterSplits_DocType String
Custom_MasterSplits_RefNbr String

KitAssembly_NonStockComponents

KitAssembly_NonStockComponents é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ComponentQty Double
UOM String
ReasonCode String
LineNbr Int
Qty Double
NonStockInventoryID String
UnitCost Double
Custom_Overhead_RefNbr String
Custom_Overhead_INKitSpecNonStkDet_MinCompQty String
Custom_Overhead_INKitSpecNonStkDet_MaxCompQty String
Custom_Overhead_INKitSpecNonStkDet_UOM String
Custom_Overhead_INKitSpecNonStkDet_AllowQtyVariation Bool
Custom_Overhead_DocType String

KitAssembly_StockComponents

KitAssembly_StockComponents é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
UnitCost Double
LocationID String
Subitem String
ComponentQty Double
LineNbr Int
ReasonCode String
StockInventoryID String
UOM String
Qty Double
Custom_Components_NoteText String
Custom_Components_INKitSpecStkDet_AllowSubstitution Bool
Custom_Components_RefNbr String
Custom_Components_NoteID String
Custom_Components_INKitSpecStkDet_MaxCompQty String
Custom_Components_INKitSpecStkDet_MinCompQty String
Custom_Components_INKitSpecStkDet_DisassemblyCoeff String
Custom_Components_DocType String
Custom_Components_INKitSpecStkDet_UOM String
Custom_Components_INKitSpecStkDet_AllowQtyVariation Bool
Custom_Components_Availability String

KitSpecification_NonStockComponents

KitSpecification_NonStockComponents é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentKitInventoryID [KEY] String
ParentRevisionID [KEY] String
AllowComponentQtyVariance Bool
ComponentQty Double
MaxComponentQty Double
UOM String
NonStockInventoryID String
MinComponentQty Double
Custom_NonStockDet_KitInventoryID String
Custom_NonStockDet_RevisionID String
Custom_NonStockDet_LineNbr Int

KitSpecification_StockComponents

KitSpecification_StockComponents é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentKitInventoryID [KEY] String
ParentRevisionID [KEY] String
AllowComponentQtyVariance Bool
ComponentQty Double
MaxComponentQty Double
UOM String
StockInventoryID String
MinComponentQty Double
Subitem String
Custom_StockDet_DisassemblyCoeff String
Custom_StockDet_KitInventoryID String
Custom_StockDet_RevisionID String
Custom_StockDet_LineNbr Int
Custom_StockDet_AllowSubstitution Bool

Lead_Activities

Lead_Activities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLeadID [KEY] String
ClassIcon String
IsCompleteIcon String
PriorityIcon String
Owner String
Released Bool
Summary String
Type String
CreatorID String
CreatedAt Datetime
Status String
WorkgroupID String
Project String
RefNoteID String
ProjectTask String
StartDate Datetime
TimeSpent String
CreatorUsername String
ReminderIcon String
Custom_Activities_NoteID String
Custom_Activities_NoteText String

Lead_Address

Lead_Address é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLeadID [KEY] String
State String
AddressLine2 String
PostalCode String
AddressLine1 String
City String
Country String
Custom_AddressCurrent_NoteID String

Lead_Attributes

Lead_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLeadID [KEY] String
Value String
Attribute String
RefNoteID String
Required Bool

Lead_Campanhas

Lead_Campaigns é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLeadID [KEY] String
CampaignName String
CampaignID String
ContactID Int
Stage String

Lead_Duplicates

Lead_Duplicates é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLeadID [KEY] String
Type String
LastModifiedDate Datetime
AccountName String
DisplayName String
EntityType String
Email String
BusinessAccountType String
BusinessAccount String
Duplicate String
DuplicateContactID Int
ContactID Int
Custom_Duplicates_Selected Bool

Lead_MarketingLists

Lead_MarketingLists é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLeadID [KEY] String
DynamicList Bool
ListName String
Subscribed Bool
Format String
ContactID Int
MarketingListID Int

Lead_Relations

Lead_Relations é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentLeadID [KEY] String
Type String
DocumentTargetNoteIDDescription String
ContactDisplayName String
Account String
Email String
Document String
Name String
RelationID Int
Role String
ContactID Int
AddToCc Bool
Primary Bool

LotSerialClass_Segments

LotSerialClass_Segments é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentClassID [KEY] String
Type String
Value String
SegmentNbr Int
Custom_lotsersegments_LotSerClassID String

NonStockItem_Attributes

NonStockItem_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
Value String
Attribute String
Required Bool
Custom_Answers_RefNoteID String

NonStockItem_CrossReferences

NonStockItem_CrossReferences é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
AlternateID String
VendorOrCustomer String
Description String
AlternateType String
Subitem String
Custom_itemxrefrecords_InventoryID String
Custom_itemxrefrecords_SubItemID String
Custom_itemxrefrecords_UOM String

NonStockItem_SalesCategories

NonStockItem_SalesCategories é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
CategoryID Int
Custom_Category_InventoryID String

NonStockItem_VendorDetails

NonStockItem_VendorDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
VendorID String
VendorName String
Custom_VendorItems_CuryID String
Custom_VendorItems_VendorInventoryID String
Custom_VendorItems_VendorLocationID String
Custom_VendorItems_PurchaseUnit String
Custom_VendorItems_IsDefault Bool
Custom_VendorItems_LastPrice String
Custom_VendorItems_Active Bool
Custom_VendorItems_RecordID Int

Oportunidade_Atividades

Opportunity_Activities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOpportunityID [KEY] String
ClassIcon String
IsCompleteIcon String
PriorityIcon String
Owner String
Released Bool
Summary String
Type String
CreatorID String
CreatedAt Datetime
Status String
WorkgroupID String
Project String
RefNoteID String
ProjectTask String
StartDate Datetime
TimeSpent String
CreatorUsername String
ReminderIcon String
Custom_Activities_NoteID String
Custom_Activities_NoteText String

Opportunity_Address

Opportunity_Address é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOpportunityID [KEY] String
State String
AddressLine2 String
PostalCode String
AddressLine1 String
City String
Country String

Oportunidade_Atributos

Opportunity_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOpportunityID [KEY] String
Value String
Attribute String
RefNoteID String
Required Bool

Opportunity_ContactInformation

Opportunity_ContactInformation é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOpportunityID [KEY] String
WebSite String
Phone3 String
Position String
Phone2 String
Fax String
Phone1 String
Phone3Type String
FaxType String
CompanyName String
Phone2Type String
Email String
Phone1Type String
Title String
LastName String
FirstName String

Oportunidades_Descontos

Opportunity_Discounts é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOpportunityID [KEY] String
Type String
SequenceID String
DiscountableQty Double
LineNbr Int
ManualDiscount Bool
DiscountAmount Double
DiscountCode String
DiscountPercent Double
SkipDiscount Bool
FreeItem String
FreeItemQty Double
DiscountableAmount Double
Custom_DiscountDetails_OpportunityID String

Oportunidade_Produtos

Opportunity_Products é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOpportunityID [KEY] String
ExternalPrice Double
TaxCategory String
Discount Double
Warehouse String
UnitPrice Double
UOM String
FreeItem Bool
ManualDiscount Bool
Subitem String
DiscountCode String
DiscountAmount Double
OpportunityProductID Int
DiscountSequence String
Qty Double
ProjectTask String
Amount Double
TransactionDescription String
InventoryID String
Custom_Products_CROpportunityID String
Custom_Products_NoteID String
Custom_Products_NoteText String

Oportunidade_Relações

Opportunity_Relations é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOpportunityID [KEY] String
Type String
DocumentTargetNoteIDDescription String
ContactDisplayName String
Account String
Email String
Document String
Name String
RelationID Int
Role String
ContactID Int
AddToCc Bool
Primary Bool

Opportunity_TaxDetails

Opportunity_TaxDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOpportunityID [KEY] String
TaxType String
ReverseVAT Bool
TaxID String
PendingVAT Bool
LineNbr Int
TaxAmount Double
TaxableAmount Double
StatisticalVAT Bool
IncludeInVATExemptTotal Bool
TaxRate Double
Custom_Taxes_OpportunityID String

PaymentMethod_AllowedCashAccounts

PaymentMethod_AllowedCashAccounts é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentPaymentMethodID [KEY] String
Description String
APDefault Bool
UseInAR Bool
ARLastRefNbr String
PaymentMethod String
UseInAP Bool
BatchLastRefNbr String
CashAccount String
ARDefaultForRefund Bool
ARSuggestNextNbr Bool
APLastRefNbr String
APSuggestNextNbr Bool
Branch String
ARDefault Bool
Custom_CashAccounts_NoteText String

PaymentMethod_ProcessingCenters

PaymentMethod_ProcessingCenters é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentPaymentMethodID [KEY] String
Default Bool
PaymentMethod String
Active Bool
ProcCenterID String

Payment_ApplicationHistory

Payment_ApplicationHistory é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
Date Datetime
AdjustingRefNbr String
VATCreditMemo String
CashDiscountBalance Double
Customer String
DisplayDocType String
DueDate Datetime
AdjustingDocType String
DisplayRefNbr String
CurrencyID String
Balance Double
AdjustedDocType String
BatchNbr String
CashDiscountTaken Double
ApplicationPeriod String
AmountPaid Double
CustomerOrder String
AdjustmentNbr Int
PostPeriod String
AdjustsVAT Bool
AdjustedRefNbr String
CashDiscountDate Datetime
BalanceWriteOff Double
Description String
Custom_Adjustments_History_NoteID String
Custom_Adjustments_History_NoteText String
Custom_Adjustments_History_TaxInvoiceNbr String
Custom_Adjustments_History_AdjdBranchID String

Payment_CreditCardProcessingInfo

Payment_CreditCardProcessingInfo é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
TransactionStatus String
TransactionAmount Double
Custom_ccProcTran_ErrorSource String
Custom_ccProcTran_PCResponseReasonText String
Custom_ccProcTran_RefTranNbr Int
Custom_ccProcTran_CVVVerificationStatus String
Custom_ccProcTran_TranNbr Int
Custom_ccProcTran_AuthNumber String
Custom_ccProcTran_ErrorText String
Custom_ccProcTran_PCTranNumber String
Custom_ccProcTran_StartTime String
Custom_ccProcTran_ProcStatus String
Custom_ccProcTran_TranType String
Custom_ccProcTran_ProcessingCenterID String

Payment_DocumentsToApply

Payment_DocumentsToApply é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
BalanceWriteOff Double
ReferenceNbr String
AmountPaid Double
Description String
DocType String
CustomerOrder String
WriteOffReasonCode String
Custom_Adjustments_AdjNbr Int
Custom_Adjustments_AdjgDocType String
Custom_Adjustments_AdjdCuryID String
Custom_Adjustments_AdjdFinPeriodID String
Custom_Adjustments_AdjdCuryRate String
Custom_Adjustments_AdjdCustomerID String
Custom_Adjustments_ARRegisterAlias_DocDesc String
Custom_Adjustments_ARRegisterAlias_DueDate String
Custom_Adjustments_CuryDiscBal String
Custom_Adjustments_AdjdDocDate String
Custom_Adjustments_AdjgRefNbr String
Custom_Adjustments_CuryAdjgPPDAmt String
Custom_Adjustments_NoteID String
Custom_Adjustments_ARInvoice_DiscDate String
Custom_Adjustments_CuryDocBal String
Custom_Adjustments_NoteText String
Custom_Adjustments_AdjdBranchID String

Payment_OrdersToApply

Payment_OrdersToApply é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
OrderType String
AppliedToOrder Double
OrderNbr String
Custom_SOAdjustments_SOOrder_DueDate String
Custom_SOAdjustments_SOOrder_InvoiceDate String
Custom_SOAdjustments_AdjgRefNbr String
Custom_SOAdjustments_AdjgDocType String
Custom_SOAdjustments_SOOrder_InvoiceNbr String
Custom_SOAdjustments_CuryDocBal String
Custom_SOAdjustments_SOOrder_CuryID String
Custom_SOAdjustments_CuryAdjgBilledAmt String
Custom_SOAdjustments_SOOrder_DiscDate String
Custom_SOAdjustments_NoteID String
Custom_SOAdjustments_SOOrder_CuryOrderTotal String
Custom_SOAdjustments_SOOrder_OrderDesc String
Custom_SOAdjustments_NoteText String
Custom_SOAdjustments_AdjdOrderDate String
Custom_SOAdjustments_SOOrder_Status String

PhysicalInventoryReview_Details

PhysicalInventoryReview_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentReferenceNbr [KEY] String
UnitCost Double
Description String
LocationID String
PhysicalQty Double
BookQty Double
Subitem String
VarianceQty Double
LineNbr Int
ReasonCode String
TagNbr Int
ExtendedVarianceCost Double
ExpirationDate Datetime
Status String
InventoryID String
LotSerialNbr String
Custom_PIDetail_NoteText String
Custom_PIDetail_BaseUnit String
Custom_PIDetail_NoteID String
Custom_PIDetail_PIID String

ProjectTransaction_Details

ProjectTransaction_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentModule [KEY] String
ParentReferenceNbr [KEY] String
DebitAccount String
Location String
AccountGroup String
DebitSubaccount String
Date Datetime
EarningType String
UOM String
AccountGroupDescription String
Allocated Bool
Released Bool
EndDate Datetime
CreditAccount String
VendorOrCustomer String
Employee String
UnitRate Double
Branch String
BatchNbr String
Project String
Qty Double
FinPeriod String
ProjectTask String
Amount Double
Multiplier Double
StartDate Datetime
Billable Bool
TransactionID Long
Description String
UseBillableQtyInAmountFormula Bool
CreditSubaccount String
BillableQty Double
InventoryID String

Detalhes do Pedido de Compra_detalhes

PurchaseOrder_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentOrderNbr [KEY] String
TaxCategory String
ReceivedAmount Double
Cancelled Bool
ExtendedCost Double
UOM String
MaxReceiptPercent Double
OrigPOType String
Requested Datetime
AlternateID String
OrderQty Double
Subaccount String
UnitCost Double
Subitem String
LineDescription String
BranchID String
LineNbr Int
QtyOnReceipts Double
OrderType String
Account String
OrderNbr String
MinReceiptPercent Double
CompleteOn Double
WarehouseID String
LineType String
Description String
ReceiptAction String
Completed Bool
OrigPONbr String
Promised Datetime
InventoryID String
Custom_Transactions_CompletePOLine String
Custom_Transactions_CuryDiscCost String
Custom_Transactions_ManualDisc Bool
Custom_Transactions_CostCodeID String
Custom_Transactions_SortOrder Int
Custom_Transactions_CuryExtCost String
Custom_Transactions_ManualPrice Bool
Custom_Transactions_DiscountSequenceID String
Custom_Transactions_DiscountID String
Custom_Transactions_TaskID String
Custom_Transactions_ProjectID String
Custom_Transactions_DiscPct String
Custom_Transactions_NoteText String
Custom_Transactions_NoteID String
Custom_Transactions_CuryDiscAmt String
Custom_Transactions_BaseOrderQty String
Custom_Transactions_LotSerialNbr String

PurchaseOrder_ShippingInstructions

PurchaseOrder_ShippingInstructions é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentOrderNbr [KEY] String
ShipToContactOverride Bool
Warehouse String
ShippingLocation String
ShipTo String
ShippingDestinationType String
ShipToAddressOverride Bool
ShipToAddressValidated Bool
Custom_CurrentDocument_NoteID String
Custom_CurrentDocument_DontEmail Bool
Custom_CurrentDocument_RQReqNbr String
Custom_CurrentDocument_PayToVendorID String
Custom_CurrentDocument_ShipVia String
Custom_CurrentDocument_CuryOpenOrderTotal String
Custom_CurrentDocument_DontPrint Bool
Custom_CurrentDocument_FOBPoint String
Custom_CurrentDocument_TermsID String
Custom_CurrentDocument_OpenOrderQty String
Custom_CurrentDocument_TaxZoneID String
Custom_CurrentDocument_Emailed Bool
Custom_CurrentDocument_SOOrderType String
Custom_CurrentDocument_OwnerWorkgroupID String
Custom_CurrentDocument_PrepaymentRefNbr String
Custom_CurrentDocument_BranchID String
Custom_CurrentDocument_SOOrderNbr String
Custom_CurrentDocument_Printed Bool

PurchaseReceipt_Details

PurchaseReceipt_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReceiptNbr [KEY] String
Location String
ExtendedCost Double
Warehouse String
UOM String
Subaccount String
UnitCost Double
POLineNbr Int
Subitem String
LineNbr Int
OrderedQty Double
POOrderType String
Branch String
OpenQty Double
Account String
Project String
AccrualAccount String
ProjectTask String
LotSerialNbr String
ExpirationDate Datetime
LineType String
POOrderNbr String
AccrualSubaccount String
ReceiptQty Double
InventoryID String
TransactionDescription String
Custom_transactions_CuryDiscCost String
Custom_transactions_ReasonCode String
Custom_transactions_BaseReceiptQty String
Custom_transactions_ManualDisc Bool
Custom_transactions_SOOrderType String
Custom_transactions_DiscPct String
Custom_transactions_SOOrderLineNbr Int
Custom_transactions_ReceiptNbr String
Custom_transactions_NoteText String
Custom_transactions_ManualPrice Bool
Custom_transactions_Availability String
Custom_transactions_DiscountSequenceID String
Custom_transactions_SOOrderNbr String
Custom_transactions_NoteID String
Custom_transactions_ExpenseAcctID_Account_description String
Custom_transactions_CuryDiscAmt String
Custom_transactions_SOShipmentNbr String
Custom_transactions_AllowComplete Bool
Custom_transactions_DiscountID String
Custom_transactions_TaxCategoryID String
Custom_transactions_SortOrder Int
Custom_transactions_AllowOpen Bool
Custom_transactions_CuryExtCost String

ReportingSettings_ReportingGroups

ReportingSettings_ReportingGroups é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentTaxAgency [KEY] String
Name String
GroupType String
LastModifiedDateTime Datetime
Custom_Bucket_BucketID Int
Custom_Bucket_VendorID Int

SalesInvoice_BillingSettings

SalesInvoice_BillingSettings é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
BillToAddressOverride Bool
BillToContactOverride Bool

SalesInvoice_Details

SalesInvoice_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
Description String
LineNbr Int
ShipmentNbr String
Amount Double
UOM String
OrderNbr String
BranchID String
InventoryID String
UnitPrice Double
OrderType String
Qty Double
Custom_Transactions_AccountID String
Custom_Transactions_DRTermStartDate String
Custom_Transactions_ManualDisc Bool
Custom_Transactions_CostCodeID String
Custom_Transactions_SubID String
Custom_Transactions_LineType String
Custom_Transactions_SubItemID String
Custom_Transactions_ManualPrice Bool
Custom_Transactions_DiscountSequenceID String
Custom_Transactions_TaskID String
Custom_Transactions_TaxCategoryID String
Custom_Transactions_DiscPct String
Custom_Transactions_NoteText String
Custom_Transactions_NoteID String
Custom_Transactions_DefScheduleID String
Custom_Transactions_SOOrderLineNbr Int
Custom_Transactions_DRTermEndDate String
Custom_Transactions_TranType String
Custom_Transactions_Commissionable Bool
Custom_Transactions_SortOrder Int
Custom_Transactions_RefNbr String
Custom_Transactions_SalesPersonID String
Custom_Transactions_BaseQty String
Custom_Transactions_DiscountID String
Custom_Transactions_TranDesc String
Custom_Transactions_CuryDiscAmt String
Custom_Transactions_DeferredCode String

SalesInvoice_FreightDetails

SalesInvoice_FreightDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentType [KEY] String
ParentReferenceNbr [KEY] String
Description String
LineTotal Double
ShipmentNbr String
PremiumFreightAmount Double
TotalFreightAmount Double
ShipmentType String
FreightCost Double
Weight Double
Volume Double
FreightAmount Double
Custom_FreightDetails_ShipTermsID String
Custom_FreightDetails_DocType String
Custom_FreightDetails_RefNbr String
Custom_FreightDetails_AccountID String
Custom_FreightDetails_TaskID String
Custom_FreightDetails_TaxCategoryID String
Custom_FreightDetails_ShipVia String
Custom_FreightDetails_SubID String
Custom_FreightDetails_NoteID String
Custom_FreightDetails_ShipZoneID String
Custom_FreightDetails_NoteText String

SalesOrder_BillToAddress

SalesOrder_BillToAddress é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
State String
AddressLine2 String
PostalCode String
AddressLine1 String
City String
Country String

SalesOrder_BillToContact

SalesOrder_BillToContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
Attention String
Phone1 String
BusinessName String
Email String

SalesOrder_Commissions

SalesOrder_Commissions é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
DefaultSalesperson String

SalesOrder_Details

SalesOrder_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
OpenQty Double
AlternateID String
DiscountedUnitPrice Double
Operation String
ShippingRule String
Account String
ReasonCode String
WarehouseID String
UndershipThreshold Double
MarkForPO Bool
LineType String
SalespersonID String
UnitCost Double
QtyOnShipments Double
Subitem String
UnitPrice Double
POSource String
ProjectTask String
ManualDiscount Bool
Commissionable Bool
AverageCost Double
LineNbr Int
DiscountCode String
Branch String
UOM String
ShipOn Datetime
ExtendedPrice Double
TaxCategory String
FreeItem Bool
OrderQty Double
OvershipThreshold Double
LastModifiedDate String
Completed Bool
DiscountPercent Double
DiscountAmount Double
Location String
AutoCreateIssue Bool
RequestedOn Datetime
LineDescription String
InventoryID String
UnbilledAmount Double
Custom_Transactions_Availability String
Custom_Transactions_DRTermStartDate String
Custom_Transactions_DRTermEndDate String
Custom_Transactions_CuryUnitPriceDR String
Custom_Transactions_SalesSubID String
Custom_Transactions_IsStockItem Bool
Custom_Transactions_OrderType String
Custom_Transactions_CostCodeID String
Custom_Transactions_SortOrder Int
Custom_Transactions_OrderNbr String
Custom_Transactions_InvoiceNbr String
Custom_Transactions_ManualPrice Bool
Custom_Transactions_DiscountSequenceID String
Custom_Transactions_NoteText String
Custom_Transactions_NoteID String
Custom_Transactions_ExpireDate String
Custom_Transactions_DiscPctDR String
Custom_Transactions_BaseOrderQty String
Custom_Transactions_LotSerialNbr String

SalesOrder_DiscountDetails

SalesOrder_DiscountDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
Type String
SequenceID String
DiscountableQty Double
ManualDiscount Bool
DiscountAmount Double
DiscountCode String
DiscountPercent Double
SkipDiscount Bool
FreeItem String
FreeItemQty Double
DiscountableAmount Double
Custom_DiscountDetails_OrderNbr String
Custom_DiscountDetails_OrderType String
Custom_DiscountDetails_LineNbr Int

SalesOrder_FinancialSettings

SalesOrder_FinancialSettings é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
OriginalOrderType String
BillSeparately Bool
OverrideTaxZone Bool
Terms String
EntityUsageType String
InvoiceDate Datetime
DueDate Datetime
InvoiceNbr String
CustomerTaxZone String
Branch String
CashDiscountDate Datetime
OriginalOrderNbr String
Owner String
PostPeriod String

SalesOrder_Payments

SalesOrder_Payments é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
CurrencyID String
DocType String
PaymentMethod String
CashAccount String
PaymentRef String
Status String
OrderNbr String
ReferenceNbr String
PaymentAmount Double
TransferredtoInvoice Double
AppliedToOrder Double
Balance Double
OrderType String
Custom_Adjustments_NoteID String
Custom_Adjustments_NoteText String

SalesOrder_Shipments

SalesOrder_Shipments é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
ShipmentDate Datetime
ShipmentNbr String
ShippedQty Double
InventoryRefNbr String
Status String
InventoryDocType String
InvoiceNbr String
ShipmentType String
ShippedWeight Double
ShippedVolume Double
InvoiceType String
Custom_ShipmentList_NoteText String
Custom_ShipmentList_Operation String
Custom_ShipmentList_OrderType String
Custom_ShipmentList_NoteID String
Custom_ShipmentList_OrderNbr String

SalesOrder_ShippingSettings

SalesOrder_ShippingSettings é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
UseCustomersAccount Bool
ScheduledShipmentDate Datetime
ResidentialDelivery Bool
FOBPoint String
ShipSeparately Bool
Canceled Bool
GroundCollect Bool
ShippingTerms String
ShippingZone String
SaturdayDelivery Bool
ShippingRule String
ShipVia String
PreferredWarehouseID String
Priority Int
CancelByDate Datetime
Insurance Bool

SalesOrder_ShipToAddress

SalesOrder_ShipToAddress é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
State String
AddressLine2 String
PostalCode String
AddressLine1 String
City String
Country String

SalesOrder_ShipToContact

SalesOrder_ShipToContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
Attention String
Phone1 String
BusinessName String
Email String

SalesOrder_TaxDetails

SalesOrder_TaxDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
TaxType String
ReverseVAT Bool
TaxID String
PendingVAT Bool
LineNbr Int
RecordID Int
TaxAmount Double
OrderNbr String
TaxableAmount Double
StatisticalVAT Bool
IncludeInVATExemptTotal Bool
TaxRate Double
OrderType String

SalesOrder_Totals

SalesOrder_Totals é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentOrderType [KEY] String
ParentOrderNbr [KEY] String
UnbilledAmount Double
FreightTaxCategory String
FreightCostIsuptodate Bool
PremiumFreight Double
MiscTotalAmount Double
UnbilledQty Double
PackageWeight Double
LineTotalAmount Double
DiscountTotal Double
FreightCost Double
OrderVolume Double
OrderWeight Double
TaxTotal Double
UnpaidBalance Double
Freight Double

SalesPricesInquiry_SalesPriceDetails

SalesPricesInquiry_SalesPriceDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
Description String
PriceCode String
CurrencyID String
Promotion Bool
Tax String
Price Double
RecordID Int
EffectiveDate Datetime
PriceType String
ExpirationDate Datetime
UOM String
BreakQty Double
InventoryID String
CreatedDateTime Datetime
LastModifiedDateTime Datetime
Custom_Records_SiteID String
Custom_Records_AlternateID String

SalesPriceWorksheet_SalesPrices

SalesPriceWorksheet_SalesPrices é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentReferenceNbr [KEY] String
Description String
PriceCode String
CurrencyID String
LineID Int
Tax String
PriceType String
UOM String
PendingPrice Double
ReferenceNbr String
BreakQty Double
InventoryID String
SourcePrice Double
Custom_Details_AlternateID String
Custom_Details_SiteID String

Shipment_Details

Shipment_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentShipmentNbr [KEY] String
UOM String
FreeItem Bool
ShippedQty Double
Subitem String
OrderLineNbr Int
LineNbr Int
OrderedQty Double
LocationID String
OpenQty Double
OrderType String
OrderNbr String
LotSerialNbr String
ExpirationDate Datetime
WarehouseID String
ReasonCode String
OriginalQty Double
Description String
InventoryID String
Custom_Transactions_CompleteQtyMin String
Custom_Transactions_ShipmentNbr String
Custom_Transactions_BaseShippedQty String
Custom_Transactions_Availability String
Custom_Transactions_NoteText String
Custom_Transactions_UnassignedQty String
Custom_Transactions_NoteID String
Custom_Transactions_ShipmentType String
Custom_Transactions_ShipComplete String

Expedição_Pedidos

Shipment_Orders é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentShipmentNbr [KEY] String
ShipmentNbr String
ShippedQty Double
InventoryRefNbr String
InventoryDocType String
InvoiceNbr String
ShippedWeight Double
OrderNbr String
ShippedVolume Double
ShipmentType String
InvoiceType String
OrderType String
Custom_OrderList_NoteText String
Custom_OrderList_NoteID String

Remessa_Pacotes

Shipment_Packages é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentShipmentNbr [KEY] String
Description String
CustomRefNbr1 String
Type String
BoxID String
CODAmount Double
Confirmed Bool
DeclaredValue Double
UOM String
TrackingNbr String
Weight Double
CustomRefNbr2 String
Custom_Packages_NoteID String
Custom_Packages_ShipmentNbr String
Custom_Packages_LineNbr Int
Custom_Packages_NoteText String

Shipment_ShippingSettings

Shipment_ShippingSettings é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentShipmentNbr [KEY] String
ShipToAddressOverride Bool
ShipToContactOverride Bool
Validated Bool

Prazo de Envio_detalhes

ShippingTerm_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentTermID [KEY] String
InvoiceAmount Double
LineHandling Double
ShippingandHandling Double
BreakAmount Double
LineNbr Int
FreightCost Double
Custom_ShipTermsDetail_ShipTermsID String

ShipVia_FreightRates

ShipVia_FreightRates é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCarrierID [KEY] String
Rate Double
Volume Double
LineNbr Int
Weight Double
ZoneID String
Custom_FreightRates_CarrierID String

ShipVia_Packages

ShipVia_Packages é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentCarrierID [KEY] String
Description String
BoxID String
Height Int
WeightUOM String
BoxWeight Double
Length Int
VolumeUOM String
CarriersPackage String
MaxVolume Double
MaxWeight Double
ActiveByDefault Bool
Width Int
Custom_CarrierPackages_CarrierID String

StockItem_Attributes

StockItem_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
Value String
AttributeID String
Required Bool
Custom_Answers_RefNoteID String

StockItem_Boxes

StockItem_Boxes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
BoxID String
MaxVolume Double
MaxWeight Double
UOM String
Qty Double
Description String
MaxQty Double
Custom_Boxes_NoteID String
Custom_Boxes_InventoryID Int

StockItem_Categories

StockItem_Categories é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
CategoryID Int
Custom_Category_InventoryID String

StockItem_CrossReferences

StockItem_CrossReferences é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
AlternateID String
VendorOrCustomer String
Description String
AlternateType String
Subitem String
Custom_itemxrefrecords_InventoryID String
Custom_itemxrefrecords_UOM String

StockItem_ReplenishmentParameters

StockItem_ReplenishmentParameters é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
DemandForecastModel String
TransferERQ Double
MaxShelfLifeInDays Int
ReplenishmentWarehouse String
ReplenishmentClass String
Method String
Source String
ReorderPoint Double
TerminationDate Datetime
Seasonality String
ServiceLevel Double
PeriodsToAnalyze Int
SafetyStock Double
ForecastPeriodType String
LaunchDate Datetime
MaxQty Double
Custom_replenishment_InventoryID String

StockItem_SubItems

StockItem_SubItems é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
SegmentID Int
Value String
Active Bool
Description String

StockItem_UOMConversions

StockItem_UOMConversions é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
FromUOM String
ConversionFactor Double
MultiplyOrDivide String
ToUOM String
Custom_itemunits_ItemClassID Int
Custom_itemunits_UnitType String
Custom_itemunits_PriceAdjustmentMultiplier String
Custom_itemunits_SampleToUnit String
Custom_itemunits_InventoryID Int

StockItem_VendorDetails

StockItem_VendorDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
Location String
LastVendorPrice Double
Warehouse String
LeadTimeDays Int
MaxOrderQty Double
MinOrderQty Double
EOQ Double
Default Bool
Subitem String
Override Bool
MinOrderFrequencyInDays Int
AddLeadTimeDays Int
CurrencyID String
VendorID String
LotSize Double
RecordID Int
Active Bool
PurchaseUnit String
VendorName String
Custom_VendorItems_VendorInventoryID String

StockItem_WarehouseDetails

StockItem_WarehouseDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
DefaultReceiptLocationID String
OverrideReplenishmentSettings Bool
DailyDemandForecastErrorSTDEV Double
DefaultIssueLocationID String
ProductManager String
ReplenishmentSource String
ProductWorkgroup String
Override Bool
InventorySubaccount String
DailyDemandForecast Double
PreferredVendor String
Status String
InventoryAccount String
QtyOnHand Double
ReplenishmentWarehouse String
LastForecastDate Datetime
OverridePreferredVendor Bool
OverrideStdCost Bool
Seasonality String
WarehouseID String
IsDefault Bool
ServiceLevel Double
PriceOverride Bool
Custom_itemsiterecords_SiteID_INSite_SiteCD String
Custom_itemsiterecords_NoteText String
Custom_itemsiterecords_NoteID String
Custom_itemsiterecords_InventoryID String

Task_RelatedActivities

Task_RelatedActivities é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
BillableTime String
IsCompleteIcon String
BillableOvertime String
PriorityIcon String
Owner String
Released Bool
Workgroup String
Summary String
Type String
CreatedAt Datetime
Status String
Category String
RefNoteID String
CreatedBy String
StartDate Datetime
Billable Bool
Overtime String
TimeSpent String
Custom_ChildActivities_CostCodeID String
Custom_ChildActivities_NoteText String
Custom_ChildActivities_NoteID String

Task_RelatedTasks

Task_RelatedTasks é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
Status String
Subject String
CompletedAt Datetime
DueDate Datetime
RecordID Int
StartDate Datetime
Custom_ReferencedTasks_NoteID String

Task_Reminder

Task_Reminder é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
RemindAtDate Datetime
IsActive Bool
RemindAtTime Datetime

Task_TimeActivity

Task_TimeActivity é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ProjectTask String
TimeSpent String
BillableOvertime String
Overtime String
BillableTime String
Project String
Custom_TimeActivity_CostCodeID String

TaxCategory_Details

TaxCategory_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentTaxCategoryID [KEY] String
CashDiscount String
CalculateOn String
TaxCategory String
TaxType String
Description String
TaxID String

TaxZone_ApplicableTaxes

TaxZone_ApplicableTaxes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentTaxZoneID [KEY] String
TaxID String
Custom_Details_Tax_TaxType String
Custom_Details_Tax_TaxApplyTermsDisc String
Custom_Details_Tax_TaxCalcRule String
Custom_Details_TaxZoneID String
Custom_Details_Tax_Descr String

Tax_TaxSchedule

Tax_TaxSchedule é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentTaxID [KEY] String
MinTaxableAmount Double
MaxTaxableAmount Double
DeductibleTaxRate Double
RevisionID Int
TaxRate Double
ReportingGroup String
TaxID String
StartDate Datetime
Custom_TaxRevisions_TaxType String

Tax_Zones

Tax_Zones é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentTaxID [KEY] String
TaxZoneID String
DefaultTaxCategory String
Description String
TaxID String

TransferOrder_Details

TransferOrder_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentReferenceNbr [KEY] String
Description String
Subitem String
LineNbr Int
ToLocationID String
ReasonCode String
ExpirationDate Datetime
UOM String
InventoryID String
FromLocationID String
LotSerialNbr String
Qty Double
Custom_transactions_Availability String
Custom_transactions_ReceiptedQty String
Custom_transactions_DocType String
Custom_transactions_INTransitQty String
Custom_transactions_NoteID String
Custom_transactions_RefNbr String
Custom_transactions_NoteText String

TrialBalance_Details

TrialBalance_Details é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentImportNbr [KEY] String
Description String
Type String
Selected Bool
MappedSubaccount String
ImportedAccount String
Line Int
MappedAccount String
ImportedSubaccount String
YTDBalance Double
Status String
MapNbr String
CurrencyYTDBalance Double

VendorClass_Attributes

VendorClass_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentClassID [KEY] String
DefaultValue String
Active Bool
SortOrder Int
Description String
AttributeID String
Required Bool
Custom_Mapping_EntityClassID String
Custom_Mapping_CSAttribute_IsInternal Bool
Custom_Mapping_ControlType String
Custom_Mapping_EntityType String

VendorPricesInquiry_VendorPriceDetails

VendorPricesInquiry_VendorPriceDetails é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentInventoryID [KEY] String
Description String
CurrencyID String
Vendor String
VendorName String
Price Double
RecordID Int
EffectiveDate Datetime
ExpirationDate Datetime
Promotional Bool
UOM String
BreakQty Double
InventoryID String
CreatedDateTime Datetime
LastModifiedDateTime Datetime
Custom_Records_SiteID String
Custom_Records_AlternateID String

VendorPriceWorksheet_VendorSalesPrices

VendorPriceWorksheet_VendorSalesPrices é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentReferenceNbr [KEY] String
Description String
CurrencyID String
Vendor String
LineID Int
Tax String
UOM String
PendingPrice Double
ReferenceNbr String
BreakQty Double
InventoryID String
SourcePrice Double
Custom_Details_AlternateID String
Custom_Details_SiteID String

Fornecedor_Atributos

Vendor_Attributes é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentVendorID [KEY] String
Value String
Attribute String
RefNoteID String
Required Bool

Vendor_Contacts

Vendor_Contacts é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentVendorID [KEY] String
ContactID Int

Vendor_MainContact

Vendor_MainContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentVendorID [KEY] String
LanguageOrLocale String
DuplicateFound Bool
JobTitle String
MiddleName String
FirstName String
DoNotFax Bool
Status String
ParentAccount String
OwnerEmployeeName String
Phone3 String
Phone2 String
Phone1 String
Phone2Type String
MaritalStatus String
Email String
FaxType String
DoNotCall Bool
Active Bool
Owner String
DoNotMail Bool
Title String
Gender String
Phone1Type String
ContactID Int
WebSite String
ContactClass String
CompanyName String
AddressIsSameAsInAccount Bool
NoMassMail Bool
LastOutgoingActivity Datetime
DisplayName String
ContactMethod String
Workgroup String
AddressValidated Bool
LastIncomingActivity Datetime
SourceCampaign String
SpouseOrPartnerName String
Reason String
Synchronize Bool
ConvertedBy String
Image String
Type String
NoMarketing Bool
DateOfBirth Datetime
Duplicate String
DoNotEmail Bool
Phone3Type String
Source String
BusinessAccount String
LastName String
Fax String
QualificationDate Datetime
WorkgroupDescription String

Vendor_PaymentInstructions

Vendor_PaymentInstructions é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentVendorID [KEY] String
Value String
PaymentInstructionsID String
PaymentMethod String
Description String
LocationID Int

Vendor_RemittanceContact

Vendor_RemittanceContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentVendorID [KEY] String
LanguageOrLocale String
DuplicateFound Bool
JobTitle String
MiddleName String
FirstName String
DoNotFax Bool
Status String
ParentAccount String
OwnerEmployeeName String
Phone3 String
Phone2 String
Phone1 String
Phone2Type String
MaritalStatus String
Email String
FaxType String
DoNotCall Bool
Active Bool
Owner String
DoNotMail Bool
Title String
Gender String
Phone1Type String
ContactID Int
WebSite String
ContactClass String
CompanyName String
AddressIsSameAsInAccount Bool
NoMassMail Bool
LastOutgoingActivity Datetime
DisplayName String
ContactMethod String
Workgroup String
AddressValidated Bool
LastIncomingActivity Datetime
SourceCampaign String
SpouseOrPartnerName String
Reason String
Synchronize Bool
ConvertedBy String
Image String
Type String
NoMarketing Bool
DateOfBirth Datetime
Duplicate String
DoNotEmail Bool
Phone3Type String
Source String
BusinessAccount String
LastName String
Fax String
QualificationDate Datetime
WorkgroupDescription String

Vendor_ShippingContact

Vendor_ShippingContact é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentVendorID [KEY] String
LanguageOrLocale String
DuplicateFound Bool
JobTitle String
MiddleName String
FirstName String
DoNotFax Bool
Status String
ParentAccount String
OwnerEmployeeName String
Phone3 String
Phone2 String
Phone1 String
Phone2Type String
MaritalStatus String
Email String
FaxType String
DoNotCall Bool
Active Bool
Owner String
DoNotMail Bool
Title String
Gender String
Phone1Type String
ContactID Int
WebSite String
ContactClass String
CompanyName String
AddressIsSameAsInAccount Bool
NoMassMail Bool
LastOutgoingActivity Datetime
DisplayName String
ContactMethod String
Workgroup String
AddressValidated Bool
LastIncomingActivity Datetime
SourceCampaign String
SpouseOrPartnerName String
Reason String
Synchronize Bool
ConvertedBy String
Image String
Type String
NoMarketing Bool
DateOfBirth Datetime
Duplicate String
DoNotEmail Bool
Phone3Type String
Source String
BusinessAccount String
LastName String
Fax String
QualificationDate Datetime
WorkgroupDescription String

Armazém_Locais

Warehouse_Locations é uma tabela gerada automaticamente.

Colunas
Nome Tipo Descrição
ParentWarehouseID [KEY] String
AssemblyAllowed Bool
Active Bool
TransfersAllowed Bool
Description String
ReceiptsAllowed Bool
SalesAllowed Bool
LocationID String
PickPriority Int
Custom_location_PrimaryItemClassID String
Custom_location_TaskID String
Custom_location_ProjectID String
Custom_location_NoteID String
Custom_location_IsCosted Bool
Custom_location_PrimaryItemValid String
Custom_location_SiteID Int
Custom_location_PrimaryItemID String
Custom_location_InclQtyAvail Bool
Custom_location_NoteText String

Procedimentos Armazenados

Procedimentos armazenados* estão disponíveis para complementar os dados disponíveis no Modelo de Dados. Pode ser necessário atualizar os dados disponíveis em uma exibição usando um procedimento armazenado* porque os dados não fornecem atualizações bidirecionais diretas, semelhantes a tabelas. Nessas situações, a recuperação dos dados é feita usando a visualização ou tabela apropriada, enquanto a atualização é feita chamando um procedimento armazenado. Procedimentos armazenados* pega uma lista de parâmetros e retorna um conjunto de dados que contém a coleção de tuplas que constituem a resposta.

Conector Jitterbit para Procedimentos Armazenados Acumatica

Nome Descrição
GetOAuthAccessToken Obtém o token de acesso OAuth do Basecamp.
GetOAuthAuthorizationURL Obtém a URL de autorização Acumatica. Acesse a URL retornada na saída em um navegador da Web.
RefreshOAuthAccessToken Atualiza o token de acesso OAuth usado para autenticação.

CriarAnexo

Anexe um arquivo a um registro.

Note: Este procedimento faz uso de indexed parameters. Esses parâmetros de entrada são indicados com um # no final de seus nomes.

Os parâmetros indexados facilitam o fornecimento de várias instâncias de um único parâmetro como entradas para o procedimento.

Suponha que haja um parâmetro de entrada chamado Param#. Insira várias instâncias de um parâmetro indexado como este:

EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"
Entrada
Nome Tipo Descrição
TopLevelEntity String O nome da entidade para a qual você vai anexar um arquivo.
KeyValue# String Os valores para um ou mais campos-chave do registro ao qual você anexará um arquivo. Você deve fornecer o número e a ordem dos campos-chave conforme definidos no formulário ERP Acumatica correspondente.
LocalFile String O caminho do arquivo local, incluindo o nome do arquivo a ser anexado.
Content String O conteúdo do arquivo que você deseja carregar deve ser um fluxo de entrada e o campo FilePath deve ser mantido em branco.
FileName String O nome do arquivo que você vai anexar com a extensão.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
Status String Texto de mensagem específico descrevendo o status ou qualquer erro ou aviso para o procedimento armazenado.

Criar Esquema

Cria um arquivo de esquema para a tabela ou exibição especificada.

Entrada
Nome Tipo Descrição
TableName String O nome da tabela ou visualização.
FileName String O caminho completo do arquivo e o nome do esquema a ser gerado. Comece escolhendo um diretório pai (esse diretório pai deve ser definido na propriedade Location). Complete o filepath adicionando um diretório correspondente ao esquema utilizado (REST), seguido de um arquivo .rsd com um nome correspondente ao nome da tabela desejada. Por exemplo: 'C:\Users\User\Desktop\ Acumatica\REST\table.rsd'
Colunas do Conjunto de Resultados
Nome Tipo Descrição
Result String Retorna Sucesso ou Falha.

ExecuteAction

Execute uma ação em um formulário ERP Acumatica.

Executando uma Ação

Para executar uma Ação Acumatica, você precisará especificar a ação que vai executar através do parâmetro de entrada 'ActionName', o tipo de entidade através do parâmetro de entrada TopLevelEntity, o EntityRecord e opcionalmente os parâmetros Action através da entrada Parâmetros, se você estão executando uma ação personalizada.

Para especificar o registro da entidade, você pode enviar o registro único no formato JSON ou criar uma tabela temporária contendo um grupo de registros e, em seguida, fazer referência à tabela temporária no parâmetro de entrada EntityRecord.

Note: Os parâmetros personalizados só podem ser enviados no formato JSON conforme exemplo abaixo.

EXEC ExecuteAction ActionName='Close', TopLevelEntity='Case', EntityRecord='{"id": "e3f46a39-1a14-e911-816f-bc920a5e0ac8"}',
    Parameters='{
        "custom": {
            "FilterPreview": {
                "Reason": {
                    "type" : "CustomStringField", 
                    "value" : "Abandoned"
                }
            }
        }
}'
Executando uma Action Enviando o Registro no Formato JSON

Para enviar um registro no formato JSON, você precisará definir o parâmetro de entrada EntityRecord para o objeto JSON que contém o registro no qual a ação será executada.

Por exemplo, através da declaração abaixo, você pode confirmar a remessa para a remessa com o número 003523.

EXEC ExecuteAction ActionName='ConfirmShipment', TopLevelEntity='Shipment',
      EntityRecord='{
      "Type": {
        "value": "Shipment"
      },
      "ShipmentNbr": {
        "value": "003523"
      }
}'

Observe que apenas um registro de entidade pode ser especificado no parâmetro de entrada EntityRecord ao usar o formato JSON.

Executando uma Ação Enviando uma Tabela Temporária de Recrods

Se estiver usando uma tabela temporária, ela deve ser definida e inserida na mesma conexão. Fechar a conexão limpará todas as tabelas temporárias da memória.

Comece inserindo as entidades relacionadas correspondentes ao mesmo tipo de entidade em uma tabela temporária.

As instruções a seguir adicionam três registros de Shipment à tabela temporária Shipment#temp.

INSERT INTO Shipment#temp (Type, ShipmentNbr) VALUES ('Shipment', '003523')
INSERT INTO Shipment#temp (Type, ShipmentNbr) VALUES ('Shipment', '003524')
INSERT INTO Shipment#temp (Type, ShipmentNbr) VALUES ('Shipment', '003525')

Por fim, faça referência à tabela temporária por meio do parâmetro de entrada EntityRecord, assim como no exemplo abaixo.

EXEC ExecuteAction ActionName='ConfirmShipment', TopLevelEntity='Shipment', EntityRecord='Shipment#temp'

Se for fornecido mais de um registro de entidade, o conector dividirá automaticamente os registros e executará a Ação para cada um deles.

Entrada
Nome Tipo Descrição
TopLevelEntity String O nome do tipo de entidade para o qual você executará uma ação.
ActionName String O nome da ação que você vai executar.
EntityRecord String O registro da entidade no formato JSON ou a tabela temporária de registros da entidade à qual a ação deve ser aplicada.
Parameters String Os parâmetros da ação no formato JSON.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
Status String Texto de mensagem específico descrevendo o status ou qualquer erro ou aviso para a ação de execução.
AffectedRecords String O número de registros afetados.

ObterAnexo

Obter um arquivo anexado a um registro

Entrada
Nome Tipo Descrição
FileId String O identificador interno do arquivo no sistema.
DownloadTo String O caminho do arquivo local, incluindo o nome do arquivo a ser baixado. Deixe em branco para manter o arquivo na memória.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
Status String Texto de mensagem específico descrevendo o status ou qualquer erro ou aviso para o procedimento armazenado.
FileData String Se a entrada DownloadTo estiver vazia.

GetOAuthAccessToken

Obtém o token de acesso OAuth do Basecamp.

Entrada
Nome Tipo Descrição
AuthMode String WEB ou APLICATIVO. O modo de autenticação Basecamp. O padrão é APP. O valor padrão é APP.
CallbackUrl String A URL para a qual o usuário será redirecionado após autorizar seu aplicativo.
Verifier String O token do verificador retornado pelo Basecamp. Necessário apenas para Web AuthMode.
Scope String O escopo de acesso solicitado pelo aplicativo cliente. O valor padrão é api offline_access.
State String Este campo indica qualquer estado que pode ser útil para sua aplicação após o recebimento da resposta. Seu aplicativo recebe o mesmo valor que enviou, pois esse parâmetro faz uma viagem de ida e volta para o servidor de autorização Acumatica. Os usos incluem redirecionar o usuário para o recurso correto em seu site, usar nonces e atenuar a falsificação de solicitação entre sites.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
OAuthAccessToken String O token OAuth.
OAuthRefreshToken String O token de atualização OAuth.
ExpiresIn String O tempo de vida restante do token de acesso em segundos.

GetOAuthAuthorizationURL

Obtém a URL de autorização Acumatica. Acesse a URL retornada na saída em um navegador da Web.

Entrada
Nome Tipo Descrição
CallbackUrl String A URL para a qual o Acumatica retornará depois que o usuário autorizar seu aplicativo.
Scope String O escopo de acesso solicitado pelo aplicativo cliente. O valor padrão é api offline_access.
State String Este campo indica qualquer estado que pode ser útil para sua aplicação após o recebimento da resposta. Seu aplicativo recebe o mesmo valor que enviou, pois esse parâmetro faz uma viagem de ida e volta para o servidor de autorização Acumatica. Os usos incluem redirecionar o usuário para o recurso correto em seu site, usar nonces e atenuar a falsificação de solicitação entre sites.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
URL String A URL a ser inserida em um navegador da Web para obter o token do verificador e autorizar o provedor de dados.

RefreshOAuthAccessToken

Atualiza o token de acesso OAuth usado para autenticação.

Entrada
Nome Tipo Descrição
OAuthRefreshToken String O token de atualização retornou com o token de acesso anterior.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
OAuthAccessToken String O token de autenticação retornado da Acumatica. Isso pode ser usado em chamadas subseqüentes para outras operações para este serviço específico.
OAuthRefreshToken String Um token que pode ser usado para obter um novo token de acesso.
ExpiresIn String O tempo de vida restante no token de acesso.

Modelo de Dados OData

O conector modela a API Acumatica OData como exibições relacionais. Somente tabelas somente leitura (exibições) são suportadas no esquema OData.
Quaisquer alterações nos dados remotos são refletidas imediatamente em suas consultas; as definições da tabela são recuperadas dinamicamente. Quando você se conecta, o conector se conecta ao Acumatica e obtém a lista de exibições e os metadados para as exibições chamando os serviços da Web apropriados.

As limitações e requisitos da API estão documentados nesta seção; você pode usar o SupportEnhancedSQL recurso, definido por padrão, para contornar a maioria dessas limitações.

Visualizações

Mostra todas as Consultas Genéricas expostas via OData da Acumatica. O Jitterbit Connector for Acumatica lê os metadados de exibição e coluna dinamicamente, portanto, incluirá suas personalizações e quaisquer novos recursos adicionados às entidades padrão do Acumatica no futuro.

Observação: Consultas genéricas não são expostas via OData por padrão e você pode precisar expô-las. Para fazer isso, na tela de consultas genéricas do Acumatica, marque a caixa de seleção "Expor via OData".

Procedimentos armazenados

NOTE: Procedimentos armazenados não são suportados atualmente. Veja a nota para detalhes.

Procedimentos armazenados são interfaces semelhantes a funções para o Acumatica. Eles podem ser usados para executar tarefas extras que não se encaixam na operação padrão de interagir diretamente com uma tabela.

Procedimentos Armazenados

Procedimentos armazenados* estão disponíveis para complementar os dados disponíveis no Modelo de Dados. Pode ser necessário atualizar os dados disponíveis em uma exibição usando um procedimento armazenado* porque os dados não fornecem atualizações bidirecionais diretas, semelhantes a tabelas. Nessas situações, a recuperação dos dados é feita usando a visualização ou tabela apropriada, enquanto a atualização é feita chamando um procedimento armazenado. Procedimentos armazenados* pega uma lista de parâmetros e retorna um conjunto de dados que contém a coleção de tuplas que constituem a resposta.

Conector Jitterbit para Procedimentos Armazenados Acumatica

Nome Descrição
GetOAuthAccessToken Obtém o token de acesso OAuth do Basecamp.
GetOAuthAuthorizationURL Obtém a URL de autorização Acumatica. Acesse a URL retornada na saída em um navegador da Web.
RefreshOAuthAccessToken Atualiza o token de acesso OAuth usado para autenticação.

Criar Esquema

Cria um arquivo de esquema para a tabela ou exibição especificada.

Entrada
Nome Tipo Descrição
TableName String O nome da tabela ou exibição.
FileName String O caminho completo do arquivo e o nome do esquema a ser gerado. Comece escolhendo um diretório pai (esse diretório pai deve ser definido na propriedade Location). Complete o filepath adicionando um diretório correspondente ao esquema utilizado (OData), seguido de um arquivo .rsd com um nome correspondente ao nome da tabela desejada. Por exemplo: 'C:\Users\User\Desktop\ Acumatica\ OData\table.rsd'
Colunas do Conjunto de Resultados
Nome Tipo Descrição
Result String Retorna Sucesso ou Falha.

GetOAuthAccessToken

Obtém o token de acesso OAuth do Basecamp.

Entrada
Nome Tipo Descrição
AuthMode String WEB ou APLICATIVO. O modo de autenticação Basecamp. O padrão é APP. O valor padrão é APP.
CallbackUrl String A URL para a qual o usuário será redirecionado após autorizar seu aplicativo.
Verifier String O token do verificador retornado pelo Basecamp. Necessário apenas para Web AuthMode.
Scope String O escopo de acesso solicitado pelo aplicativo cliente. O valor padrão é api offline_access.
State String Este campo indica qualquer estado que pode ser útil para sua aplicação após o recebimento da resposta. Seu aplicativo recebe o mesmo valor que enviou, pois esse parâmetro faz uma viagem de ida e volta para o servidor de autorização Acumatica. Os usos incluem redirecionar o usuário para o recurso correto em seu site, usar nonces e atenuar a falsificação de solicitação entre sites.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
OAuthAccessToken String O token OAuth.
OAuthRefreshToken String O token de atualização OAuth.
ExpiresIn String O tempo de vida restante do token de acesso em segundos.

GetOAuthAuthorizationURL

Obtém a URL de autorização Acumatica. Acesse a URL retornada na saída em um navegador da Web.

Entrada
Nome Tipo Descrição
CallbackUrl String A URL para a qual o Acumatica retornará depois que o usuário autorizar seu aplicativo.
Scope String O escopo de acesso solicitado pelo aplicativo cliente. O valor padrão é api offline_access.
State String Este campo indica qualquer estado que pode ser útil para sua aplicação após o recebimento da resposta. Seu aplicativo recebe o mesmo valor que enviou, pois esse parâmetro faz uma viagem de ida e volta para o servidor de autorização Acumatica. Os usos incluem redirecionar o usuário para o recurso correto em seu site, usar nonces e atenuar a falsificação de solicitação entre sites.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
URL String A URL a ser inserida em um navegador da Web para obter o token do verificador e autorizar o provedor de dados.

RefreshOAuthAccessToken

Atualiza o token de acesso OAuth usado para autenticação.

Entrada
Nome Tipo Descrição
OAuthRefreshToken String O token de atualização retornou com o token de acesso anterior.
Colunas do Conjunto de Resultados
Nome Tipo Descrição
OAuthAccessToken String O token de autenticação retornado da Acumatica. Isso pode ser usado em chamadas subseqüentes para outras operações para este serviço específico.
OAuthRefreshToken String Um token que pode ser usado para obter um novo token de acesso.
ExpiresIn String O tempo de vida restante no token de acesso.

Tabelas do Sistema

Você pode consultar as tabelas do sistema descritas nesta seção para acessar informações de esquema, informações sobre a funcionalidade da fonte de dados e estatísticas de operação em lote.

Tabelas de Esquema

As tabelas a seguir retornam os metadados do banco de dados para Acumatica:

Tabelas de Fonte de Dados

As tabelas a seguir retornam informações sobre como se conectar e consultar a fonte de dados:

  • sys_connection_props: Retorna informações sobre as propriedades de conexão disponíveis.
  • sys_sqlinfo: Descreve as consultas SELECT que o conector pode descarregar para a fonte de dados.

Consultar Tabelas de Informações

A tabela a seguir retorna estatísticas de consultar para consultas de modificação de dados:

  • sys_identity: Retorna informações sobre operações em lote ou atualizações únicas.

Sys_catalogs

Lista os bancos de dados disponíveis.

A consultar a seguir recupera todos os bancos de dados determinados pela string de conexão:

SELECT * FROM sys_catalogs
Colunas
Nome Tipo Descrição
CatalogName String O nome do banco de dados.

Sys_schemas

Lista os esquemas disponíveis.

A consultar a seguir recupera todos os esquemas disponíveis:

SELECT * FROM sys_schemas
Colunas
Nome Tipo Descrição
CatalogName String O nome do banco de dados.
SchemaName String O nome do esquema.

Sys_tables

Lista as tabelas disponíveis.

A consultar a seguir recupera as tabelas e exibições disponíveis:

SELECT * FROM sys_tables
Colunas
Nome Tipo Descrição
CatalogName String O banco de dados que contém a tabela ou exibição.
SchemaName String O esquema que contém a tabela ou exibição.
TableName String O nome da tabela ou exibição.
TableType String O tipo de tabela (tabela ou exibição).
Description String Uma descrição da tabela ou visualização.
IsUpdateable Boolean Se a tabela pode ser atualizada.

Sys_tablecolumns

Descreve as colunas das tabelas e exibições disponíveis.

A consultar a seguir retorna as colunas e os tipos de dados da tabela Eventos:

SELECT ColumnName, DataTypeName FROM sys_tablecolumns WHERE TableName='Events' 
Colunas
Nome Tipo Descrição
CatalogName String O nome do banco de dados que contém a tabela ou exibição.
SchemaName String O esquema que contém a tabela ou exibição.
TableName String O nome da tabela ou exibição que contém a coluna.
ColumnName String O nome da coluna.
DataTypeName String O nome do tipo de dados.
DataType Int32 Um número inteiro indicando o tipo de dados. Esse valor é determinado no tempo de execução com base no ambiente.
Length Int32 O tamanho de armazenamento da coluna.
DisplaySize Int32 A largura máxima normal da coluna designada em caracteres.
NumericPrecision Int32 O número máximo de dígitos em dados numéricos. O comprimento da coluna em caracteres para caracteres e dados de data e hora.
NumericScale Int32 A escala da coluna ou o número de dígitos à direita do ponto decimal.
IsNullable Boolean Se a coluna pode conter null.
Description String Uma breve descrição da coluna.
Ordinal Int32 O número de sequência da coluna.
IsAutoIncrement String Se o valor da coluna é atribuído em incrementos fixos.
IsGeneratedColumn String Se a coluna é gerada.
IsHidden Boolean Se a coluna está oculta.
IsArray Boolean Se a coluna é uma matriz.

Sys_procedures

Lista os procedimentos armazenados disponíveis.

A consultar a seguir recupera os procedimentos armazenados disponíveis:

SELECT * FROM sys_procedures
Colunas
Nome Tipo Descrição
CatalogName String O banco de dados que contém o procedimento armazenado.
SchemaName String O esquema que contém o procedimento armazenado.
ProcedureName String O nome do procedimento armazenado.
Description String Uma descrição do procedimento armazenado.
ProcedureType String O tipo do procedimento, como PROCEDURE ou FUNCTION.

Sys_procedureparameters

Descreve procedimento armazenado* parâmetros.

A consultar a seguir retorna informações sobre todos os parâmetros de entrada para o procedimento armazenado SendMail:

SELECT * FROM sys_procedureparameters WHERE ProcedureName='SendMail' AND Direction=1 OR Direction=2
Colunas
Nome Tipo Descrição
CatalogName String O nome do banco de dados que contém o procedimento armazenado.
SchemaName String O nome do esquema que contém o procedimento armazenado.
ProcedureName String O nome do procedimento armazenado* contendo o parâmetro.
ColumnName String O nome do procedimento armazenado* parâmetro.
Direction Int32 Um número inteiro correspondente ao tipo do parâmetro: entrada (1), entrada/saída (2) ou saída (4). parâmetros de tipo de entrada/saída podem ser parâmetros de entrada e saída.
DataTypeName String O nome do tipo de dados.
DataType Int32 Um número inteiro indicando o tipo de dados. Esse valor é determinado no tempo de execução com base no ambiente.
Length Int32 O número de caracteres permitido para dados de caractere. O número de dígitos permitidos para dados numéricos.
NumericPrecision Int32 A precisão máxima para dados numéricos. O comprimento da coluna em caracteres para caracteres e dados de data e hora.
NumericScale Int32 O número de dígitos à direita do ponto decimal em dados numéricos.
IsNullable Boolean Se o parâmetro pode conter null.
IsRequired Boolean Se o parâmetro é necessário para a execução do procedimento.
IsArray Boolean Se o parâmetro é uma matriz.
Description String A descrição do parâmetro.
Ordinal Int32 O índice do parâmetro.

Sys_keycolumns

Descreve as chaves primárias e estrangeiras. A consultar a seguir recupera a chave primária da tabela Eventos:

SELECT * FROM sys_keycolumns WHERE IsKey='True' AND TableName='Events'
Colunas
Nome Tipo Descrição
CatalogName String O nome do banco de dados que contém a chave.
SchemaName String O nome do esquema que contém a chave.
TableName String O nome da tabela que contém a chave.
ColumnName String O nome da coluna chave.
IsKey Boolean Se a coluna é uma chave primária na tabela referenciada no campo TableName.
IsForeignKey Boolean Se a coluna é uma chave estrangeira referenciada no campo TableName.
PrimaryKeyName String O nome da chave primária.
ForeignKeyName String O nome da chave estrangeira.
ReferencedCatalogName String O banco de dados que contém a chave primária.
ReferencedSchemaName String O esquema que contém a chave primária.
ReferencedTableName String A tabela que contém a chave primária.
ReferencedColumnName String O nome da coluna da chave primária.

Sys_foreignkeys

Descreve as chaves estrangeiras. A consultar a seguir recupera todas as chaves estrangeiras que se referem a outras tabelas:

SELECT * FROM sys_foreignkeys WHERE ForeignKeyType = 'FOREIGNKEY_TYPE_IMPORT'
Colunas
Nome Tipo Descrição
CatalogName String O nome do banco de dados que contém a chave.
SchemaName String O nome do esquema que contém a chave.
TableName String O nome da tabela que contém a chave.
ColumnName String O nome da coluna chave.
PrimaryKeyName String O nome da chave primária.
ForeignKeyName String O nome da chave estrangeira.
ReferencedCatalogName String O banco de dados que contém a chave primária.
ReferencedSchemaName String O esquema que contém a chave primária.
ReferencedTableName String A tabela que contém a chave primária.
ReferencedColumnName String O nome da coluna da chave primária.
ForeignKeyType String Designa se a chave estrangeira é uma chave de importação (aponta para outras tabelas) ou de exportação (referenciada de outras tabelas).

Sys_indexes

Descreve os índices disponíveis. Ao filtrar por índices, você pode escrever consultas mais seletivas com tempos de resposta de consultar mais rápidos.

A consultar a seguir recupera todos os índices que não são chaves primárias:

SELECT * FROM sys_indexes WHERE IsPrimary='false'
Colunas
Nome Tipo Descrição
CatalogName String O nome do banco de dados que contém o índice.
SchemaName String O nome do esquema que contém o índice.
TableName String O nome da tabela que contém o índice.
IndexName String O nome do índice.
ColumnName String O nome da coluna associada ao índice.
IsUnique Boolean True se o índice for exclusivo. Falso caso contrário.
IsPrimary Boolean Verdadeiro se o índice for uma chave primária. Falso caso contrário.
Type Int16 Um valor inteiro correspondente ao tipo de índice: estatística (0), clusterizado (1), hash (2) ou outro (3).
SortOrder String A ordem de classificação: A para crescente ou D para decrescente.
OrdinalPosition Int16 O número de sequência da coluna no índice.

Sys_connection_props

Retorna informações sobre as propriedades de conexão disponíveis e as definidas na string de conexão.

Ao consultar esta tabela, a string de conexão de configuração deve ser usada:

jdbc:cdata:acumatica:config:

Esta string de conexão permite que você consultar esta tabela sem uma conexão válida.

A consultar a seguir recupera todas as propriedades de conexão que foram definidas na string de conexão ou definidas por meio de um valor padrão:

SELECT * FROM sys_connection_props WHERE Value <> ''
Colunas
Nome Tipo Descrição
Name String O nome da propriedade de conexão.
ShortDescription String Uma breve descrição.
Type String O tipo de dados da propriedade de conexão.
Default String O valor padrão, se não houver um definido explicitamente.
Values String Uma lista separada por vírgulas de valores possíveis. Um erro de validação é lançado se outro valor for especificado.
Value String O valor que você definiu ou um padrão pré-configurado.
Required Boolean Se a propriedade é necessária para se conectar.
Category String A categoria da propriedade de conexão.
IsSessionProperty String Se a propriedade é uma propriedade de sessão, usada para salvar informações sobre a conexão atual.
Sensitivity String O nível de sensibilidade da propriedade. Isso informa se a propriedade está ofuscada nos formulários de registro e autenticação.
PropertyName String Uma forma truncada em camel case do nome da propriedade de conexão.
Ordinal Int32 O índice do parâmetro.
CatOrdinal Int32 O índice da categoria do parâmetro.
Hierarchy String Mostra as propriedades dependentes associadas que precisam ser definidas juntamente com esta.
Visible Boolean Informa se a propriedade está visível na UI da conexão.
ETC String Diversas informações diversas sobre o imóvel.

Sys_sqlinfo

Descreve o processamento da consultar SELECT que o conector pode transferir para a fonte de dados.

Processamento de Consultas Colaborativas

Ao trabalhar com fontes de dados que não suportam SQL-92, você pode consultar a exibição sys_sqlinfo para determinar os recursos de consultar das APIs subjacentes, expressas na sintaxe SQL. O conector transfere o máximo possível do processamento da instrução SELECT para o servidor e, em seguida, processa o restante da consultar na memória.

Descobrindo os Recursos SELECT da Fonte de Dados

Abaixo está um exemplo de conjunto de dados de recursos SQL. O conjunto de resultados a seguir indica a funcionalidade SELECT que o conector pode descarregar para a fonte de dados ou processar o lado do cliente. Sua fonte de dados pode suportar sintaxe SQL adicional. Alguns aspectos da funcionalidade SELECT são retornados em uma lista separada por vírgulas, se suportados; caso contrário, a coluna contém NO.

Nome Descrição Valores Possíveis
AGGREGATE_FUNCTIONS Funções de agregação suportadas. AVG, COUNT, MAX, MIN, SUM, DISTINCT
COUNT Se a função COUNT é suportada. YES, NO
IDENTIFIER_QUOTE_OPEN_CHAR O caractere de abertura usado para escapar de um identificador. [
IDENTIFIER_QUOTE_CLOSE_CHAR O caractere de fechamento usado para escapar de um identificador. ]
SUPPORTED_OPERATORS Uma lista de operadores SQL com suporte. =, >, <, >=, <=, <>, !=, LIKE, NOT LIKE, IN, NOT IN, IS NULL, IS NOT NULL, AND, OR
GROUP_BY Se GROUP BY é compatível e, em caso afirmativo, o grau de suporte. NO, NO_RELATION, EQUALS_SELECT, SQL_GB_COLLATE
STRING_FUNCTIONS Funções de string suportadas. 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 Funções numéricas suportadas. 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 Funções de data/hora suportadas. 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 Indica tabelas ignoradas durante a replicação.
REPLICATION_TIMECHECK_COLUMNS Uma matriz de string contendo uma lista de colunas que serão usadas para verificar (na ordem especificada) para usar como uma coluna modificada durante a replicação.
IDENTIFIER_PATTERN Valor de string que indica qual string é válida para um identificador.
SUPPORT_TRANSACTION Indica se o provedor oferece suporte a transações como confirmação e reversão. YES, NO
DIALECT Indica o dialeto SQL a ser usado.
KEY_PROPERTIES Indica as propriedades que identificam o banco de dados uniforme.
SUPPORTS_MULTIPLE_SCHEMAS Indica se vários esquemas podem existir para o provedor. YES, NO
SUPPORTS_MULTIPLE_CATALOGS Indica se vários catálogos podem existir para o provedor. YES, NO
DATASYNCVERSION A versão do Data Sync necessária para acessar este driver. Standard, Starter, Professional, Enterprise
DATASYNCCATEGORY A categoria Data Sync deste driver. Source, Destination, Cloud Destination
SUPPORTSENHANCEDSQL Se a funcionalidade SQL aprimorada além do que é oferecido pela API é suportada. TRUE, FALSE
SUPPORTS_BATCH_OPERATIONS Se as operações em lote são suportadas. YES, NO
SQL_CAP Todos os recursos SQL suportados para este driver. 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 Um valor de string especifica o cacheOptions preferencial.
ENABLE_EF_ADVANCED_QUERY Indica se o driver oferece suporte direto a consultas avançadas provenientes do Entity Framework. Caso contrário, as consultas serão tratadas no lado do cliente. YES, NO
PSEUDO_COLUMNS Uma matriz de cadeia de caracteres que indica as pseudocolunas disponíveis.
MERGE_ALWAYS Se o valor for verdadeiro, o modo de mesclagem será executado à força no Data Sync. TRUE, FALSE
REPLICATION_MIN_DATE_QUERY Uma consultar de seleção para retornar a data e hora de início da replicação.
REPLICATION_MIN_FUNCTION Permite que um provedor especifique o nome da fórmula a ser usado para executar um min do lado do servidor.
REPLICATION_START_DATE Permite que um provedor especifique uma data de início de replicação.
REPLICATION_MAX_DATE_QUERY Uma consultar de seleção para retornar a data e hora de término da replicação.
REPLICATION_MAX_FUNCTION Permite que um provedor especifique o nome da fórmula a ser usado para executar um máximo do lado do servidor.
IGNORE_INTERVALS_ON_INITIAL_REPLICATE Uma lista de tabelas que ignorará a divisão da replicação em blocos na replicação inicial.
CHECKCACHE_USE_PARENTID Indica se a instrução CheckCache deve ser executada na coluna de chave pai. TRUE, FALSE
CREATE_SCHEMA_PROCEDURES Indica procedimentos armazenados* que pode ser usado para gerar arquivos de esquema.

A consultar a seguir recupera os operadores que podem ser usados na cláusula WHERE:

SELECT * FROM sys_sqlinfo WHERE Name='SUPPORTED_OPERATORS'

Observe que tabelas individuais podem ter diferentes limitações ou requisitos na cláusula WHERE; consulte o Modelo de Dados para obter mais informações.

Colunas
Nome Tipo Descrição
NAME String Um componente da sintaxe SQL ou um recurso que pode ser processado no servidor.
VALUE String Detalhes sobre a sintaxe SQL ou SQL suportada.

Sys_identity

Retorna informações sobre tentativas de modificação.

A consultar a seguir recupera os IDs das linhas modificadas em uma operação em lote:

SELECT * FROM sys_identity
Colunas
Nome Tipo Descrição
Id String O ID gerado pelo banco de dados retornado de uma operação de modificação de dados.
Batch String Um identificador para o lote. 1 para uma única operação.
Operation String O resultado da operação no lote: INSERTED, UPDATED ou DELETED.
Message String SUCCESS ou uma mensagem de erro se a atualização no lote falhou.

Propriedades de Configurações Avançadas

As propriedades de configurações avançadas são as várias opções que podem ser usadas para estabelecer uma conexão. Esta seção fornece uma lista completa das opções que você pode configurar. Clique nos links para mais detalhes.

Autenticação

Propriedade Descrição
AuthScheme O esquema usado para autenticação. As entradas aceitas são Basic e OAuth.
URL A URL base do seu site Acumatica.
User A conta de usuário Acumatica usada para autenticação.
Password A senha usada para autenticar o usuário.
Company Sua Empresa Acumatica.
EndpointName O nome do endpoint no Acumatica WebService que você deseja acessar. Você pode encontrar endpoints disponíveis no formulário Web Service Endpoints no Acumatica ERP.
EndpointVersion A versão do endpoint. Você pode encontrar endpoints disponíveis no formulário Web Service Endpoints no Acumatica ERP e sua versão em Endpoint Version.

OAuth

Propriedade Descrição
InitiateOAuth Configure esta propriedade para iniciar o processo para obter ou atualizar o token de acesso OAuth ao se conectar.
OAuthClientId O ID do cliente atribuído quando você registra seu aplicativo com um servidor de autorização OAuth.
OAuthClientSecret O segredo do cliente atribuído quando você registra seu aplicativo com um servidor de autorização OAuth.
OAuthAccessToken O token de acesso para conexão usando OAuth.
CallbackURL O URL de retorno de chamada OAuth ao qual retornar durante a autenticação. Esse valor deve corresponder ao URL de retorno especificado nas configurações do aplicativo.
OAuthGrantType O tipo de concessão para o fluxo OAuth.
OAuthVerifier O código do verificador retornado da URL de autorização OAuth.
OAuthRefreshToken O token de atualização OAuth para o token de acesso OAuth correspondente.
OAuthExpiresIn O tempo de vida em segundos do OAuth AccessToken.
OAuthTokenTimestamp O registro de data e hora da época do Unix em milissegundos quando o token de acesso atual foi criado.

SSL

Propriedade Descrição
SSLServerCert O certificado a ser aceito do servidor ao conectar usando TLS/SSL.

Esquema

Propriedade Descrição
Location Um caminho para o diretório que contém os arquivos de esquema que definem tabelas, exibições e procedimentos armazenados.
BrowsableSchemas Essa propriedade restringe os esquemas relatados a um subconjunto dos esquemas disponíveis. Por exemplo, BrowsableSchemas=SchemaA, SchemaB, SchemaC.
Tables Esta propriedade restringe as tabelas reportadas a um subconjunto das tabelas disponíveis. Por exemplo, Tables=TableA, TableB, TableC.
Views Restringe as visualizações relatadas a um subconjunto das tabelas disponíveis. Por exemplo, Views=ViewA, ViewB, ViewC.
Schema Usado para especificar qual API Acumatica usar. O padrão é a REST Contact API. Quando o OData for especificado, a API OData será usada e todas as Consultas Genéricas expostas via OData serão recuperadas dinamicamente.

Diversos

Propriedade Descrição
GenerateSchemaFiles Indica a preferência do usuário quanto a quando os esquemas devem ser gerados e salvos.
IncludeCustomFields Se deve ou não recuperar os campos personalizados que são adicionados às telas Acumatica.
InquiryTables Tabelas de consulta separadas por vírgula. As tabelas de consulta no Contrato 3 Acumatica API versão 17.200.001 são: AccountByPeriodInquiry, AccountBySubaccountInquiry, AccountDetailsInquiry, AccountSummaryInquiry, InventoryAllocationInquiry, InventorySummaryInquiry, InvoicedItemsInquiry, SalesPricesInquiry, VendorPricesInquiry.
MaxRows Limita o número de linhas retornadas quando nenhuma agregação ou agrupamento é usado na consultar. Isso ajuda a evitar problemas de desempenho em tempo de design.
Other Essas propriedades ocultas são usadas apenas em casos de uso específicos.
Pagesize O número máximo de resultados a serem retornados por página de Acumatica.
PseudoColumns Esta propriedade indica se deve ou não incluir pseudocolunas como colunas na tabela.
Timeout O valor em segundos até que o erro de timeout seja lançado, cancelando a operação.

Autenticação

Esta seção fornece uma lista completa de propriedades de autenticação que você pode configurar.

Propriedade Descrição
AuthScheme O esquema usado para autenticação. As entradas aceitas são Basic e OAuth.
URL A URL base do seu site Acumatica.
User A conta de usuário Acumatica usada para autenticação.
Password A senha usada para autenticar o usuário.
Company Sua Empresa Acumatica.
EndpointName O nome do endpoint no Acumatica WebService que você deseja acessar. Você pode encontrar endpoints disponíveis no formulário Web Service Endpoints no Acumatica ERP.
EndpointVersion A versão do endpoint. Você pode encontrar endpoints disponíveis no formulário Web Service Endpoints no Acumatica ERP e sua versão em Endpoint Version.

AuthScheme

O esquema usado para autenticação. As entradas aceitas são Basic e OAuth.

Valores Possíveis

Auto, Basic, OAuth

Tipo de Dados

string

Valor Padrão

"Auto"

Observações
  • Auto: permite que o driver decida automaticamente com base nas outras propriedades de conexão que você definiu. Observação: caso OAuthGrantType for definido como PASSWORD, o driver usará o Basic AuthScheme, a menos que o OAuth AuthScheme seja especificado.
  • Básico: Defina para autenticar usando o esquema de autenticação básica. Você precisa especificar as propriedades de conexão Usuário, Senha e Empresa para este esquema.
  • OAuth: defina para executar a autenticação OAuth com um dos tipos de concessão suportados.

URL

A URL base do seu site Acumatica.

Tipo de Dados

string

Valor Padrão

""

Observações

A URL base do seu site Acumatica. Por exemplo: https://domain.acumatica.com/

Do Utilizador

A conta de usuário Acumatica usada para autenticação.

Tipo de Dados

string

Valor Padrão

""

Observações

Juntamente com Senha, este campo é usado para autenticação no servidor Acumatica.

Senha

A senha usada para autenticar o usuário.

Tipo de Dados

string

Valor Padrão

""

Observações

O usuário e Password são usados juntos para autenticar com o servidor.

Empresa

Sua Empresa Acumatica.

Tipo de Dados

string

Valor Padrão

""

Observações

Este parâmetro de conexão é necessário quando Schema é definido como "OData".

EndpointName

O nome do endpoint no Acumatica WebService que você deseja acessar. Você pode encontrar endpoints disponíveis no formulário Web Service Endpoints no Acumatica ERP.

Tipo de Dados

string

Valor Padrão

"Default"

Observações

O nome do endpoint. Você pode encontrar endpoints disponíveis no formulário Web Service Endpoints (ScreenId SM207060) no Acumatica ERP. Em Propriedades dos Endpoints, você encontrará o Nome do Endpoint e a Versão do Endpoint.

EndpointVersion

A versão do endpoint. Você pode encontrar endpoints disponíveis no formulário Web Service Endpoints no Acumatica ERP e sua versão em Endpoint Version.

Tipo de Dados

string

Valor Padrão

"17.200.001"

Observações

A versão do endpoint. Você pode encontrar endpoints disponíveis no formulário Web Service Endpoints (ScreenId SM207060) no Acumatica ERP. Em Propriedades dos Endpoints, você encontrará o Nome do Endpoint e a Versão do Endpoint.

OAuth

Esta seção fornece uma lista completa de propriedades OAuth que você pode configurar.

Propriedade Descrição
InitiateOAuth Configure esta propriedade para iniciar o processo para obter ou atualizar o token de acesso OAuth ao se conectar.
OAuthClientId O ID do cliente atribuído quando você registra seu aplicativo com um servidor de autorização OAuth.
OAuthClientSecret O segredo do cliente atribuído quando você registra seu aplicativo com um servidor de autorização OAuth.
OAuthAccessToken O token de acesso para conexão usando OAuth.
CallbackURL O URL de retorno de chamada OAuth ao qual retornar durante a autenticação. Esse valor deve corresponder ao URL de retorno especificado nas configurações do aplicativo.
OAuthGrantType O tipo de concessão para o fluxo OAuth.
OAuthVerifier O código do verificador retornado da URL de autorização OAuth.
OAuthRefreshToken O token de atualização OAuth para o token de acesso OAuth correspondente.
OAuthExpiresIn O tempo de vida em segundos do OAuth AccessToken.
OAuthTokenTimestamp O registro de data e hora da época do Unix em milissegundos quando o token de acesso atual foi criado.

InitiateOAuth

Configure esta propriedade para iniciar o processo para obter ou atualizar o token de acesso OAuth ao se conectar.

Valores Possíveis

OFF, GETANDREFRESH, REFRESH

Tipo de Dados

string

Valor Padrão

"OFF"

Observações

As seguintes opções estão disponíveis:

  1. OFF: Indica que o fluxo OAuth será tratado inteiramente pelo usuário. Um OAuthAccessToken será necessário para autenticação.
  2. GETANDREFRESH: Indica que todo o fluxo OAuth será tratado pelo conector. Se nenhum token existir atualmente, ele será obtido solicitando ao usuário por meio do navegador. Se existir um token, ele será atualizado quando aplicável.
  3. REFRESH: Indica que o conector tratará apenas da atualização do OAuthAccessToken. O usuário nunca será solicitado pelo conector a autenticar por meio do navegador. O usuário deve lidar com a obtenção do OAuthAccessToken e OAuthRefreshToken inicialmente.

OAuthClientId

O ID do cliente atribuído quando você registra seu aplicativo com um servidor de autorização OAuth.

Tipo de Dados

string

Valor Padrão

""

Observações

Como parte do registro de um aplicativo OAuth, você receberá o OAuthClientId valor, às vezes também chamado de chave do consumidor e segredo do cliente, o OAuthClientSecret.

OAuthClientSecret

O segredo do cliente atribuído quando você registra seu aplicativo com um servidor de autorização OAuth.

Tipo de Dados

string

Valor Padrão

""

Observações

Como parte do registro de um aplicativo OAuth, você receberá o OAuthClientId, também chamada de chave do consumidor. Você também receberá um segredo do cliente, também chamado de segredo do consumidor. Defina o segredo do cliente no OAuthClientSecret propriedade.

OAuthAccessToken

O token de acesso para conexão usando OAuth.

Tipo de Dados

string

Valor Padrão

""

Observações

O OAuthAccessToken propriedade é usada para conectar usando OAuth. O OAuthAccessToken é recuperado do servidor OAuth como parte do processo de autenticação. Ele tem um tempo limite dependente do servidor e pode ser reutilizado entre as solicitações.

O token de acesso é usado no lugar do seu nome de usuário e senha. O token de acesso protege suas credenciais, mantendo-as no servidor.

URL de Retorno

O URL de retorno de chamada OAuth ao qual retornar durante a autenticação. Esse valor deve corresponder ao URL de retorno especificado nas configurações do aplicativo.

Tipo de Dados

string

Valor Padrão

"http://localhost:33333"

Observações

Durante o processo de autenticação, o servidor de autorização OAuth redireciona o usuário para esta URL. Esse valor deve corresponder ao URL de retorno especificado nas configurações do aplicativo.

OAuthGrantType

O tipo de concessão para o fluxo OAuth.

Valores Possíveis

CODE, PASSWORD, IMPLICIT

Tipo de Dados

string

Valor Padrão

"PASSWORD"

Observações

O tipo de concessão para o fluxo OAuth. As seguintes opções estão disponíveis: CÓDIGO,SENHA,IMPLICIT

OAuthVerifier

O código do verificador retornado da URL de autorização OAuth.

Tipo de Dados

string

Valor Padrão

""

Observações

O código do verificador retornado da URL de autorização OAuth. Isso pode ser usado em sistemas em que um navegador não pode ser iniciado, como sistemas headless.

Autenticação em Máquinas Sem Cabeça

Consulte para obter o OAuthVerifier valor.

Defina OAuthSettingsLocation juntamente com OAuthVerifier. Quando você conecta, o conector troca o OAuthVerifier para os tokens de autenticação OAuth e os salva, criptografados, no arquivo especificado. Defina InitiateOAuth para GETANDREFRESH automatizar a troca.

Depois que o arquivo de configurações OAuth for gerado, você poderá remover OAuthVerifier nas propriedades de conexão e conecte-se com OAuthSettingsLocation definir.

Para atualizar automaticamente os valores do token OAuth, defina OAuthSettingsLocation e adicionalmente defina InitiateOAuth para ATUALIZAR.

OAuthRefreshToken

O token de atualização OAuth para o token de acesso OAuth correspondente.

Tipo de Dados

string

Valor Padrão

""

Observações

O OAuthRefreshToken a propriedade é usada para atualizar o OAuthAccessToken ao usar a autenticação OAuth.

OAuthExpiresIn

O tempo de vida em segundos do OAuth AccessToken.

Tipo de Dados

string

Valor Padrão

""

Observações

Emparelhe com OAuthTokenTimestamp para determinar quando o AccessToken expirará.

OAuthTokenTimestamp

O registro de data e hora da época do Unix em milissegundos quando o token de acesso atual foi criado.

Tipo de Dados

string

Valor Padrão

""

Observações

Emparelhe com OAuthExpiresIn para determinar quando o AccessToken expirará.

SSL

Esta seção fornece uma lista completa de propriedades SSL que você pode configurar.

Propriedade Descrição
SSLServerCert O certificado a ser aceito do servidor ao conectar usando TLS/SSL.

SSLServerCert

O certificado a ser aceito do servidor ao conectar usando TLS/SSL.

Tipo de Dados

string

Valor Padrão

""

Observações

Se estiver usando uma conexão TLS/SSL, esta propriedade pode ser usada para especificar o certificado TLS/SSL a ser aceito do servidor. Qualquer outro certificado que não seja confiável para a máquina é rejeitado.

Esta propriedade pode assumir as seguintes formas:

Descrição Exemplo
Um certificado PEM completo (exemplo abreviado para concisão) -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE-----
Um caminho para um arquivo local contendo o certificado C:\cert.cer
A chave pública (exemplo abreviado para concisão) -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY-----
O Thumbprint MD5 (os valores hexadecimais também podem ser separados por espaço ou dois-pontos) ecadbdda5a1529c58a1e9e09828d70e4
A impressão digital SHA1 (os valores hexadecimais também podem ser separados por espaço ou dois-pontos) 34a929226ae0819f2ec14b4a3d904f801cbb150d

Se não for especificado, qualquer certificado confiável pela máquina será aceito.

Os certificados são validados como confiáveis pela máquina com base no armazenamento confiável do sistema. O armazenamento confiável usado é o valor 'javax.net.ssl.trustStore' especificado para o sistema. Se nenhum valor for especificado para esta propriedade, o armazenamento confiável padrão do Java será usado (por exemplo, JAVA_HOME\lib\security\cacerts).

Use '*' para indicar a aceitação de todos os certificados. Observe que isso não é recomendado devido a questões de segurança.

Esquema

Esta seção fornece uma lista completa de propriedades de esquema que você pode configurar.

Propriedade Descrição
Location Um caminho para o diretório que contém os arquivos de esquema que definem tabelas, exibições e procedimentos armazenados.
BrowsableSchemas Essa propriedade restringe os esquemas relatados a um subconjunto dos esquemas disponíveis. Por exemplo, BrowsableSchemas=SchemaA, SchemaB, SchemaC.
Tables Esta propriedade restringe as tabelas reportadas a um subconjunto das tabelas disponíveis. Por exemplo, Tables=TableA, TableB, TableC.
Views Restringe as visualizações relatadas a um subconjunto das tabelas disponíveis. Por exemplo, Views=ViewA, ViewB, ViewC.
Schema Usado para especificar qual API Acumatica usar. O padrão é a REST Contact API. Quando o OData for especificado, a API OData será usada e todas as Consultas Genéricas expostas via OData serão recuperadas dinamicamente.

Localização

Um caminho para o diretório que contém os arquivos de esquema que definem tabelas, exibições e procedimentos armazenados.

Tipo de Dados

string

Valor Padrão

"%APPDATA%\\\Acumatica Data Provider\\Schema"

Observações

O caminho para um diretório que contém os arquivos de esquema para o conector (arquivos .rsd para tabelas e exibições, arquivos .rsb para procedimentos armazenados). A localização da pasta pode ser um caminho relativo a partir da localização do executável. O Location a propriedade só é necessária se você quiser personalizar definições (por exemplo, alterar um nome de coluna, ignorar uma coluna e assim por diante) ou estender o modelo de dados com novas tabelas, exibições ou procedimentos armazenados.

Observação: Como esse conector oferece suporte a vários esquemas, a estrutura dos arquivos de esquema personalizados do Acumatica é a seguinte:

  • Cada esquema recebe uma pasta correspondente a esse nome de esquema.
  • Essas pastas de esquema estão contidas em uma pasta pai.
  • O parent folder deve ser definido como Location, não a pasta de um esquema individual.

Se não for especificado, o local padrão é "%APPDATA%\\ Acumatica Data Provider\Schema" com %APPDATA% sendo definido para o diretório de configuração do usuário:

Plataforma %APPDATA%
Windows O valor da variável de ambiente APPDATA
Mac ~/Biblioteca/Suporte de aplicativos
Linux ~/.config

Esquemas Navegáveis

Essa propriedade restringe os esquemas relatados a um subconjunto dos esquemas disponíveis. Por exemplo, BrowsableSchemas=SchemaA,SchemaB,SchemaC.

Tipo de Dados

string

Valor Padrão

""

Observações

Listar os esquemas de bancos de dados pode ser caro. Fornecer uma lista de esquemas na string de conexão melhora o desempenho.

Tabelas

Esta propriedade restringe as tabelas reportadas a um subconjunto das tabelas disponíveis. Por exemplo, Tabelas=TabelaA,TabelaB,TabelaC.

Tipo de Dados

string

Valor Padrão

""

Observações

Listar as tabelas de alguns bancos de dados pode ser caro. Fornecer uma lista de tabelas na string de conexão melhora o desempenho do conector.

Essa propriedade também pode ser usada como uma alternativa para listar automaticamente as exibições se você já souber com quais deseja trabalhar e, caso contrário, haveria muitos para trabalhar.

Especifique as tabelas que deseja em uma lista separada por vírgulas. Cada tabela deve ser um identificador SQL válido com quaisquer caracteres especiais escapados usando colchetes, aspas duplas ou acentos graves. Por exemplo, Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.

Observe que, ao conectar-se a uma fonte de dados com vários esquemas ou catálogos, você precisará fornecer o nome totalmente qualificado da tabela nesta propriedade, como no último exemplo aqui, para evitar ambigüidade entre tabelas que existem em vários catálogos ou esquemas.

Visualizações

Restringe as exibições relatadas a um subconjunto das tabelas disponíveis. Por exemplo, Views=ViewA,ViewB,ViewC.

Tipo de Dados

string

Valor Padrão

""

Observações

Listar as exibições de alguns bancos de dados pode ser caro. Fornecer uma lista de exibições na string de conexão melhora o desempenho do conector.

Essa propriedade também pode ser usada como uma alternativa para listar automaticamente as exibições se você já souber com quais deseja trabalhar e, caso contrário, haveria muitos para trabalhar.

Especifique as exibições desejadas em uma lista separada por vírgulas. Cada exibição deve ser um identificador SQL válido com quaisquer caracteres especiais escapados usando colchetes, aspas duplas ou acentos graves. Por exemplo, Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space`.

Observe que, ao conectar-se a uma fonte de dados com vários esquemas ou catálogos, você precisará fornecer o nome totalmente qualificado da tabela nesta propriedade, como no último exemplo aqui, para evitar ambigüidade entre tabelas que existem em vários catálogos ou esquemas.

Esquema

Usado para especificar qual API Acumatica usar. O padrão é a REST Contact API. Quando o OData for especificado, a API OData será usada e todas as Consultas Genéricas expostas via OData serão recuperadas dinamicamente.

Valores Possíveis

OData, REST

Tipo de Dados

string

Valor Padrão

"REST"

Observações

Usado para especificar qual API Acumatica usar. O padrão é a REST Contact API. Quando o OData for especificado, a API OData será usada e todas as Consultas Genéricas expostas via OData serão recuperadas dinamicamente.

Diversos

Esta seção fornece uma lista completa de diversas propriedades que você pode configurar.

Propriedade Descrição
GenerateSchemaFiles Indica a preferência do usuário quanto a quando os esquemas devem ser gerados e salvos.
IncludeCustomFields Se deve ou não recuperar os campos personalizados que são adicionados às telas Acumatica.
InquiryTables Tabelas de consulta separadas por vírgula. As tabelas de consulta no Contrato 3 Acumatica API versão 17.200.001 são: AccountByPeriodInquiry, AccountBySubaccountInquiry, AccountDetailsInquiry, AccountSummaryInquiry, InventoryAllocationInquiry, InventorySummaryInquiry, InvoicedItemsInquiry, SalesPricesInquiry, VendorPricesInquiry.
MaxRows Limita o número de linhas retornadas quando nenhuma agregação ou agrupamento é usado na consultar. Isso ajuda a evitar problemas de desempenho em tempo de design.
Other Essas propriedades ocultas são usadas apenas em casos de uso específicos.
Pagesize O número máximo de resultados a serem retornados por página de Acumatica.
PseudoColumns Esta propriedade indica se deve ou não incluir pseudocolunas como colunas na tabela.
Timeout O valor em segundos até que o erro de timeout seja lançado, cancelando a operação.

GenerateSchemaFiles

Indica a preferência do usuário quanto a quando os esquemas devem ser gerados e salvos.

Valores Possíveis

Never, OnUse, OnStart, OnCreate

Tipo de Dados

string

Valor Padrão

"Never"

Observações

Esta propriedade gera esquemas para arquivos .rsd no caminho especificado por Location.

As configurações disponíveis são as seguintes:

  • Nunca: Um arquivo de esquema nunca será gerado.
  • OnUse: Um arquivo de esquema será gerado na primeira vez que uma tabela for referenciada, desde que o arquivo de esquema para a tabela ainda não exista.
  • OnStart: Um arquivo de esquema será gerado no momento da conexão para todas as tabelas que atualmente não possuem um arquivo de esquema.
  • OnCreate: Um arquivo de esquema será gerado ao executar uma consultar SQL CREATE TABLE.

Observe que, se você deseja gerar novamente um arquivo, primeiro precisará excluí-lo.

Gerar Esquemas com SQL

Ao definir GenerateSchemaFiles para OnUse, o conector gera esquemas conforme você executa consultas SELECT. Os esquemas são gerados para cada tabela referenciada na consultar.

Ao definir GenerateSchemaFiles para OnCreate, os esquemas são gerados apenas quando uma consultar CREATE TABLE é executada.

Gerar Esquemas na Conexão

Outra maneira de usar essa propriedade é obter esquemas para cada tabela em seu banco de dados quando você se conectar. Para isso, defina GenerateSchemaFiles para OnStart e conecte-se.

IncludeCustomFields

Se deve ou não recuperar os campos personalizados que são adicionados às telas Acumatica.

Tipo de Dados

bool

Valor Padrão

true

Observações

Deixe isso definido como verdadeiro se você tiver campos personalizados adicionados e não tiver estendido a API para incluir campos personalizados em suas entidades. Defina-o como falso se não quiser recuperar campos personalizados.

Os endpoints Acumatica suportam uma pequena quantidade de campos personalizados por solicitação. Uma vez atingido um determinado valor, é recomendável configurar um endpoint estendido e incluir os campos personalizados nele.

Tabelas de Consulta

Tabelas de consulta separadas por vírgula. As tabelas de consulta no Contrato 3 Acumatica API versão 17.200.001 são: AccountByPeriodInquiry, AccountBySubaccountInquiry, AccountDetailsInquiry, AccountSummaryInquiry, InventoryAllocationInquiry, InventorySummaryInquiry, InvoicedItemsInquiry, SalesPricesInquiry, VendorPricesInquiry.

Tipo de Dados

string

Valor Padrão

""

Observações

MaxRows

Limita o número de linhas retornadas quando nenhuma agregação ou agrupamento é usado na consultar. Isso ajuda a evitar problemas de desempenho em tempo de design.

Tipo de Dados

int

Valor Padrão

-1

Observações

Limita o número de linhas retornadas quando nenhuma agregação ou agrupamento é usado na consultar. Isso ajuda a evitar problemas de desempenho em tempo de design.

Outro

Essas propriedades ocultas são usadas apenas em casos de uso específicos.

Tipo de Dados

string

Valor Padrão

""

Observações

As propriedades listadas abaixo estão disponíveis para casos de uso específicos. Os casos de uso e a funcionalidade normais do driver não devem exigir essas propriedades.

Especifique várias propriedades em uma lista separada por ponto e vírgula.

Integração e Formatação
Propriedade Descrição
DefaultColumnSize Define o comprimento padrão dos campos de string quando a fonte de dados não fornece o comprimento da coluna nos metadados. O valor padrão é 2000. Voltar para o início
ConvertDateTimeToGMT Determina se os valores de data e hora devem ser convertidos em GMT, em vez da hora local da máquina.
RecordToFile=filename Registra a transferência de dados do soquete subjacente para o arquivo especificado.

Tamanho da Página

O número máximo de resultados a serem retornados por página de Acumatica.

Tipo de Dados

int

Valor Padrão

1000

Observações

O Pagesize a propriedade afeta o número máximo de resultados a serem retornados por página de Acumatica. Definir um valor mais alto pode resultar em melhor desempenho ao custo de memória adicional alocada por página consumida.

Pseudocolunas

Esta propriedade indica se deve ou não incluir pseudocolunas como colunas na tabela.

Tipo de Dados

string

Valor Padrão

""

Observações

Essa configuração é particularmente útil no Entity Framework, que não permite definir um valor para uma pseudocoluna, a menos que seja uma coluna de tabela. O valor dessa configuração de conexão está no formato "Table1=Column1, Table1=Column2, Table2=Column3". Você pode usar o caractere "*" para incluir todas as tabelas e todas as colunas; por exemplo, "*=*".

Tempo Esgotado

O valor em segundos até que o erro de timeout seja lançado, cancelando a operação.

Tipo de Dados

int

Valor Padrão

60

Observações

Se Timeout = 0, as operações não expiram. As operações são executadas até serem concluídas com êxito ou até encontrarem uma condição de erro.

Se Timeout expira e a operação ainda não está concluída, o conector lança uma exceção.