Páginas filhas
  • Utilizando a atividade "Executar Transformação XSLT"

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

HTML
</div>
Vamos agora, preencher essas propriedades. Iniciaremos preenchendo a propriedade <strong>"XmlIn"</strong><br>strong>.<br>
Ao clicar no botão<strong>botão [...]</strong> a tela abaixo será apresentada:
<div style="background: #fff; padding:10px;text-align:center;width:calc(100% - 25px);margin:10px 0px">

Image Added

HTML
</div>
Nessa tela, adicione o XML de Entrada. 
<div style="background: #fff; padding:10px;text-align:center;width:calc(100% - 25px);margin:10px 0px">
Bloco de código
languagexml
firstline1
titleXML de Entrada
linenumberstrue
collapsetrue
<?xml version="1.0" encoding="utf-8"?>
<ReturnContent>
  <ProjectInternalId>ProjectInternalId1</ProjectInternalId>
  <InitialTaskInternalId>InitialTaskInternalId1</InitialTaskInternalId>
  <FinalTaskInternalId>FinalTaskInternalId1</FinalTaskInternalId>
  <AccountingClosingDate>2017-10-30</AccountingClosingDate>
  <ListOfTaskCostAssignments>
    <TaskCostAssignment>
      <TaskInternalId>1|12|120</TaskInternalId>
      <ListOfPeriodValues>
        <PeriodValues>
		  <PeriodNumber>1</PeriodNumber>
          <PeriodValue>1232</PeriodValue>
          <ListOfDocumentValues>
            <DocumentValues>
              <DocumentType>NFE</DocumentType>
              <Value>1</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>EST</DocumentType>
              <Value>-79228162514264337593543950335</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>CPG</DocumentType>
              <Value>79228162514264337593543950335</Value>
            </DocumentValues>
          </ListOfDocumentValues>
        </PeriodValues>
        <PeriodValues>
          <PeriodNumber>2</PeriodNumber>
          <PeriodValue>200</PeriodValue>
          <ListOfDocumentValues>
            <DocumentValues>
              <DocumentType>NFE</DocumentType>
              <Value>0.9</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>EST</DocumentType>
              <Value>1.1</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>CPG</DocumentType>
              <Value>-79228162514264337593543950335</Value>
            </DocumentValues>
          </ListOfDocumentValues>
        </PeriodValues>
        <PeriodValues>
          <PeriodNumber>3</PeriodNumber>
          <PeriodValue>300</PeriodValue>
          <ListOfDocumentValues>
            <DocumentValues>
              <DocumentType>NFE</DocumentType>
              <Value>79228162514264337593543950335</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>EST</DocumentType>
              <Value>0.8</Value>
            </DocumentValues>
            <DocumentValues>
              <DocumentType>CPG</DocumentType>
              <Value>1.2</Value>
            </DocumentValues>
          </ListOfDocumentValues>
        </PeriodValues>
      </ListOfPeriodValues>
    </TaskCostAssignment>  
    <TaskCostAssignment>
      <TaskInternalId>1|12|121</TaskInternalId>
      <ListOfPeriodValues>
        <PeriodValues>
          <PeriodValue>1</PeriodValue>          
        </PeriodValues>
        <PeriodValues>
          <PeriodValue>2</PeriodValue>
        </PeriodValues>
        <PeriodValues>
          <PeriodValue>3</PeriodValue>
        </PeriodValues>
      </ListOfPeriodValues>
    </TaskCostAssignment>  
  </ListOfTaskCostAssignments>
</ReturnContent>


HTML
</div>
Após preencher as propriedades, salve e execute a <strong>Fórmula Visual</strong>. Verifique o resultado do processo. A <strong>Fórmula Visual</strong> deverá executar com sucesso.
<div style="background: #fff; padding:10px;text-align:center;width:calc(100% - 25px);margin:10px 0px">

...