プロフィール
コメント
-
Hey! Yea I made the packaging record myself. As the NS packing doesn't offer enough fields for information that we want to add. It is a custom record as shown below, with Item Fulfilment field being the parent to display the packing record as a list (I hope I'm explaining that right) I leaned this from the SuiteScript…
-
Hi Jervin~ I may still be writing this wrong I fear... tried the two following formats. Here's the output from one of them. The fields it's meant to check, Subsidiary and Created From are set as they normally would be.
-
They're empty on some subsidiaries and populated on others. I should find the numbers for each subsidiary when it was last updating and update the initial number to the next missing from the sequence?
-
Followed this post and updated my parent css to include td p { text-align: left;} in the parent CSS but no luck.
-
Sorry, that's not it. The Chinese characters are showing fine if I want them to. But on one of my forms specifically, Chinese customs want to see the total amount of the order printed in both numbers and in Chinese characters. I don't know if there's a way to get NetSuite to convert numbers into Chinese characters without…
-
The form I was using has Inventory Subsidiary and Inventory Location line item fields turned off, enabling them has solved the issue.
-
Thanks, I did try following the suggestion on the linked article of enabling location. Location is already enabled on main, I tried enabling 'Division' which is location for a vendor return auth, but to no avail.
-
Thank you @Angelica Mae Segador-Oracle The top link you shared would be the one I need, but I can't seem to get it to work on all the forms I need. It specifies that it's for a Cash Sale form, which is working for me, and I've managed to get it working on a SO. But the PO might have another script running on it, giving a…
-
Hi @Patrick Fresnosa-Oracle , I haven't tried making standalone invoices before. What part of the process are you suggesting I could use that for? But we are largely dealing with Inventory, Lot & Serialized items. We're also trying to set up Assembly items at the moment.
-
Thank you Patrick. I'm not sure if any of the things you listed are causing the issue. Most of them I've taken into consideration and don't seem to correspond in any way to how I managed to resolve the error this time. I've gotten the email and will be in contact with support to hopefully come to a solution to the issue…
-
Oh, I suppose that makes sense given this message I keep seeing on all the pages. I'm not sure what steps to take then, because none of our items would be Time Phased. I guess I need to read up on Planning Rule Groups and Planning Item Categories. Thanks for the steer~
-
Hey Ely~ We do want to use intercompany sales orders, but we're not able to build them. They have to be generated by building a purchase order and then using Generate Intercompany Sales orders. Doing this also pairs the order which means we can't edit any of the details that would affect the GL impact, so it's a little…
-
Yes, I've gone through each of the steps listed here under the DRP steps. I have 2 bills of distribution. I then added a number of items to the distributions network and category from the item record pages. The items I'm testing with are using Material Requirements Planning as the replen method. There were some demand…
-
This error happened again and I'm still clueless as to how I fixed it this time. Had a Purchase Order to receive in, and again it was saying I couldn't receive more items than I had shipped on an intercompany Transfer Order which in this case we'll call item 501. I had made 3 different IFs where I was testing which items I…
-
Sorry, no feedback I'm afraid.
-
The script file names needed have .js Test Init Script -> Test Init Script.js Even though it already knew the files were javascript. 🤦♂️
-
I can understand the process and it certainly would be a solution. For now we're probably going to fudge it as this is a one off. But I'll be sure to use this as a guide if it becomes more repetitive of a problem for us. Thank you for the detailed advice~
-
I've deleted and remade the field with stored value unchecked and using default value rather than the workflow. It appears to be working through the workflow now. Thank goodness. >_<
-
Sorry, I thought I had it but NetSuite is just not cooperating. Setting the default value on the transaction body field wasn't working so I've been setting it in a workflow. If I have the set field value set to on entry of the workflow it sets the field as blank without error, it has to be set to before record load. When I…
-
Ok, so I wasn't saving the bill, I was expecting it to fill in the field before saving it. I only noticed because when I was doing it as a workflow I noticed there were no workflows running on the bill record until I saved it. So I may have had this working earlier without realizing it. You're also correct though, typing…
-
Thanks John. Also found a useful video that went through the whole process for anyone else. NetSuite Outsourced Manufacturing Demo - YouTube
-
Thanks for the guidance, did you mean like this? Unfortunately, both recordtype and tranid are returning 'field not found' when clicking the bill button from a PO. I can see that other forms such as POs and SOs have the field 'Created From' but the Bill form does not. And since this appears to be a default field I don't…
-
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…