@Fabian_DDD wrote:
Hello
I am trying to deactivate xml of an electronic invoice document, without problems in the deactivate activity, however at the moment of using
the for each is throwing errors at me, because the attachedDocument header has quotation marks and: what could I do to walk through
and show me the variables of the next element?I need to store labels:
cbc:UBLVersionIDDIAN 2.1</cbc:UBLVersionID>
cbc:CustomizationIDDocumentos adjuntos</cbc:CustomizationID>
cbc:ProfileIDFactura Electrónica de Venta</cbc:ProfileID>
cbc:ProfileExecutionID1</cbc:ProfileExecutionID>
cbc:IDb3623387a57344cf93816a876b266c42</cbc:ID>
cbc:IssueDate2020-02-19</cbc:IssueDate>
cbc:IssueTime12:41:41-05:00</cbc:IssueTime>
cbc:DocumentTypeContenedor de Factura Electrónica</cbc:DocumentType>
cbc:ParentDocumentIDFVE3438</cbc:ParentDocumentID>
cac:SenderPartyerrors
OutData.Elements("AttachedDocument xmlns:ext=“urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2” xmlns:cbc=“urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2” xmlns:cac=“urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2” xmlns=“urn:oasis:names:specification:ubl:schema:xsd:AttachedDocument-2”>
") in for each
or with OutData.Elements(“AttachedDocument xmlns:ext=”) in for each
Thank
Posts: 2
Participants: 2