My Stuff
Comments
-
Thanks Jack. I hadnt changed field type to Rich Text so now its working as required.
-
Ok i found a way of doing this using the following within a saved search: Replace(ns_concat('https://1111111.app.netsuite.com'||{file.url}), ',' , '<br>') Then creating a non stored custom field sourcing the saved search to add to the email template. I just need to figure out how to add anchor text for each URL to avoid…
-
This is great thanks Jejacob. Behaviour works to update the line item 'memo' on save. However this only seems to be working for the first line. I cant seem to get this to work for multiple lines on creation or edit
-
ive tried: if(x.getLineItemValue('item', 'createwo', i)){ x.setLineItemValue('item', 'custcol_work_order_id', i, x.getLineItemText('item', 'woid', i)); nlapiLogExecution('DEBUG', 'Setting the Work ID', '' + x.getLineItemText('item', 'woid', i)) but returns a blank value...
-
Hi, is there any update on these enhancements. I cant seem to log in to suite ideas to see the status. We really need this functionality within our organisation.
-
This has been very helpful. I'm trying something similar by printing saved search results within a sales order using a custom button. Seems as if the user event and client scripts are working. I have slightly tweaked the above suitelet but I cant get the PDF to print. The advanced PDF template works fine when printing…
-
Managed to get the PDF to load. thanks. Hard coded an internal ID within the new nlobjSearchFilter for testing. Now I need to add the correct filter if statement to load the relevant sales order using the internal id. Have tried a few approaches without success. im guessing i need to reference the sales order record…