My Stuff
Comments
-
It's still not possible nor can you add files to solutions. The best you can do it put in some text with a link to externally hosted images.
-
They're all on IE6 SP2 Sion Yikes. Even Microsoft hates that one. ** Oops, didn't look at dates.
-
Project Task Manger is one we use and it has done nothing but improve over time. It's still has a few.. quirks but it's usable. Last time I demoed the SuiteSocial in our sandbox (3 months ago?) it was still kind of clunky. I imagine it will be useful in a couple years. I was in a meeting last year with one of the PM's for…
-
I was able to get the TAPI integration to work with our Shoretel. The secret sauce was getting thw right drivers and TAPI device name. The drivers and sample program (to get TAPI name) link can be found in Home, Set Preferences after Telephony has been enabled in Company, Enable Features. Only works in IE, though. And,…
-
Just out of curiosity, how did you manage the wrapping issue?
-
PRs and POs are actually different transactions and kick-off and refer to different records. You will notice a PO has a different number from a PR I see literally zero difference between a PR made by myself in the employee center and a PR (PO) created by myself in a full access role. Both have the same status on save, same…
-
I tend to think of it in terms of the job needed. If we have to do batch or scheduled jobs then we use SuiteTalk. If we need on-demand data then we use RESTlets.
-
Well damn. Thanks for looking that up. I know the two roles I have have had some logins. On a side note, I guess I should start using the SuiteAnswers site :) Still, I wish there was an option to cascade delete for admins. That would be nice.
-
Anyone using the Issue Mgmt module? We are a software company and thus track defects/enhanacements. I looked at this module a while back but cannot remember all of the details. I am getting ready to cut over my call center now and am trying to decide whether to use a custom record I have for managing internal…
-
Try a different browser or go to another computer. Not a big deal for the average user, I am guessing, but for someone that has to check stuff across browsers and accounts, it's a pain.
-
That was what I was talking about. I am a developer and I switch between browsers, computers, roles (as different users) and environments (sandbox/beta and live). Super annoying. I have already opened a ticket and have asked all the people I work with to do it as well. I want a way to turn this off.
-
It doesn't do it for me with new tabs in Chrome. I already got my reply telling me that there is basically no way to turn this off unless we have ip restricted logins. I am hoping enough people will yell about it to get a change made.
-
You can delete multiple records with inline editting. Simply select a group of records by clicking in an editable field and then Ctrl+Click the bottom record. Use the delete function of the first record and all will be deleted. Alternatively, you can create a custom mass update script to do mass deletions. I use a mass…
-
I have been working with this project and I think I need to use nlapiScheduleScript no matter what, because I need to operate on 120,000+ records, and I would hit the search limit even if I didn't hit the Usage limit. You can use nlapiCreateSearch() and not have to restart the search again. See the second post of this…
-
That is exactly the kind of thing I am glad to know before hand. Thank you.
-
Anyone else have any issues with the numbering? I assume it's not going to pooch any script bundles we have, but I would love it if someone could confirm.
-
True, you are able to list the different qoutas, but you cannot show the distribution to each month. This would be highly useful for something I am building.
-
Netsuite, are there any plans of letting us to perform searches on quotas? And next step letting us do saved searches on forecast vs quotas? I would like to know this answer as well.
-
Currently their is no mass update available to change ownership on reports or searches. An Administrator can manually change ownership. That would be a very good 'nice to have', though.
-
That's a good question and I would think you would be able to. We don't have it turned on in our account yet (we will this summer) so I can't test but I'm assuming the objects would have to be available in the console.
-
Ah, I hadn't realized that is was enabled by default in 2016.1. Interesting. It might not be possible, then.
-
Apparently the delay is because of transferring all the PP (or whatever format) presentations to PDF. I can see that taking two weeks if you only gave it to a couple people. Really though, how hard would it have been for the instructor to convert and upload same day.
-
I emailed my instructor yesterday and he informed me that there will be an email next Wed 25th with a link to download all the presentations.
-
Sweet, thanks. That is good news. I'll deal with the spam for now. Do you also have plans for fixing the random subscribe errors? For instance, I can't subscribe to this sub-forum.
-
Again, sweet, thanks :)
-
The notifications are completely unusable for me. I set them at daily and never get any, ever, or I set them to On and get spammed all day. The previous notification system was much more usable. Daily summaries of new posts and instant notifications of replies to subscribed posts. Are you planning on bringing those options…
-
Search improvements would be very nice indeed.
-
I found that to be the case as well. Which is odd as the BFO docs specifically talk about divs. If fact, the only way I could get good formatting was to go back to old school table design.
-
I don't have any examples other than the post I liked above but you can get started reading the BFO Documentation Pay attention to the chapters on Creating the XML and Elements. That should get you started in creating your doc. So to be clear you can't use the HTML templates in the system without writing your own parser in…
-
Hi, I am trying to create PDF for Invoice using BFO and a custom html templates, but when I try to convert html to PDF using nlapiXMLToPDF, I got error message. Code: USER_ERROR Details: Error Parsing XML: ignoring Please help me to fix it or suggest any other ways to achieve this. Thank you Ok, the BFO engine is super…