Histórico da Página
...
Totvs custom tabs box | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
04. INFORMACIÓN ADICIONAL
...
Bloco de código | ||
---|---|---|
| ||
User Function M486DIRREC() Local aArea := GetArea() // Se reserva el área de trabajo Local cXML := "" // Cadena de retorno Local cCRLF := (chr(13)+chr(10)) // Salto de línea Local cCliente := PARAMIXB[1] // Código del cliente Local cLoja := PARAMIXB[2] // Código del la tienda. Local cFilSA1 := xFilial("SA1") DbSelectArea("SA1") SA1->(dbSetOrder(1)) // A1_FILIAL+A1_COD+A1_LOJA If ( SA1->(DbSeek(cFilSA1 + cCliente + cLoja ))) cXML += ' <cac:RegistrationAddress>'+ cCRLF cXML += ' <cbc:ID schemeName="Ubigeos">' + RTRIM(SA1->A1_CEP) + '</cbc:ID>' + cCRLF cXML += ' <cbc:AddressTypeCode listName="Establecimientos anexos">0000</cbc:AddressTypeCode>'+ cCRLF cXML += ' <cbc:CitySubdivisionName>-</cbc:CitySubdivisionName>'+ cCRLF cXML += ' <cbc:CityName><![CDATA[' + RTRIM(SA1->A1_MUN) + ']]></cbc:CityName>'+ cCRLF cXML += ' <cbc:CountrySubentity><![CDATA[' + RTRIM(M486VALSX5("12",SA1->A1_EST)) + ']]></cbc:CountrySubentity>'+ cCRLF cXML += ' <cbc:District><![CDATA[' + RTRIM(SA1->A1_BAIRRO) + ']]></cbc:District>'+ cCRLF cXML += ' <cac:AddressLine>'+ cCRLF cXML += ' <cbc:Line><![CDATA[' + RTRIM(SA1->A1_END) + ']]></cbc:Line>'+ cCRLF cXML += ' </cac:AddressLine>'+ cCRLF cXML += ' <cac:Country>'+ cCRLF cXML += ' <cbc:IdentificationCode listName="Country">PE</cbc:IdentificationCode>'+ cCRLF cXML += ' </cac:Country>'+ cCRLF cXML += ' </cac:RegistrationAddress>' + cCRLF EndifEndIf RestArea(aArea) Return cXML |
Card documentos Informacao La presente solución aplica para versión 12.1.17 o superior, siempre y cuando se tengan las rutinas actualizadas a la fecha indicada en la sección 01 - Datos Generales. Titulo ¡IMPORTANTE!
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas