My Stuff
Comments
-
Just an idea and it's not pretty; [LIST=1] [*]Create a custom text field [*]onSave write your fields you want to OR search to this new custom field [*]use this custom field in your search criteria with 'contains' filter[/LIST]
-
Don't mean to hijack the thread, but it sounds like it's close to something I'm thinking about trying. I need to do a lot of custom PDF merging with MANY different, but related records. Two ways to do this: [LIST=1] [*]create a TON of custom fields to represent the data on the related records and sync these fields with…
-
Hi Steve, Thanks for the reply. I don't have much experience with HTTP operations, so to answer your question I'm not sure what I would do with the returned data. I would try to get the browser to display the PDF if possible. Hadn't really though it through too far. I may change to having a desktop application request the…
-
Sklett I wouldn't have found or understood the enhancement abstract w/o reading this post, much less voted. Can you update the enhancement request abstract to be more inline with how you stated it earlier "the ability to apply NLAPI and client Suite Script to a form in view mode including custom buttons" That should hit…
-
Yeah, it's all in those files. If I recall there is some initialization logic that is called from onLoad that you may need to handle depending on what nlapi functions you want to use. It's been awhile so I could be wrong. This has the making of a useful little SuiteBundle. A BeforeLoad UE that will insert the NLAPI…
-
I've requested an enhancement for the ability to send NLAPI and client SS to a form in view mode, this would be a very useful feature to have and simplify our workflow. When I get the ER# I will edit this post with the number.
-
You are about to fall victim to your own creation!
-
Did you request the enhancement for this? My original request: Currently you custom buttons are only displayed in Edit mode and the NLAPI functionality is only available in edit mode. I would like to have the option to "Support customization in view mode" which if checked, would render custom buttons and serve up the…
-
That is correct. However this is only applicable to forms in "Edit" mode because we don't include SuiteScript scripts on forms in "View" mode. Thanks, Yang Are there any plans to change this? I imagine there is a reason why it is only available in edit mode, although I can't think of what it might be. Anyone know of an ER…
-
I found this post to be helpful, but it was not exactly what I wanted, so I am going to add that you can find any internal ID type and ID alpha number by: 1. Open Firefox, load NS, go to a transaction record with status you want an ID for 2. Go into edit mode 3. Go to Tools -> Page Info 4. Click on Forms -> Main Forms 5.…
-
I found this post to be helpful, but it was not exactly what I wanted, so I am going to add that you can find any internal ID type and ID alpha number by: 1. Open Firefox, load NS, go to a transaction record with status you want an ID for 2. Go into edit mode 3. Go to Tools -> Page Info 4. Click on Forms -> Main Forms 5.…
-
Ideally we want to come up with a comprehensive plan for all record types. That takes longer but leads to better consistency, something I know many of you are concerned about. YES Evan!!! Yes, this is good, I like hearing this.
-
FWIW, I never use remove. Maybe 1 or 2 times in 3 years I have used it. I vote to ehhm,... "remove" this feature as well.
-
man, I just got all mixed up with my 3-4 NS PDF docs open, serversuitescript, clientsuitescript, record guide, web services, etc ;) I was looking at the wrong docs. Thanks for the help! -Steve
-
Hi Yang, I haven't found your other post yet, but I've started to crank out a quick SS solution. I've run into a snag with a call to nlapiInsertLineItem(type) - I'm getting the following exception: nlapiInsertLineItem: Missing a required argument: line looking at the reference file there is a single argument for…
-
Yes, on the form as well as Server Scripts. Anyplace you can specify a lib. script file.
-
...I have used compression tools (open source) which remove all my comments, extra spaces, etc, which nearly cut the size in half... Hi Steve, I thought about doing the same, but I imagine the debugger wouldn't be very usefull with compressed code. While thinking about this I thought that NetSuite could keep two copies of…
-
Good lord I can't take it any longer... I don't know how many files you all have but I have quite a few.... (my IDE screenshot) I have a SINGLE library file that is getting SOOO bloated (180Kb, 4269 lines...) that it's not even a "library" file anymore... it has tons of code that is used 2 or more times by various scripts…
-
I agree. I've been having a difficult time trying to understand how joins, filters, etc work with the api. I understand SQL and can think in SQL, but the search api is just not sinking in with me. Last night I tried exactly what you are suggesting here and it worked, gave me exactly what I wanted. Small victory, but a…
-
I have library files that have system wide constants, methods etc. that I need available to ALL my scripts, then I would also like to have library files that are specific to sections of the system. For example, I would have my RTrim and LTrim methods in my global lib. file and my CalculateWarrantyCost() method in my…
-
Makes sense, thanks for the confirmation. -Steve
-
Yang, I'm very dense on this subject! ;0) I'm still missing something. Let me share my code and results and maybe you will see what I'm doing wrong. function InsertPricingAndCommissionASA() { // Store the field names in variables, make the code a little cleaner... var insTypeFldName = 'custentitypatient_instype'; var…
-
Did you figure out how to load the child records from the parent record? I need to do this SAME exact thing and have gone forward with a design assuming (I know, I know) that this was possible. This thread has be concerned that it might not be.... In the OPs example he uses 'custrecord_testparentfield',= and…
-
Replace patient.getFieldValue('internalid') with patient.getId() Thanks, Yang Thanks Yang, That solved the problem.
-
Hi, Thanks for the help. I made the changes you posted and I'm getting the same exact error. Just to make sure I'm dealing with a caching issue or anything I've added a new nlapiLogExecution() call to make sure the new code is what is running. Anything else we can try?
-
Hi Yang, thanks for the reply. Very early on I looked into UE script to default all my fields, but I wasn't able to determine the context of the message. In other words, my users need to send several different types of fax messages, they do this by clicking different custom buttons in the UI. Can you think of a way that I…
-
Hi Yang, Any update on this thread? I still need to be able to select the list item in the drop down. This project was back-burner'ed awhile ago but is a red-hot issue again. :( Any help would be greatly appreciated. Thanks, Steve
-
There may be an easier (and supported) way of accomplishing what you're trying to do using User Event scripts. Once you upgrade to 2007.0 you'll be able to do even more. 1) override the default fax number on the fax popup page: call nlapiSetFieldValue('defaultfax',xxxx) in a beforeLoad script on messages 2) set the subject…
-
You may want to turn off the "abuse" line in your template setup when sending task emails. Good point, thanks for pointing that out. I had never realized it was an option before. :)
-
Has this behavior changed? Is it possible to create a task and have an email sent now? Thanks, Steve