Caros, Tava aqui recuperando uns endereços para uma integração e cheguei até uma query que relaciona tudo. SELECT * FROM CUSTTABLE INNER JOIN DIRPARTYTABLE ON CUSTTABLE.PARTYID = DIRPARTYTABLE.PARTYID AND CUSTTABLE.DATAAREAID = DIRPARTYTABLE.DATAAREAID INNER JOIN DIRPARTYADDRESSRELATIONSHIP ON DIRPARTYTABLE.PARTYID = DIRPARTYADDRESSRELATIONSHIP.PARTYID AND DIRPARTYTABLE.DATAAREAID = DIRPARTYADDRESSRELATIONSHIP.DATAAREAID INNER JOIN DIRPARTYADDRESSRELATIONSHI1066 ON DIRPARTYADDRESSRELATIONSHIP.RECID = DIRPARTYADDRESSRELATIONSHI1066.PARTYADDRESSRELATIONSHIPRECID AND DIRPARTYADDRESSRELATIONSHIP.DATAAREAID = DIRPARTYADDRESSRELATIONSHI1066.DATAAREAID INNER […]
12 Jan
Posted by: Ricardo Pichler in: X++
Overview We strongly recommend that you read this paper before upgrading. The following topics are discussed: Analyzing customizations Purging and archiving data with the Intelligent Data Management Framework Analyzing space requirements for databases Creating project plans for testing Recommended upgrade process Preparing the source database Preparing the source AOS instance Using the state transfer tool […]
Pessoal, Se alguém mais passar por isso e precisar, segue um script que lê a LedgerTable e popula a LedgerTableInterval carregando assim os totais (Intervalo de Contas). 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 […]
Caros, Como no post anterior, segue a base de ncms e o respectivo script para importar. ncms_20111206.rar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 static void loadNCMsFromFile(Args _args) { TaxFiscalClassification_BR buffer; […]
Caros, Segue uma base de ceps mais atual com 1.345.486 ceps, já no formato para ser importada. zips_20111206.rar Abaixo o código para fazer a importação: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 […]