Avalados por :
var Useraccountid : UserAccountID;
var PDF : basisGlobal:BinaryObject;
var title = “CustomerInvoiceDoc”;
// Retrieve the attachment document’s content and assign to the PDF variable
//Assign the content
PDF.content = Document_content;
// PD002 is an assigned user which we created in the previous step.
Useraccountid.content = “PD002”;
/*
Useraccountid : This is assigned user id
Title : Title of the document
Numberic value(1) : No of copies
PDF : Content of file
“Customer_Invoice” : Print queue ID which we created in previous step
*/
var PrintDocument = OutputManagementUtilities.CreatePrintQueueItem(Useraccountid, title, 1, PDF, “Customer_Invoice”);
return ture;
Sin respuestas
No hay respuestas para mostrar
Se el primero en responder
contacto@primeinstitute.com
(+51) 1641 9379
(+57) 1489 6964
© 2025 Copyright. Todos los derechos reservados.
Desarrollado por Prime Institute