modifyDocumentXmlBeforeSign(context)
To access the LATAM E-Document Certification SuiteApp documentation in Brazilian Portuguese (Português do Brasil), see LATAM E-Document Certification.
Function Declaration |
|
Type |
Interface function |
Description |
Modifies the e-document file by inserting new tags or updating existing tags before the final digital signature. This function should only be used if the tax authority requires the digital signature. If not, the function can be empty. |
Returns |
String |
Input Parameters |
Example
function modifyDocumentXmlBeforeSign(context) {
return context.unsignedXml;
};