Minha área
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comentários
-
This looks right. I'll message back if I really get stuck, but I don't think I'm at a point that I can start testing it any time soon. Thank you so much~!
-
Now also getting weird error logs sent to my email :/
-
It seems to be something to do with it being a client script, I have two scripts running on the record which are user event. But I can't get even the most basic of any type of client script to work, be it pageInit, validateField nor fieldChanged
-
Thanks Ivy, I think what I'll do is use a script to search for the folders and group them into one at the end of each month. That way the team can just click on the one download link than however many folders there are.
-
Turns out I just needed to check the 'Show in List' box for each of the fields on the sublist record. I am now able to edit the records inline as they no longer disappear on the IF/PO when in edit mode. I am still getting the odd text box on IFs that has the code of the sublist in it, but apparently that has something to…
-
That's ok, I'd already been testing it in edit mode though which again isn't returning any execution logs, errors or signs of activity. Is there something in my script or script settings I need to be aware of to make it viable for in edit mode?
-
Here you go, thanks again for taking the time to help me with this. Half hoping it's nothing obvious ^^;;
-
Yea, I tried to follow everything you mentioned but sadly it hasn't changed anything. I'm still not getting anything from the execution log unfortunately. Perhaps I'm misunderstanding how the init function is supposed to work but I was fairly certain it's supposed to just trigger as soon as I open the relevant page. I…
-
Exactly that @Jervin Nicholas Teopengco-Oracle, Although as you can see mine isn't being very cooperative about it :/ I guess I need to think on what else might be effecting it to behave this way. Or perhaps get in touch with support if this is a defect.
-
Hi Nicole~ Yea, I have a return statement like so at the bottom. This should be the only script running on IFs, certainly not 10 at the very least.
-
Ah thank you, those didn't help but I did manage to fix it. It seems the error was because it wasn't able to create a search since I had removed the lines for the filter options. var filters = new Array(); filters[0] = new nlobjSearchFilter('custrecord90', null, 'anyof', nlapiGetRecordId()); I didn't want to use a filter…
-
Surprisingly it seems to have fixed itself! I do however now have yet another field of Item Number Options, with 1 blank selection and an error message on the field level help, the same as Item Options. Still no idea what these are for but happy that my fields are back. Thanks for checking in~
-
Ah, I hadn't added the script to any deployments. Now working on fixing the error I'm getting back. {"type":"error.SuiteScriptError","name":"SSS_INVALID_SRCH_FILTER_EXPR_OBJ_TYPE","message":"filters","id":"","stack":["customRecordPrint(Packages PDF Print$10855:13)","(Packages PDF…
-
Hey @Jervin Nicholas Teopengco-Oracle , if you still have time to help I'm having a little trouble trying to implement the scripting. I hope the images I've put together are clear enough to see. I can't seem to get the script to trigger. I'm using the 1.0 version as the 2.0 says that 'customRecordPrint' isn't a valid…
-
Nice one, I'll give it a go. Thanks for that follow up guidance~
-
I think I've managed it actually, learning from the SuiteScript course here. Now I need to test how to access these fields on my advanced PDFs.
-
Ahh, yes please that does look like what I need to achieve~! I don't see the typical 'add' button to add more lines, or is that the 'New NSC Child Record Sublist' button? I want to be able to enter information for each of those fields line by line per delivery on a record that is unique to each PO. It doesn't need to be in…
-
I tried to use intercotransaction.getText when using the manage intercompany sales orders and that returned that intercotransaction doesn't exist.
-
Thanks Lyka, Yea it didn't seem like it was possible the more and more I tried. Once I get into scripting I'll be sure to revisit your helpful links to try and achieve this, thank you~! I don't think I'll post it to SuiteIdeas, there are so many ideas and from so many years ago that sadly it just looks like a waste of time…
-
I'll certainly give that a go to test my learning. I think for now though we're happier just to send our vendors the PDFs, as without customization the vendor center unfortunately just looks really unprofessional.
-
Afraid I've since closed the tab, sorry. I don't want to spend time looking for it but it wasn't by NetSuite, just a YouTube tutorial on the kind of feature I'm trying to build.
-
Ah, a shame I can't have it in sublists. But that's all good to know, thank you~!
-
Ah right. I think the whole thing in general is proving more complicated than I thought. I'm gonna do a refresher on SuiteScript and then try again. Thanks for the steer~
-
Ok, seems it was a simple matter of just selecting Account Customization instead of SuiteApp when making a new project, no longer asking for a publisher ID, even though the tutorial I was following suggested it was unlikely to use that option. Not all the way there yet, but this is probably the fix.
-
Yea, we've decided we're going to try and approach this by: First building a Sales Order with our bulk requirements and running it through the planning workbench to generate the Purchase Orders to suppliers. Once we have the quotes for pricing, we delete the Sales Order and instead build a new purchase order with the…
-
I did also try to follow this suiteanswer, adding the field to the SO and Inv but neither worked. Both coming back with ERROR: Field 'intercotransaction' Not Found.
-
What kind of changes would would you expect me to say that might be a cause? I'm afraid that's a very broad question, as I've been making lots of changes and don't have a clear timeframe of when these issues started occurring.
-
Working on this today, thank you for the guidance~
-
It appears to be working, thank you as always!
-
Oh, is it not possible to add onto/edit the existing subsist of packages? I can imagine not, just as many default things in NetSuite would expect me to create a new thing based off of the default rather than allowing me to edit the default itself. I'll give it a go, thank you @Tigran Shahnazaryan