My Stuff

Frank Lau Red Ribbon

Comments

  • Thank God that you guys opened this topic... I am in deep trouble to make my C# web service app to work after 5/21. I just downloaded the latest suitetalk tool kit on the web, and I installed the latest .net framework to 4.7.2 I will re-compile the C# app (that is it, right?), but how do I know it will work with NetSuite…
  • Do I even need to update my web reference at all? I don't think so, right? I know at least I need to update my .net framework to at least 4.7
  • Worked for a few hours and finally got this solved. My C# app now is connecting to NetSuite only through TLS1.2 Two things I did: - make sure .net framework is updated to 4.6 or above - You would need to add a line of code under main(), that line starts with ServicePoint Manager will force the app to use only TLS1.2 That…
  • Daniel, One more line, this is in C#, I had an error at this line: _service.sessionInfo.userId --------------------------------------------------- Error 3 'NSClientERP.com.netsuite.webservices.NetSuiteService' does not contain a definition for 'sessionInfo' and no extension method 'sessionInfo' accepting a first argument…
  • Hi Daniel, Awesome tip, and you have been very helpful. My new verison of app is working 100% now. that was not so hard.... Thanks ! Hi, Yes, the enclosed NetSuite domain classes are the same whether you use the CRM or ERP application. The only difference is the client (the main class) which calls CRM functionalities in…
  • Hi Daniel, Thanks Thanks million of thanks. That is a good start for me, I will look into it and do some testing. Please tip me some info if I have questions again later. Hi, Yes, the WSDL needs to be updated to the latest (let's say 2013_x here, I would suggest not waiting for 2014_1 so that your application can be tested…
  • Hi Daniel, I did the steps you mentioned and I had an error at this line: ListOrRecordRef studentRef = new ListOrRecordRef(null, studentInternalId, null); the error shows the constructor above is not defined. How can I fix this? Hi, Yes, the WSDL needs to be updated to the latest (let's say 2013_x here, I would suggest not…
  • I think they are the same... Hi Daniel, Can you let me know I should use CRM sample or ERP sample app on the NetSuite site? thanks
  • Hi Daniel, Can you let me know I should use CRM sample or ERP sample app on the NetSuite site? thanks Hi, Yes, the WSDL needs to be updated to the latest (let's say 2013_x here, I would suggest not waiting for 2014_1 so that your application can be tested and migrated beforehand). But there are a couple of code adaptation…
  • Likely, 1. Your PC has been on idle too long. 2. Your PC screen saver or power management lock your account. Anyone else having issue with Netsuite web services timing out? I recently wrote a small app that connect to Netsuite web services to do small searches. Most of the results are less than 200 items but I keep getting…
  • Thanks, Roberth. I used your algorithim and re-wrote some lines. I think I am almost there. My intention is to have a function uses SO# and search the sales order. Then once the sales order is found, the function will get a custom field value on the sales order, use the value to search the customer that has the sales…
  • Hi Roberth, Please take a look. The script needs to search sales order first because we have an issue of customer entity ID changing, therefore using the sales order# will be one way to trace back its customer entity. Using the found customer entity ID, then we can upload some transactions. Thanks…
  • Thanks for all of the tips. Int64.Parse works but it turns out I could not get to the end I wanted. So I re-wrote and came up with the followings. I do not know how to refer to a custom field on Sales Orders, it is the RED XXXXX below: ================================================== TransactionSearch soSearch = new…
  • Hi Roberth, I got an error message I compiled the code you tipped: Error 3 'NSClientERP.com.netsuite.webservices.Record' does not contain a definition for 'customfieldList' and no extension method 'customfieldList' accepting a first argument of type 'NSClientERP.com.netsuite.webservices.Record' could be found Hi fulanku,…
  • Thanks Daniel, but it does not work after I tried. Hi, Not sure this is written in Java, but here's how to convert a String to a long in Java. If you have the library commons-lang on your project, use: long number = NumberUtils.toLong("123"); If not, you can use the following, but you'll need to ensure that the string…
  • Hi, Thanks for the tips, I tried but I still need a little bit help, how can I code the missing "?????????" one below? I put customFieldList but I got an error like "NSClientERP.com.netsuite.webservices.CustomerPayment' does not contain a definition for 'customFieldList" -----------------------------------------------…
  • Thanks Daniel, but it did not work, I got an error saying "Error 3 'NSClientERP.com.netsuite.webservices.CustomerPayment' does not contain a definition for 'customFieldList' " Hi, We don't use SuiteTalk with C#, but in any way, the customFieldList must be an array of custom fields. Based on the post from tmmahoney, you may…
  • Thanks. Ok.... how about using the same user login? Can one user login account starts up two identical Java applications and process different portions of the sales orders at the same time ? Yes, I have. Performance if I recall is linear, 2 logins will process twice as much. I've used 5 in a multi threaded threaded app to…
  • John, Can you let me know why we can not see such field on a customer record but the field is on the search result? Can we make this field visible on the interface? thanks "email" and "altEmail" are body fields for the Contact record. Email does not exist per physical address. -John
  • Hi, Send an email to fulankulau@gmail.com and someone can script for you for a fair price. thanks Hi, I am looking to find out if anybody out here utilizes any third party tools to build formulas for saved searches. For example dbForge or Toad. I need suggestions on what SQL query/expression builder I can get out there…
  • Hi Evan, Can you help me out with this minor problem? I am working on a formula on a search. I have a customer search(A) that needs to join two custom record types B & C. so, the result I want to see is like: Show all from A with matched ID from B & C, if B & C do not exist on matched ID, the result column can show…
  • The customer entry form, the form for each customer's record. What entry form?
  • Correct, making IE window smaller does not make the columns closer. I am using IE7 And making your window smaller doesn't put the columns closer together? What model of Atari are you using?
  • Google Chrome does not work either..... I can not believe they designed this new interface without thinking all of the scenarios.... all of the icons look great, but what is the use? Ahh... Microsoft, my arch-nemesis. Seriously... http://www.google.com/chrome/intl/en/landing_chrome.html?hl=en
  • I tried, it does not help on my screen. This is very bothersome to all of the users now... I find that if you don't have your window maximized it helps
  • Oz, ok, thanks for the tip for min down the window. Let's assume this is the solution to make the columns closer. But this is just so hard for me to believe that they design a new interface, without doing pre-view on IE/Chrome in their PC, and then asked customers like us to test them. This is not even about our…
  • if you are not familiar with scripting, it is ideal to purchase Excel PDF merging tool, the merging tool helps you extract data and put them on PDF forms fairly easy.
  • This is doable: from NetSuite field data >> to excel files >> to PDF This is also doable: from PDF data >> to excel files >> into NetSuite You will need to use merging, importing and exporting tools inbetween two stages.
  • the new scriptable email template supports custom record fields but the email still need to be sent out under the custom records. except few sub recrods.... for example, default sub records like contact records. New scriptable template can support Contact records even if you send out under the main entity records.
  • I remember I had a discussion on this before, you maybe able to design a custom online form and have it pick up a file form your PC desktop. another way is using webservice application. Using windows scheduling job to trigger webservice BAT file, and it will upload files to NetSuite for you.