Mi contenido
Comentarios
-
Thanks Erick - yes I found that error and resolved it. I'm just a unsure why we have 12 working client scripts, but now know that it fails if I try to deploy 13?
-
OK, I moved my script to the top of the list, and it worked. I have been able to retire one of my previous scripts in introducing this new one, so I have been able to get this script working (even when it is moved back to the bottom of the list). I appreciate all your help with the scripting above - if there is any further…
-
I've found this help article: NetSuite Help Center That states: A maximum of 10 localized and 10 non-localized client scripts are supported. I have 13 scripts (and the 13th is not working): I have nothing shown in the 'Localized Client Scripts' list, so I assume all of mine are 'non-localized'? So in theory, only the first…
-
Thanks Erick My script now looks like this: /** *@NApiVersion 2.x *@NScriptType ClientScript */ define(['N/currentRecord'], function (currentRecord) { // /** // * @param {ClientScriptContext.validateLine} context // */ function validateLine(context) { var thisRecord = context.currentRecord; var itemPORate =…
-
No, it's just incredibly slow (15-30 seconds) to access, and often times out. (And it logs me out of the main NetSuite interface which is frustrating. To be honest, this forum used to be just as frustrating to access before the recent overhaul and re-launch. Perhaps we can hope that Suite Ideas will get a similar refresh…
-
Thanks - I'll upvote that (assuming I can get access to Suite Ideas - it seems quite intermittent as to when I can and can't connect to it). I don't suppose the preferences are exposed to SuiteQL for searching that way?
-
I think I've resolved Subtotal: var subtotal = nlapiGetField('subtotal'); subtotal.setDisplayType('hidden'); However I have one really strange one - the sublist/subtab(?) heading for Items includes the total value: Based on the Field Explorer plugin I think this is called 'item_total' but I can't hide that in script using…en Hide Subtotal in Summary Box on Transaction form Comentario por PaulFleetwood Jan 8, 2021 11:19AM
-
Thanks - I'm using this workflow action script (adapted from SuiteAnswers) to hide some line level fields: function workflowAction() { var amount = nlapiGetLineItemField('item', 'amount', '1'); amount.setDisplayType('hidden'); var rate = nlapiGetLineItemField('item', 'rate', '1'); rate.setDisplayType('hidden'); var…
-
Thanks I've tagged that enhancement. In the meantime, I think I'll have to work with a third party suiteapp to be able to send bulk emails and have them logged to the individual entity records.
-
Thanks Ivy Strangely, we are using Distribution Networks and Replenish Location by Transfer Order based on our manually fixed Reorder Points and Preferred Stock levels? It looks like you have to enable Demand Planning to use this, but Demand Planning isn't actually used in the Distribution Networks. I keep reading the…
-
Thanks - I have logged with support
-
Thanks Ivy - I will vote on that enhancement With regards to Transfer Orders, that does unfortunately mean that we may not be able to use AIM successfully. I accept your statement: Transferring inventory to a location means that there is a demand on the location and this demand comes from the considered transactions such…
-
THANKYOU! That was (almost) exactly what I was looking for... I've just tested this, and although it works, it doesn't appear to log the email sent in the Communications Tab of the relevant entity (I've just tested this on a Supplier(Vendor) record) The main reason for sending these emails via NetSuite is to ensure the…
-
Thanks: Can you provide more information about the script that you used to update the fields? Script type (client, user event, scheduled, etc) - Map Reduce Entry point/function (pageInit, beforeLoad, beforeSubmit, etc) - Map Are you able to update the purchase price from the UI without issues? - Yes, no problem, and also…en Update Inventory Part Purchase Price field {cost} Comentario por PaulFleetwood Dec 8, 2020 6:32PM
-
Thank you for confirming - I have been reading up on 'validateline' functions and similar in scripting to try and work out how I can achieve this through scripting, but I can't seem to find many example scripts online. In it's simplest form, I'd like a scuitescript that would check each item line on a SalesOrder when…
-
We have to send a notification to all customers (and judging by the problems we've had this time, we will probably need to send emails to all contacts for all customers). I can identify the customers / contacts to send via a Saved Search quite easily, but I need a way to send an email template to all. How would you suggest…
-
@Erick Dela Rosa-Oracle Thanks very much for this - that is really helpful and works well. For anyone else reading this - the User Event script needs to be deployed to the 'Message' transaction type (obvious I know, but I spent 10 mins trying to work why it wouldn't work when deployed to the Purchase order!) And if anyone…
-
OK thanks Customer notifications such as Price Increases are vital, and we have to be able to prove they are sent accurately and consistently (otherwise they lead to multiple credit notes and complaints about pricing). It appears the NetSuite does not have a native process to achieve this, and so I am currently…
-
@Erick Dela Rosa-Oracle - do you have any sample code for this?
-
Thanks but I disagree. I can CSV import an update to set all 'Opted Out' (Soft or Confirmed') and set them to 'Opt In' - I do this 2 or 3 times per year so that I can send Price Increase notifications and other important messages that have to go to all Customers (regardless of marketing preferences). This is the problem…
-
Frustrating. I would vote for this enhancement, but I am not able to access SuiteIdeas or my NetSuite Account Centre from the links on the Support page - I just get an Unexpected Error message. I'll log this with support as a defect and ask them to add me to the enhancement...... I might be interested in the scripted…
-
Excellent! That works well - thanks very much :)
-
This is on Enhancement # - 146332 if anyone else encounters this and wants to vote. I've actually worked round the problem by providing a link to the search from the Customer page using a Custom Hyperlink field with this formula:…
-
Thanks for this Ivy That solution is not really viable in my situation as this particular item (used for applying vendor carriage charges) needs to have all our primary vendors (approx. 500) added to the item. It would take longer to set up that field mapping than to add the Vendors manually on the record.
-
The problem is worse than that - the file downloaded is called an 'XLS' file, but is actually in 'XML' format - this is what causes the Excel warning. As you say, you would hope / expect that NetSuite would configure their downloads correctly to work with Excel (and InTune)
-
Thanks John I'm not familiar with the fields you are displaying from that Customer Search, but I've just tried this on my account, and I believe this is only returning items that are specified on the Customer Record under Item Pricing. I am trying to generate a 'full price list' of all items, to show a customer what they…
-
Thanks Michelle Both of those articles are based on sending email automatically when the transaction is saved. In many cases our users want to send the email and add in additional information or attachments - it is on that pop up screen that I would like to be able to set a default....
-
@corey.hermanson Apart from SPF etc as mentioned above, there were two other key problems that we had to address (and are still attempting to deal with). If you are bulk sending Invoices or similar transactions, try to avoid sorting the list of emails to send by customer. Many email systems will reject multiple messages…
-
OK thanks - I've voted on the Enhancement.....
-
I understand the concept of Drop Ship, but I need to build a workflow (or similar) to prevent a User from creating a Sales Order where some items are selected for drop ship and others are to be delivered from stock. The 'ShipMethod' field (standard NetSuite field) is used on the order to signify how the order is to be…