Minha área
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comentários
-
A little finnicky, I had to set up the situation again as it did fix itself after enough time. But yea, as long as I made sure I wasn't loading back into the same page when doing it, after a few attempts the changes did take effect. Thanks!
-
Yea, very surprising to see that the layouts are not saved per layout and it all gets messed up. I'll just have to warn users in advance not to mess with it. >_<
-
Need to bump this, still in need of some guidance. ^^
-
Yep yep, sorry for the delay. That helped clarify things for me, thank you!
-
Its the emails I get from the NetSuite customer center that detail the invoices for the services we pay NetSuite for. Also quotations for new features get uploaded there and emailed out from there to our finance team and some admins.
-
Seems like item group are what I aught to be using. Kits cannot be purchased, only sold.
-
Ah, yea I see. Had to make a custom form to select the custom form.
-
Neverminded. I realize I was doing the search on a tab that was on the production account that currently doesn't have any items uploaded~ ^^;;
-
Haha, blind as a bat I am. Thank you so much~
-
The naming convention for the subaccount of a subaccount is as follows: If for example we have 3 accounts, 1110 being the last in the chain. 1000 Cash 1100 Subsidiary Cash 1110 Total Petty Cash Subaccount Of naming convention would be - 1100 Cash : Subsidiary Cash To upload a subaccount of Total Petty Cash would be.…
-
Thanks Karen, this partially answers my question. Still trying to work out the naming convention of the 'Subaccount Of' field for the subaccount of a subaccount. If anyone has an answer for that~
-
Noticing that the 'title' doesn't appear anywhere in the error message.
-
Similar result.
-
Item fulfillment was the one i was missing, thank you!
-
Thanks for your comments! I'm really busy this week on our production account but I'll try and get back to testing this when I can.
-
Hi Gaurav, yea sorry I know that. But is this what the output of a error.create is supposed to look like? For reference, this is what the dialog.alert box from the validateField looks like, which triggers when clicking out of the field if the user doesn't enter 5 characters. Vs this for the error.create which doesn't look…
-
Solved. Removed the 'return false' which appears to be old use for SuiteScript since the answers for this course are outdated. The comments on this in the workbook say '* @returns {Boolean} True to continue changing field value, false to abort value change' I'm not sure if this is still correct or not or how it affects…
-
Sure, here's the full thing at the moment. I've swapped to trying to use the N/ui/dialog module but am afraid it's still causing a looping issue. ^^;; Below is a shot of the customer record, at the bottom are the two fields 'apply coupon' and 'coupon code'. The fieldChanged function is checking if Apply Coupon is checked,…
-
That's a good idea, I'll try and test it out tomorrow. Thank you~!
-
Solution, the correct use of setting the isDisabled value and I was targeting the wrong field IDs.
-
Ah, I see. This isn't what I'm looking for sadly. I want to print the header on all pages other than 1, so that on the 1st page I can use the space to display the company address, document type and other info. But on the following pages strip that info down to the minimum and also make the text smaller.
-
Oh wow, yea it's really dated. I should be able to manage with this. Thank you so much~
-
I thought it was asking me to enter the Auth ID twice but the 2nd was actually a different prompt and so it was throwing an error when I entered the same thing twice. Just me misreading.
-
Thank you @Kristoffer Viray-Oracle , that worked ~! However, won't this always print an extra blank page? Is there a way around that or would people just need to be mindful of it? It looks good though.
-
Not yet, sorry. Been very busy. I'll try and test the solution after the weekend~ Thanks for your support
-
Yes, I get that. Edited to come across less sarcastically now I read it back.
-
Yep, it's B Though I had to take a screenshot to read it quick enough, haha.
-
Neither, and still not showing as a matrix list option for an item. The two options in the image below were created in the Matrix Assistant
-
Ah, I had the From Bundle set to 'All'. So I guess all doesn't include 'none'. How odd. :P Here's one of the Matrix Lists I made (it still doesn't show up) vs one that I made using the Matrix Item Assistant when setting up a new item. The only real difference I can see for the one that doesn't work is that I can still…
-
I've found by using an if/else statement I can check what language the template is in and then change the label based on that.