Mi contenido
Comentarios
-
This can't be done to my knowledge. You have to train your users on the correct upload location. In some cases, this can be done with the File Drag and Drop app, but the drop happens on the record directly, I don't think you can use a specific document field. I think it would work for your use case however. What record are…
-
Does anyone have examples of how they use SuiteAnalytics Connect? I'm curious how, as it suggests the data needs to be static. I can only think of use cases in my business where the data is anything but. Also, False
-
Thanks, So yes, immediately I can see that you're eating a lot of your governance credits by running a search and a save per line item. Ideally what you should instead do is push all of your items into an array and run 1 search with that array as your item filter. For further governance credit saving when saving the item…
-
No, you shouldn't be able to. At least as far as I'm aware. Not a total loss though, if you go into view mode you should be able to copy it and then edit the currency of the copy. You also can't change the currency if it's coming from a PO, it will always take the currency of the PO so you may need to recreate that as well.
-
Is it this? I believe each subsidiary search result is an object with value (internal id) and text (name).
-
Could you attach your script as a notepad.txt please, it's difficult to interpret with the way you've pasted it in.
-
Thank you so much Bry, that appears to be working for me as you suggested.
-
As a BoM Search doesn't contain components and quantity, and a BoM Revision search doesn't contain the Assembly name, what I've ended up doing is a BoM Search and a BoM Revision search and have combined the results in Excel by matching the BoM name between both sets of results.
-
You appear to be looking at a BoM Search, where as what you suggested I build was a BoM Revision Search. I'm finding that the BoM Search doesn't have the ability to show the components and the quantities. The BoM Revision Search doesn't show the assembly item. Trying to find quantity and items from revision fields on the…
-
Thanks for the steer Pratik, Although, 'Assembly' doesn't appear as a joined field of Bill of Materials for me. I'm just about to finish for the day, but if this isn't an available field I'll come back tomorrow and add a new one to the BoM form that sources its info from the assembly.
-
Thank you Bry, I likely won't get around to checking this today, but I'll come back once I can.
-
This is an expected behaviour. There may be ways to influence this using PO due date or Item record lead times, but I'm afraid I don't know anything about that.
-
False, it's 300.
-
NetSuite users are locked out of their account for 30min following 5 failed login attempts, allowing you time to review who was trying to access the account and make an informed decision. Is there some other kind of scenario you want to set up? I can only think how to trigger this off a scheduled search that runs every…
-
Correct me if I'm misunderstanding this. You're giving SAML to various roles and trying to log into those roles? From the Limitations, it would appear that these roles are being hidden from you specifically because they are SAML and you are an Admin. Admins require higher levels of authentication like 2FA, so what you're…
-
I'm afraid I don't. We don't have many vendors from other countries and when we do we tend to manually type in the country code. I believe there is some other global setting that is doing this to you, as for me my vendors in different countries do not have any country code prefix unless manually defined. Manual Phone…
-
Then I would strongly think that it is being influenced by the open Purchase Order. If you don't want to delete the PO, you could perhaps try unapproving it or closing the line items temporarily? Otherwise, you'd need to create the Transfer Order manually. I believe this sort of thing can be worked around with lead times…
-
In addition to Chelsea's suggestions, also check that if you are using bins, the items at location B are in a bin, otherwise they're not considered available. You can do so using a Bin Putaway Worksheet
-
Why, if the address is in the US, is the user also seeing it as the country code for Israel? Are you and your user based in different countries?
-
I would break your inventory counts into smaller parts until you can figure out what item is having the issue. Then, once you have that item, compare it to others to see if you can work out what that issue is. There's probably not much we can do here unless you share a LOT of item record and inventory count screenshots. It…
-
To make the template be used, I have enabled "Use for Item Labels" under Advanced PDF/HTML Printing section of Setup > Company > Setup Printing, Fax and E-Mail. With this and having a new Item Label template made default, the issue is resolved.
-
I have made a new Item Label PDF template, but even though it's set as the new default, the original is still the one being printed. On transaction forms, I can usually customize them to say what print templates they use, but I don't see that on an item record.
-
Also, just to reiterate, you need to be using the multi file upload. I just wanted to double check as it doesn't appear from your screenshot like you are. My 25,000 uploads only take 5-10min each to upload when using multiple files. I also make sure that the parent only contains the customers in those 25,000 lines and not…
-
Thanks Bry, Yea the addresses appear to have been created correctly and not changed manually. I'm quite stumped. I contacted support and they just said everything appears to be working correctly and closed the case. 🤷♂️ I've reached out to the partner who is doing the SCA setup to see if it's something on their end.
-
Applied transaction seems to work, it returns 'INV####' so I am just using a formula criteria to return X when {appliedtotransaction} contains 'INV'. CASE WHEN INSTR({appliedtotransaction}, 'INV') > 0 THEN 'X' ELSE NULL END
-
Ahhh, glad it was helpful. Sorry about the delay~ I'm not sure about tax, that does look a little concerning. You should probably check through the various scenarios that happen after this form to make sure it's being pulled through correctly. Otherwise, the information should all still be available to the form in the…
-
Your error suggests to me there could be duplicates, either in the primary or secondary file. As for the speed, I think you're doing everything right. Perhaps setting currency and price level manually rather than reading it from the CSV could speed it up ever so slightly, but I doubt it.
-
Ahhh, I see. I unfortunately haven't used the app in quite some time. I wouldn't know what to suggest other than going through the documentation. NetSuite Applications Suite - Email Approvals Hope that you find the help you need. :)
-
Hi hi, I'm not sure I follow. This shouldn't work without a Workflow, whatever Workflow you built should be turned on. Also, from my understanding, SuiteFlow is just a word used to describe everything that encompasses the workflow builder, any kind of automation that can be built using NetSuite tools. It's not something…
-
I would agree with Todd. The best way to manage viewing of sensitive data on records is to create forms specific to the users, hide or remove the fields on those forms and make them the only forms their role is able to use. As per your struggle with customizing the form, Enter Sales Order (Administrator) just means you…