Mi contenido
Comentarios
-
Thanks I have already re-purposed / extended an existing client script to copy the data I need (the person who picked the order) from the Item Fulfilment Record to the Sales Order - but this will only ever show the 'latest' person who picked a fulfilment on that order (as there can be multiple fulfilments to a single…
-
Thanks CoffeeGuy Yes, Customer:InternalID is a list/record field so this allows the search to be added as a sublist, but I don't have anything relevant to match it with on the Activity Record - Company doesn't seem to work. What Field did you match yours to?
-
Thanks Michelle On both a Message and User Note Search, the Customer:Name and Customer:Company both appear as 'text filters' (not drop downs), and therefore the search will not appear on the list of available searches to add as a SubTab (the SuiteAnswers article Answer Id: 48802 confirms this that it has to be a…
-
Our solution is almost entirely within NetSuite. (At the moment I'm using an Excel document to take the monthly targets, work out the 'working days' and generate the CSV to import the daily targets into my custom records - but all reporting is done within NetSuite now)..... So the first step is to get an accurate Cost…
-
Yes, I've been asked to look at this also. Any background info / advice would be useful. I notice on the Item records where we set the replenishment method as 'reorder point' there is an alternative option on there for 'Time Phased' - but I cannot find any information in SuiteAnswers about this 'Time Phased' option to…
-
I looked at this briefly before ignoring it and creating our own custom records for targets. From what I can remember, the inbuilt sales quotas can only be used with the in-built KPIs that compare to the in-built sales figures (which we could never reconcile or agree). So we have created (hugely complicated) formulas,…
-
Thanks - I am starting to learn scripting. Most of the online examples of SuiteLets focus on data entry forms. Does anyone have any simple examples of a SuiteLet page to display information (ideally Saved Searches and/or KPI Scorecards).
-
As far as I can see, you can only grant permissions to a Center Tab to Roles within the Center Type that it is created. If the Tab has to have permissions for the Role in order to view it, and then it appears on the top menu as well. Thanks for the suggestion
-
Sorry if I am not making myself clear.... * I have added the Center Category to the Finance Dashboard * I have added Custom Center Links to the Center Category This gives me the 'drop down' menu structure that I want beneath the 'Finance Dashboard' menu item (as show in the screen shot). I want each of the Custom Center…
-
Thanks for this Following your instructions above I have now experimented with Categories: This is the main Center Tab for Finance - now with a Category assigned: The Center Category has the Custom Links in it: And these links are set up as follows: This creates the drop down menu effect I was hoping for: But as you can…
-
Thanks Jack I think we have looked at the Lead Conversion options before and they don't seem to fit in with our workflow, but I will review these again. I had considered your option of a scheduled workflow to make the change, but because I am sourcing the custom fields for the number of calls / emails from a saved search…
-
I think these work - but I am still testing..... Hugely complex solution for something that should be simple. Anyone else think that the fundamental problem is the order status of 'Pending Fulfilment' covers everything from Order Approved to Order Delivered? If Order Status's covered the in between stages (On Back Order,…
-
Thanks Herdi - that appears to give me what I need - I wasn't previously aware of the 'when ordered by' option - that is very useful!
-
You could also look in Setup / Company / Sent Email List
-
I keep hitting this same limitation in many places when trying to cross-reference data between different lists (i.e. Customers and Cases, Quotes and Activities etc.) I'm looking at running overnight mass updates to copy the data from the search sourced field to a 'saved value' field - which would be usable (but means the…
-
OK thanks, that is disappointing, but at least I know I'm not missing anything obvious. I will have to wait for the Analytics environment to be updated with access to all relevant fields....
-
OK so it appears you can't use the 'All' option for Roles on the Centre Tab. I've changed this to Sales Centre (which is the Centre I was trying to publish it to) and it now works (but obviously it is now missing from the Admin role using the Classic Centre) Presumably I will need to create different Tabs for Different…
-
This is one of the many areas of NetSuite that cannot implement any kind of 'working days' filter or calculation.....
-
I think I have fixed it with this: isNaN(parseInt({custbody_fulfil_nofaildel})) ? 1 : parseInt({custbody_fulfil_nofaildel})+parseInt(1) Seems to be working - I will continue to test
-
Thank you - this is almost working now - apart from it errors with NaN if the field is blank. I tried parseInt(NVL({custbody_fulfil_nofaildel},0))+parseInt(1) but this didn't work. This takes me back to one of my previous questions - clearly the Workflow formulas don't use the same functions as the #'SQL Expressions' used…
-
OK, so with a fairly crude search and custom field sourced from that search I can extract the Contact Name (or ID) from the list of Contacts (where the email address matches the email address on the Sales Order) - but as this is a 'sourced' field (with no saved value) I can't then use a Workflow to update my 'proper'…
-
OK, good idea, I've just tried that. With a Customer Search filtered to a specific transaction (as it would be if I use it in a custom field) I can get the custom transaction field and the Contact fields: But this just returns all the contacts for that customer: There still doesn't seem to be a way to reference the…
-
I looked at a Transaction Search, but the only contact fields available were 'primary contact' - and I checked - these were blank!
-
What is also very strange (and frustrating) - if I use the formula {variable}-1 then it counts down from -1 to -2 to -3 etc. There is no logical reason why +1 is treating the field as a text 'concatenate' function.
-
I've tried using NVL (and TO_NUMBER) as per your suggestion above, but neither of these work for me. I have two key differences: 1. Mine is a custom transaction field (not sure if that makes a difference?) 2. I am triggering this 'After Field Edit' as I only want to increment the field when another field is changed. So I…
-
Thanks - that is what I tried at the weekend, but it left a blank address rather than removing it completely. I think I'm comfortable with my solution to mark them 'do not use' as it keeps the data integrity consistent.
-
'I'm still leaning towards the fact that the from in the email is from our domain and yet the mailed by field is from bounces.na2.netsuite.com is what is causing issues on the customer's side. Not sure if our customers need to white list bounces.na2.netsuite.com also? Set up a special whitelist rule that allows our domain…
-
Couldn't get the CSV import to remove the addresses - tried with no fields other than Address ID - that did nothing, then tried with all fields set to Null - this removed everything from the fields, but left an empty address on the customer record. Decided to go with CSV import to update all the labels to [DUPLICATE DO NOT…
-
Thanks Melanie and Mikko - I will try the bulk import option first, and then resort to scripting if necessary. I agree, I would prefer not to bulk delete records in this way, but as there appears to be no way to mark them 'inactive' (as there is with nearly all other lists in NetSuite) I don't see any other alternative. I…
-
Support page is showing EU Central had a problem and is now resolved. Our performance seems to be improved now.... So is Amsterdam EU Central? Or am I in EU Central, but not Amsterdam? How can I find out?