Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Print transactions in Customer Center with Suite Promotion
Can you please with my formula? I am trying to have the customers print their transactions from the customer center since they cannot view them with the Suite Promotion.
I am unable to print any packing slip from the item fulfillment record. Is it a formula issue? Anyone has a better solution?
Regards,
CASE WHEN {type} = 'Sales Order' THEN '<a target="_blank" href ="/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber='||{customform.id}||'&whence=&printtype=transaction&trantype=salesord&recordtype=&label=Sales%20Order&id='||{internalid}||'" >PRINT</a>' WHEN {type} = 'Invoice' THEN '<a target="_blank" href ="/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber='||{customform.id}||'&whence=&printtype=transaction&trantype=custinvc&recordtype=&label=Invoice&id='||{internalid}||'" >PRINT</a>'WHEN {type} = 'Estimate' THEN '<a target="_blank" href ="/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber='||{customform.id}||'&whence=&printtype=transaction&trantype=estimate&recordtype=&label=Estimate&id='||{internalid}||'" >PRINT</a>' WHEN {type} = 'Credit Memo' THEN '<a target="_blank" href ="/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber='||{customform.id}||'&whence=&printtype=transaction&trantype=custcred&recordtype=&label=Credit%20Memo&id='||{internalid}||'" >PRINT</a>' WHEN {type} = 'Customer Refund' THEN '<a target="_blank" href ="/app/accounting/transactions/custrfnd.nl?id='||{internalid}||'" >VIEW</a>' WHEN {type} = 'Payment' THEN '<a target="_blank" href ="/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber='||{customform.id}||'&whence=&printtype=transaction&trantype=custdep&recordtype=&label=Payment%20Receipts&id='||{internalid}||'" >PRINT</a>' WHEN {type} = 'Return Authorization' THEN '<a target="_blank" href ="/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&formnumber='||{customform.id}||'&whence=&printtype=transaction&trantype=rtnauth&recordtype=&label=Return%20Authorization&id='||{internalid}||'" >PRINT</a>' ELSE '<a target="_blank" href ="/app/accounting/print/hotprint.nl?regular=T&sethotprinter=T&id='||{type.id}||'&label=Packing%20Slip&printtype=packingslip&trantype=itemship&orgtrantype=SalesOrd&auxtrans='||{internalid}||'" >PRINT</a>' END