My Stuff
Comments
-
I'm not sure if this is the correct way to install it or not, but try this: [LIST=1] [*]Setup > Customization > Install Bundle [*]Select Production Account [*]Enter 483002[/LIST] You should then see it listed there.
-
Excelent - I did not know that, (I should have) - great information - thanks! One more option to consider, depending on what level of delivery confirmation you need is to use a web service based solution. Most will return a transaction id that you can store, than query later for status. Our next messages that we will be…
-
The role used exists in the target account, additionally the bundler dependency resolver didn't pick up that it was a custom role, it didn't ask me to include it on the SB side.
-
Hi Elham, I agree that for general use cases this makes more sense. What's confusing me is that it was only the "Recipients from Results" that was cleared out, the other specific recipients remained intact. I also don't understand why the Recipients from Results would not carry over as this is not a link to a specific…
-
I see what happened. I added additional deployments to the script for our internal use and since the bundle is installed from our account it seems to have included the entire dependency chain (including my library files!) I just deleted those deployments and pushed the bundle to the SuiteSource repository. Now I can…
-
Sounds great! I looked at the bundle and the list seems to include a lot of extra lists/records/files/etc. beyond the View suitebundle. Yeah, someone just clued me into that via email and I was really surprised. At some point I saw a preview of what would be included and it was just a single script file and script record…
-
Thanks Yang, I've got everything cleaned up and working now. This first bundle was quite a learning experience, some of the assumptions I wrongly made:[LIST] [*]asset ids would carry across accounts - unique IDs being what they are, it makes complete sense this is not the case. Switching to the named id is the better…
-
Steve, Thanks for sharing. I'm sure this will be helpful to many people for variety of reasons/uses. However, I'm a bit confused about one thing: Exactly what is the use case that you mentioned? Do you mean, for example, that if the user EDITs a Customer record, but doesn't want or need to save, he/she just wants to VIEW…
-
Is it possible you are using the same URL in the target account to get to the suitelet? Note the scriptid changed when it was installed in target account (from 21 to 17). You have to use URL as shown on the records in the target account (and shown by me in last post). You got it! It was the script id (21 to 17), good…
-
From what I can tell, yes. I took a bunch of screen shots so you could compare. http://www.pmddirect.com/temp/document3.pdf I'd really like to get this work, your help is appreciated. Thanks, Steve
-
Thanks Angela, I'm going to bang out a quick documentation file and attach, I think it will help understand how some of it works, my descriptions aren't so hot. ;)
-
BTW - you can always specify a script ID for Suitelets which you can subsequently use in nlapiResolveURL() for URL resolution. This makes it a lot easier to write and bundle code that calls Suitelets without having to hard-code references to non-portable URLs. Thanks, Yang Hi Yang, Is there a magic-string that needs to be…
-
Hi, The bundle ID is 1034 The server side suitescript was turned off, good catch, I didn't even realize that was an option! So now my scripts are installing. However, I do get the following error when the SuiteLet is displayed: That Suitelet is invalid, disabled, or no longer exists. I'm logged in as administrator and I've…
-
notes are entered and then submitted. an error occurs in the scripting. this may be a custom field problem on our end. i just closed the box to get out of it. case remains waiting to be saved. I'd need to see the error message before I could try to suggest a solution. secondly. click save case anyway. and it comes up with…
-
Jarrod: Did you change your mind? Do you want me to take a look at this still?
-
Ah, cool, there are quite a few in there! Couple of problems I had:[LIST=1] [*]Can't bundle images (I had used some images on a SuiteLet) [*]The description for the Bundle (another terrible NetSuite, TINY little textarea) strips any attempt to introduct even the slightest formatting (like a blank line)[/LIST]
-
Right you are! Works like a charm, as long as NetSuite doesn't "fix it" :p Thanks for the clarification on the field id nlapiSubmitField('customer', 764, 'entitystatus', 27)
-
Thanks you both for the suggestions and input. I was thinking that khultquist's solution would make for a good UI assistant for us as we also need to handle discounting COGS, shipping, etc. - all operations that can be easily screwed up by a "HU-MON" :p However tbuffington's solution is also interesting as I hadn't thought…
-
Unfortunately it appears that you can't set the stage. The following code has no effect: var lead = nlapiLoadRecord('lead', 23989); var stage = lead.getFieldValue('stage'); if(lead && stage !== 'LEAD') { nlapiLogExecution('DEBUG', 'Stage before update: ' + stage); lead.setFieldValue('stage', 'LEAD');…
-
I don't usually respond to idiots, but in this case I will make an exception because I'm fairly desperate. I understand that you're suggesting the use of a subdomain, but I'm not sure what aspect of my question you are referring to? Can you treat ME as the idiot and explain in a bit more depth, please? (BTW, after you…
-
no need to apologize, hacks are necessary evils at times. Your suggestion of using a separate field would work, however the amount of reports, searches and scripts that would need to be modified outweigh the need to update the date. I appreciate the response though, thanks!
-
I'm impatient! I scripted a solution. While it works well, I'd still rather use a built in solution of there is one somewhere. Sure seem like there should be! You will need to do the following:[LIST=1] [*]Create a Client Script [*]Create a Parameter on the Script (see code for the name to use) [*]Deploy to Phone Call…
-
Doh, my mistake!! (response edited to save some shred of dignity)
-
Make sure you check if the modified line is the last line, otherwise you will want to touch every line and refresh the value to handle inserts and removes in the middle of the list.
-
I just had to implement a quick solution to track referrals. My solution is not as involved as the others mentioned here and I'm sure lacks many of the benefits of the others. I created a custom entity field, List/Record, Customer, Record is Parent. I added this on the marketing tab. With this setup I can run reports that…
-
Hello Valerie, I appreciate you taking the time to respond and address my (our) complaint(s). I must say that your suggestion that I file a case when I find missing or incorrect documentation rubs me the wrong way. I'm not NetSuite QA, I'm a customer and it's bad enough when my precious time is wasted because of…
-
we would simply appreciate getting this information I bet you would. I wouldn't want the job of sniffing around the software and documentation every release looking for something stinky. I'm really glad to hear that you will be implementing a better way to report errors. That was a quick response, I assume this is…
-
Thanks for the info Karen, I had just found that a couple minutes ago be searching around more. The documentation could have made this much easier to find. Again, thanks for pointing out where to find this. -Steve
-
https://usergroup.netsuite.com/users/showpost.php?p=78847&postcount=6 Check the Record is Parent option on your custom field and you should have a new sublist that will show the customers they have referred.
-
Nevermind, I think I can do this with nlapiMergeTemplate