My Stuff
Comments
-
Yes, and I have tried again on a blank template with the same issue. I'll look to contact support as soon as I can.
-
Could you share the code you used that worked?
-
Unfortunately the error doesn't tell me anything helpful.
-
@FazeprooF thanks very much I will have another bash at this but glad someone has been able to get this working.
-
Thanks for the reply, I'll look into building that solution.
-
Hi, Yes I did and the columns name do match. I've found the solution to my problem by removing the '<#if result_index ==0>' part and adding a '<#if results?has_content>' before the list elelment, not sure why this caused an issue as result_index should have returned a value. Anyway all working now.
-
Just what is listed in help under the n/render module and a few posts from within this group that show suitelet/user event scripts utilised to generate the PDF, I prefer to use workflow actions if possible.
-
Still waiting on a reply please or if you can supply the defect number
-
Any idea if this has been fixed in recent releases as I still can't display bullet list in HTML forms
-
Is it possible to source a value from a field on the record being printed into the PDF to use as the password?
-
We are in the same boat, tried to get a recommended solution but no joy, if anyone works out a good replacement or a possible fix to get this running it would be appreciated.
-
Hello everybody, I'm based in the West Midlands in the UK and I work for the charity AbilityNet, We use NetSuite as an ERP/CRM and have many custom records which control our business areas inside the charity on many different levels. We have been using NetSuite Since 2004 and I am the systems developer/administrator for…
-
This has been identified as a defect but doesn't look to be fixed anytime soon
-
Any update on this issue please?
-
<!DOCTYPE html --> <!-- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" --> <!--"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> <!-- DSA PAF Form --> <!-- Version 3.0 --> <!-- AbilityNet --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;…
-
Hi, Is there any update on this issue?
-
Ok, Thought that might be the case, disappointing that the function is no longer supported but will look at other solutions. Thank you for your help.
-
Hi, We've used render.mergeEmail before for emails but just to be clear I need to merge to a letter template as I need to create a pre-populated word document, will the render.mergeEmail work with a letter template as the set-up for letter template uses the CRMDSK tagging? Thanks
-
Hi, Thanks for the reply. We simple used a standard Letter template created in a word document, screenshot below We then used 'nlapiMergeRecord' to merge in the record data before sending as an attachment. As we are making an effort to move all our existing scripts from 1.0 to 2.0 I would like to be able to do this…
-
Not looking for anyone to do this for us, just confused about what kind of script to use to process this data, I am assuming a Restlet script?
-
Thank you for the reply, I did think about that option of adding a tag in the subject line but it is again open to being changed when the user replies, this would be so simply to do if NetSuite just let a custom field be added to the message record so it could be flagged/tagged to a specific record! Even more annoying is…
-
I Assume with this solution the reply to address will no longer contain the "<messages.385271.5761205.6d99b2fc88@385271.email.netsuite.com>" email, whilst this would fix the issue with the captcha getting the reply, that address does contain the ID of the message record which gives me a route to find the Parent record ID,…
-
Hi, I am generating the email in Workflow, when the email is replied to the email address is Reply to: "System, QUERY" <messages.385271.5761205.6d99b2fc88@385271.email.netsuite.com> The System, QUERY is an employee record set with the capture email. Does your script email generation work the same if you associate the email…
-
Hi, Thanks for taking the time to help, I originally tried to do similar with a summary search into a field but unfortunately on custom record created messages there is no way to set the custom record ID as a filter to enable the summary field to pick up only those messages which relate to that record instance, the…
-
Hi, Thanks again for taking the time to reply, I really do appreciate the help. For the people we deal with asking them to copy that email address manually into the to field isn't an option, we really need a way that we can have the replies update a field on the record, I am looking into a combination of a suite-script…
-
Hi, Yes I have that email address and have set-up a forward as per the instructions in suite answers so that the public facing email address is more user friendly, however whilst that works for emails sent directly to that public facing email address, if I send an email from NetSuite from that same public email address…
-
Hi, I've setup the email capture and added the plug-in email address as a forward on our exchange (query-replies@ourdomain.com) , if I send an email directly to that email address (query-replies@ourdomain.com) it forwards fine and processes in the plug-in. I've got a workflow to send an email from a record using the…
-
Hi Erick, Thanks for the response, Unfortunately as I indicated in the last post there are likely to be multiple records for the same person active at the same time i.e record 1 & 2 for John Smith could both be having emails sent from the record at the same time as the records are used to handle multiple instances of…
-
Hi, I've investigated this and as far as I can tell the only way to identify the associated record I want to update when the email comes back in would be via the email address of the sender and that would have to be matched to find the record it is related to so I can source the ID of the records to update? is that…
-
Thanks, I will look into that although looks quite complicated!