My Stuff

Frank Lau Red Ribbon

Comments

  • Make copies of custom record type? You mean a copy of a whole record type? or migrate its data to another record type? or you mean system automatically duplicate a whole record type?
  • Do you guys know if this FTP tool preserve the encoding code on each file download or upload? Maybe not, have not found any FTP tools that can do so yet...
  • AWESOME, this is what I was looking for. thanks Try Olivier's suggestion here: https://usergroup.netsuite.com/users/showthread.php?t=11595&highlight=non-netsuite+login+page
  • ok let's say on my website. Do you mean not @ system.netsuite.com ? Where would you like them to log in? On your website?
  • Is there a way just to part-take the login window on NetSuite main site and frame this on my web? Making a login suitelet seems to be a lot of works. Are there any secondary login window though?
  • Hi, Yes, custom record type is doable. But my intention is to display prospect entity fields in the similar layout (view) that NetSuite users see. We can use Suitelet to display fields on html pages but it is a lot of works. I wonder if custom recrod type is doable, why not prospect entity record? I would like our…
  • This is one of the feature that shocked me the most when I started using NetSuite, good thing we don't have 250 emplyees.... lol When you make a new record type or a new form in NetSuite, the permission is automatically granted to all roles first, then you need to go through each role and edit the access right. It would be…
  • There is no option for us to inactivate in Mass Update/Import. Not through changing role permission either. Like Olivier mentioned above, scripting will do the work to certain degree. Here is the example: // Load the existing search and then delete it var mySearch = nlapiLoadSearch('opportunity', 'customsearch_kr');…
  • If the script creates the PO, "Created from" should be -System- Don't you see "-System-" on your end? Hi all. I've been trying to set the createdfrom field on a PO using code like below: var po = nlapiCreateRecord('purchaseorder'); po.setFieldValue('createdfrom', so.getId()); // ... set other fields on PO…
  • Do you have the same problem as inactivated users? seem like inactivated users still can get alerts from searches... I forgot to mention that I have noticed some strange behavior when inactivating saved searches: one that sent emails alerts upon updates/changes was still firing away after it was inactivated and another…
  • search is not an option user event is not an option using a search + an scheduled script may help but it can show only today's upload Maybe KPI can help you though? Is there a way to have an e-mail automatically sent when a user uploads a file to the file cabinet?
  • Are there anyone with the same issue out there?
  • I see, it will prompt for the SAVE location. My intention was to have the system automate the whole process: 1) copy files to another folder 2) auto-zip the files in the new folder 3) auto-save the zip file somewhere in the cabinet Are there anyway system does not have to prompt for the SAVE location? Thanks Sorry, don't…
  • I wonder, where does it save the download (zip file) to? save in the same folder? I believe you can use something like (assuming Folder ID = 49080): location.href = 'https://system.netsuite.com/core/media/downloadfolder.nl?id=49080&_xt=&_xd=T&e=T';
  • holy shxt... this will work! I need to learn how to cheat on this system more often, this tip works for anyone who needs an automation on maintenance works Thanks ! I believe you can use something like (assuming Folder ID = 49080): location.href =…
  • You mean the "download" button when I edit on a folder? yes I see the button but I don't see any URL that I can use.. As far as I know "Copying" a file is the same thing as creating a new file using the contents of an existing file. var originalFolderId = ''; var newFolder = nlapiCopyRecord('folder', originalFolderId);…
  • Hi thanks for the tip. Yes I have a need to run this by script because I do not want to clock myself for doing this everyday. Never mind, since the script can not download and zip the files. thanks No. nlapiLoadFile simply loads a file by internal ID and returns an nlobjFile object. Do you have a requirement to run this…
  • Hi thanks Will nlapiLoadFile() zip up the files in a folder for me? Haven't tested this, but you might be able to do this with the following: 1. Load the file with nlapiLoadFile() giving you an nlobjFile object 2. Create a new file from the loaded file's contents using nlapiCreateFile() 3. Set the new file's location to…
  • Thanks, some tips will be helpful. What I want to do is to allow any customers upload files through a suitelet script. A suitelet script is triggered to open as HTML online form, and then the form has some buttons to let customer attach files and submit. Files automatically will go to NetSuite upon submit. I've done it and…
  • Hi Benjsicam, Wait, I am confused a little... I am glad to know that suitelet HTML allow anyone upload file. What you were saying was that the script CAN NOT upload the file to the "File" type under the customer record, but the script CAN upload the files to the custom record type? Will the files under the custom record…
  • Hi all, Have anyone tried to have Suitelet script aumatically picks up a CSV file, loaded it to File Cabinet, then lastly automatically trigger a Import process ? like everything automated.
  • Thanks Tris, Yes, however the NetSuite Help shows that I can point my domain name to shopping.NetSuite.com only. Can I point my domain to a NetSuite subdomain URL? such as: https://forms.netSuite.com Are you simply wanting to setup a domain that can be pointed to netsuite IP and therefore use your own domain instead of…
  • Sorry if I confused anyone, I meant to redirect before the submit of the online form. Hi all, Hope someone has done this: Where in NetSuite do I need to configure so that an online form URL like the following can be redirect to http://www.mydomain.com/brah brah brah ??…
  • Hi Olivier, Hope you can tip me on this one. The sender of the nlapiSendEmail() needs to be a netsuite user, can I use non-netsuite user's email address as a sender? I can not use any email addresses as the sender? Thanks
  • Thanks. And the employee record needs to be an active employee record? You must specify a Netsuite User. Of course, you can just create an Employee record and stick whatever email you want in there.
  • Olivier, thanks. But after I tried, the email template message did not show up under the "message" tab of the customer record. Can you take a look at the following sample and see if there are anything wrong? --------------------------------------------- var mailTemplate = nlapiMergeRecord('300', 'customer',…
  • Thanks Olivier. It works fine now, but I had some questions, hope you can help me out. Looking at the sample code under nlapiMergeRecord() on the help, nlapiSendEmail() has many parameters, and the last one is "records" 1) Since it is optional parameter, I decided not to include, but what difference does it make if I…
  • Do you all have problem with Daston's Gmail integration recently? it does not work anymore, after NetSuite released the upgrade
  • Can we hear more AMEN ??