My Stuff
Comments
-
This can be done with an work order build. item: 123000-SA0-000 is an inventory item for purchase with a cost of $50 item: v123000-SA0-001 (or what ever you want to call it) is a service item for purchase with a cost of $25 Work order 1000 is a build order for 123000-SA0-000 +v123000-SA0-001 resulting in Part…
-
Take a look at Item Groups and kits. I think that Item groups will give you what you need. Kits using 1 item number to represent a collection of part numbers, the kits is sold and shipped as a whole and all item must be available or the kits is backordered. Groups using 1 item number add many line items to the order, all…
-
Also, when I have a lot of custom fields or saved searches I use, I add a code module to my project and put all of the custom field IDs in it as constants. Then I add this module as a library to my other scripts and only refer to the custom fields by constant in my scripts. This way if I have to change the name of a field…
-
couple of things I try to do, though limits on the length of ids in NS sometimes make this hard, All my ID's be it script, workflow, field, or saved search start with _XXX (insert your company acronym here, we all have them) _some sort of project identifier (hard to do with 3-4 characters) and _objectname (ie.…
-
Well according to your numbers, you have room for about 180,000 additional records give or take before space is a problem. So you should be set for a few years in anycase. If it were me I would want to have a way to track the custom items I sell so I can see trends in the items and plan accordingly. If they are all Misc.…
-
Can you tell us more about the type of items you have? Also do the items have a useful life span? Do you sell a certain model for say 1 year or 2 years and then get a new model or something like that?
-
Hi, I think with some scripting, we could create a new object in Netsuite "Send Samples" or something like that. When a new record is created we could do an inventory adjustment to take the items out of stock and print a pick label for it. If the item is ever returned then we would reverse the process and return the item…
-
Hi, Thanks for the feedback. I have talked to them about why they want separate accounts and not just seperate reports broken up for 'department' which is what they are using for Revenue streams. The answer was the CEO wants the Costs and Revenue per site completely separate almost as if they were separate businesses. I…
-
Olivier, Thanks for the info. The single G/L approach is my preferred approach as well but the client has asked me to research other possibilities. -Sean
-
Hi, When a contact moves from one company to another, If you simply change the Company on the Contact form, NS will add the new company to the Companies Tab and make it the primary. However the former company is also still listed there. If you then search for contacts at the old company or the new company you will see this…
-
chanarbon , when you say that Map/Reduce does the yielding for you, are you saying that will reset the Governence for that instance of the script? I am seeing the yeilds but I am not seeing the usage reset. So I would like to get some clarification on how that works.
-
this looks like a situation a workflow action script triggered on before load would give you exactly what you wanted. No?
-
I do this with a Workflow and workflow Action Script. I Use The workflow to add the button on record load in one stage, then, add a second stage and setup a transition using the button click. On Entry of the 2nd State you can run your workflow action script. You can either put your code right in the WFA or use the WFA to…
-
In case anyone else is looking for help, I found the answer to to my issue in this thread... [LIST] [*]Make sure your Client Script exports the function you want called on the button click with the same name you have specified in `functionName` [/LIST] which mean when I added <code> function cancel_click() {…
-
you could also use an inlineHTML field and make the value of the field the HTML required for the link.
-
Thanks Olivier, I guess they are monitoring however since Cherryl changed it before I could even send the message. Thanks Cherryl
-
I would like to echo what Olivier is saying, most of us as Solution Provider partners are also actually users of NetSuite and have been for a long time so we understand what you need. It is very good option as first line support for you. Many partners have a pay as you go option as well as annual contracts. That is not to…
-
Can you setup and automate an intercompany Transfer order. Setup a Virtual Warehouse location in the France location that has no Inventory. When the Sales order is placed in France, trigger an intercompany transfer to move inventory from UK to France (virtually). nothing actually moves its just record keeping thing. Then…
-
After you create the project, you can link a sales order to it by adding the project name as the customer rather then the actual customer. This will link them. the other way to go is to add a customs field to; the project for sales Order and a the sales order screen for Project. check the Record is parent box on each…
-
I am using Neon and I noticed that the import files from account option moved in 18.1. It is no longer available when right click on the file itself or on the Suite-scripts folder, BUT if you right click on the File Cabinet Folder the option is there and works. It would be nice to be able to right click on a file and…
-
seamanjeff the key reason I can think of to download the XML file without SDF would be for Backup/Versioning.
-
Has this been filed? I would like to go vote for it?
-
I have seen this as well. Uploading (or deploying a new version of the script FILE does not cause the Script RECORD to re-evaluate the file. However if after uploading the changed file you manually edit and save the script record it will update properly. This is true of any Script file not just M/R.
-
saenzmariano This situation feels very familiar to me. I think in this exact situation, Attempting to deploy a workflow that refers to a custom segment field on a custom record, I had similar Validation issues and the "Add Dependency References to Manifest" option failed to add the dependencies to Manifest. I had to add…
-
Might I suggest that you edit the deploy one time to push only what is in a Given folder of scripts branch Perhaps a deploy folder? then when you want to push a given file you simply move that file into the Deploy folder and run the deploy?
-
What is the Status of this issue? I am having the same issue I am still using Kepler currently.
-
I am updating my IDE right now... will let you know how it goes
-
Is there a reason you need to do this from Web Services? Can you not simply export the results from a search in the UI?
-
Hello, I have experience with this topic, i would be happy to get to jump on a call to see what you are trying to accomplish. If your interested feel free to reach out to me smurphy @bmicloud.com Thanks Sean Murphy BMI Cloud Solutions
-
BMI Cloud Solutions will be there as a Sponsor and as attendees. We are looking forward to it.