Mi contenido
Comentarios
-
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,…en SuiteScript 2.0 - Why does Alert message won't go away. Comentario por Dext3r May 11, 2023 9:43AM
-
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.
-
Mm, I can see now why they were opting to use their own wording and not the default labels. Rate and Tax Amt are fine, but Employer Identification Number (EIN) and Vendor # are not ideal.
-
Ah, a pain. Thanks for clarifying that~ We need to keep Class, Location and Dept on, but at least selecting random ones does not change the filter. I can still find the correct PO no matter what I enter in those fields.
-
@Kristoffer Viray-Oracle Yea it appears so.
-
Ok, I kind of understand it after some trial and error. If it's for a customer, I can print it in the customers locale. Otherwise, if it's for a vendor I need to set my preferences to the selected language and navigate to the correct transaction. As the ability to print in vendors locale doesn't work. I'm still having some…
-
It did in fact just take a while to update.
-
(Didn't press the Post Comment button somehow, haha.) Ah, thank you both. I had to change the saved search because at first it was returning too many results to delete and timing out. But then after configuring it I'd made a mistake and it wasn't returning any, which is as you said why the script was finding no records.…
-
Yes, thank you for your help as always~
-
Mm, had to refine my custom search a lot, it won't delete anything with dependent records and I'm not sure how to build an if statement in the loop to otherwise change it to inactive. For now though, I'm happy to use it for the bulk and delete the rest manually. But I'm stuck on this error~
-
Ok, cool! Will this delete all locations? Are you able to change parameter's to delete only the locations with an Internal ID of 17 or higher? That would be most helpful. I'm happy to do that if it's not possible, just that the other 16 likely have dependent records and I'll need to recreate them manually.
-
That's good to know. How would I delete them using a script?