My Stuff

Ilija Budimir Red Ribbon

Comments

  • Hello, You can achieve this with a simple workflow. Please see my 3 screenshots. Let me know if you need any additional help! Regards,
  • Hello again, There are few ways to do this. I normally place the links to my css in a Netsuite tag (i.e. <CSS_URL> ). You can create a tag by going here: Setup > SiteBuilder > Tags > New Then I refer to the tag within the General Tab > Addition to Head section. Please see the image below: It is important to note that the…
  • Hello, I am assuming we need to compare the 'Web Order #' with other # that are already in the system. Can we, take the # from your integration point and append additional random digits to that number. This will ensure 99% of uniqueness? Regards,
  • Hello, Here is the info. that you can find in suiteAnswers: [LEFT] HTML Code for the logo:[/LEFT] [LEFT]<img src=https://system.netsuite.com/core/media/media.nl?id=xxamp;c=xxxxx&h=xxxxxx /> Adding height attributes of 90px and width attributes of 50% will look like this:[/LEFT] [LEFT]<img height="90"…
  • Hello, In this example, yes, but you can link it from the external URL as well. Maybe you can try that as sometimes images in the file cabinet are no 'available online' (meaning you must check that check-box on the image record). Regards,
  • Hi pjandorf, Your issue is 1. Store Value must be un-checked when you want to return a value in a form field.; 2. in the Available filters section you need to reference the internal id of the record you are referencing both in the SS and opening in the browser. Let me know if this fixed it. Regards, Ilija
  • I think 'khultquist' is correct. I am calling the 'nlapiGetContext().getUser()' method from the scheduled script. When the user executes it, the getUser() returns -4, which is strange as the user's role is '3' and they are logged in with that role. Regards and thanks!
  • Hello again, Okay, this will require testing but this is how I would go about it. On the case record, you cannot specify Vendors in the 'Company Field'. I propose creating a general, dummy customer 'Vendor-Related Cases'. Then create a custom body field (type list/record) on the case record that will list all your vendors.…
  • Hello Paul, Please see below: 1. When you add a vendor to a serialized item and the error pop up message "You have exceeded the length limit for this field. Please shorten your entry by XX characters." appeared, please click OK. 2. In the Code column field next to the added Vendor write some number (e.g. 1). 3. Click Add.…
  • Hello Tjmann, Very interesting questions. The issue lies as always with access to NetSuite. In order for Vendors to see cases assigned to them, they need access to NetSuite. Typically, Vendors have access to Vendor Center. Unfortunately, the Vendor Center does not allow Vendors to view cases. Partner center however does…
  • Hello, If you look at the record browser: https://system.na1.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2014_1/script/record/inventoryitem.html you will notice that the handling fee is essentially this field 'itemhandlingfee : Package & Handling Fee ' (This field I was not able to find on the form when I enabled…
  • Hello, Just wanted to chime in ... now, there are some gotchas in One World environment, so I want to make sure you are not configuring One World instance before I open up this can of worms ;).
  • Hello, with 2015.2 there are so many options, including custom transactions. If you provide me the exact GL impact I can make some recommendations.
  • Hello again, Yes I created something similar, I called it 'billing record' and your approach sounds correct. How will you be creating these records in the system. CSV import perhaps?
  • Hello, I would recommend storing them in the external cloud storage (i.e: Amazon) creating a custom field on records (type: inline-html) and then adding the url to the transactions / records you would be importing in NetSuite. I think this is the cheapest and fastest approach for you. Regards,
  • Hello, You cannot achieve this without additional customization, scripting. 2 things are required: [LIST=1] [*]Custom column field that will store the quantity on hand at the time of creation of the Inventory Transfer (IT) [*]Script that will populate the custom column field when the transaction is saved. [/LIST] Now you…
  • Hello Matt, That account seems to be used with inter-company elimination. I haven't really tested that scenario and I cannot comment on the setup. If you go through a regular dorpship scenario, that account is not be used by NetSuite. Regards, Ilija
  • Hello Matt, I have some questions for you. What type of item (Service, Inventory ...) are you using on the order? What GL impact do you expect from that item (both AP and AR). Do you want to hit both income and expense accounts? Will there be one 'dummy' service item used with the same GL impact, whereas the custom record…
  • Hello, The answer is no. Here is some info. for your reference: Built-in password policies support three levels of password validation for NetSuite users. These policies enforce the following requirements for password length and content: [LIST] [*]Strong: minimum length of 10 characters, at least 3 of these four character…
  • Hello TLDChris, Typically we decide what type order we are processing through a reference to a Customer record. Example, you can use Customer Category on the customer record to tell you whether the order that was created is b2b or b2c. I don't know how you would categorize the customers that register on your SCA and…
  • Hello, I have these two links: https://system.na1.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2014_1/script/record/billingclass.html https://system.na1.netsuite.com/help/helpcenter/en_US/Output/Help/SuiteCloudCustomizationScriptingWebServices/SuiteScript/SuiteScriptAPIAlphabetizedIndex-ch.html?NS_VER=2014.1.0…
  • Hello, This is as designed in Netsuite. 'Represents Subsidiary' field is used for inter-company transactions (i.e: inter-company purchase orders). As you setup a Vendor (Sub. ABC) to be used for interco transactions with another subsidiary (Sub. DEF). You must set 'DEF' value in 'represent subsidiary' field. The value in…
  • Hello, Just to reply to 'lbooth'. I would merge all my Customers or Vendors in one excel file. I would import them as is in Netsuite assigning them to one (consolidating) Sub. Then I would run the de-duping tool, either manually or by script, to merge all the records together. I would carefully choose the rules and the…
  • Hello James, I suggest that you work out how the 'Subsidiary A' will be reimbursed for the goods transferred to 'Subsidiary B' and then I propose you used Intercompany Transfer Orders to transfer these goods to 'Sub. B'. Again, as Oli said, nothing should be blurry in this process. Regards, Ilija
  • Hello Allllan, Please take a look at the record browser: https://system.na1.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2014_1/script/record/inventoryitem.html 'quantityavailable' does not exist in the body of the record. Also, note that you are trying to access the value on the line level which SuiteFlow Workflows…