My Stuff
Comments
-
TrueCloud, So here is what I discovered. After the upgrade to 2013.2 our custom form that we had been using does not show the 2 new columns (Qty and Rate) when you go to edit it. However, if you open up the Standard Expense Report form and create a new Custom form, then the 2 new fields show there and they can be moved as…
-
I tried that before posting this thread. Those fields do not show up as screen fields on the custom form.
-
I've discovered that it is related to a sub-customer. The parent company will retain the correct form, but any sub-companies under that will not allow me to retain the custom form... seems like a bug to me for sure. I will reply to this once I have a resolution.
-
Yes, I had already done that. It seems to be fine on the customer records that as already using this form, but if the customer record was created using the wrong form it will not allow me to change their form to the correct form. I will have to call NS Support about this bug.
-
That seems to have worked. Awesome. Thanks!
-
I would be very interested in this as well. Anybody know how to add custom fields to User Notes Form? Thanks!
-
First of all thank you for the quick response. I am using Eclipse 3.6.2. When I right click on 'my project' > 'properties', I get a menu that has these options available: Resource, Builders, Java Build Path, Java Code Style, Java Compiler, Java Editor, Javadoc Location, etc. I looked in 'Java Build Path' b/c it seems to be…
-
Well I contacted the instructor that I had for the sessions at SuiteWorld and he emailed me a pdf of the document the he sends to his students before they come to his SuiteScript course and it got me all setup. Thanks for all who replied with help tips.
-
I do not have the Javascript Perspective as an option. I just installed JSEclipse, but still not Javascript Perspective... I guess the instructors at SuiteWorld left out a few things, like: "Good luck on getting all of these features installed that we are showing you how to use...!" I have used all sorts of software in the…
-
I am trying to use Eclipse for the first time to create my first script file to use in NetSuite and I am having trouble getting the 'intellisense' to work properly (at all) for NetSuite. I have installed the NetSuite Software Site and the Aptana Studio 3 Software Site. But when I go to create a new project and start typing…
-
I seem to be experiencing something similar. I am using both the pageInit (page init) and postSourcing (post sourcing) functions in a Sales Order Client script. If a Sales Order is created from the customer record the 'entity' is already set. During (or after!) the pageInit function I want to see if there are "terms" set…
-
This is now available in release 2013.2... finally.
-
Any update on mass updating memorized transactions?
-
This is not the case in our account... I know this does not help those who are having the issue, but it should let you know that it is not wide spread...
-
Thanks, that did it.
-
I am running 3.6.2 and it installed without any issues. I just had to give it a name (NetSuite) and it had no errors. It pops up as 'IDE'.
-
I would like to say that I to have a search now that does this (running 2014.2). I get the "Because the number of days in each month differs, recurring monthly events cannot be scheduled after the 28th." notice and now I am unable to edit or see the results. Funny thing is, this search was working just fine until about a…
-
Also check out the post here on this same topic: https://usergroup.netsuite.com/users/forum/product-areas/accounting-transactions/30780-micr-processing-in-ns It helps explain how to link the font to the advanced PDF.
-
I am in the process of creating our own check template (with the check on the bottom!) using an external MICR font for the code at the bottom and including a digital signature. Let me know if you are interested in seeing how I accomplished this. We are finalizing today (hopefully). There is also Nolan Electronic Payments.…
-
I find it interesting that the issue with hiding files in the Global Search has been an issue for at least 5 years. I wonder if NetSuite is going to do anything about it in the near future? Reference: https://usergroup.netsuite.com/users/showthread.php?t=3192&highlight=global+search+files This is a big annoyance when…
-
We practically do the same thing and are very interested in what people come up with b/c right now it is a big mess.
-
We handle this just as amdolce said. As the administrator, I go in and pull out a csv of all the employees that are under the supervisor that is on vacation (time approver too). I then add 2 new columns for "temp supervisor" and "temp time approver". I populate those new columns with the appropriate approver. then run an…
-
While at SuiteWorld 2014 I had in my notes during Evan's Keynote that we were going to be able to show when people are on vacation. Does anyone know if this is something that they have added yet and I'm over looking it OR do we still have to add fields to the employee record to show who the back-up supervisor is and…
-
TheUsualSuspect I have attempted to use your method shown above to set the isDisabled = false. However, it does not seem to be working. Is this possible to do in a Client Script? Also, this attribute (isDisabled) does not auto popup in Eclipse when coding as-if it is not an available attribute. Any ideas? For now I have…
-
Hi Mini, We would also like to view the presentations, but we were unable to attend SuiteWorld so I guess we won't be getting the e-mail with the links. Please can you post them in the forum? please see this link: How to get slides from SuiteWorld hope that helps
-
Could you try to go to Set Preferences > General Tab > Check "Only Show Last Subentity". This cleans up the Customer : Project fields. Hope this helps. Thanks!
-
Any update on this from anyone??? Bueller?... Bueller?... Bueller?
-
I believe I found a field called "sub of" when creating a search. I believe it is only available on the criteria tab, not the results tab.
-
Here is the workaround that I ended up doing: On the Project record we have a custom field called 'custentity_project_division' which is mandatory. This field does not exist on the Customer record. Since Projects and Customers are both entities I used nlapiLookupField('entity', <record id>, 'custentity_project_division').…
-
I have an open case with NetSuite on this exact same issue. I have a script that pulls data from the customer and project records when they are selected on some forms, but when a customer is selected I get a type mismatch. If (BIG if) I get an answer, I'll reply with the answer. * Good to know I'm not the only one having…