My Stuff
Comments
-
It does sound like a situation where you may need to upgrade to a SuiteCloud Plus License. As mentioned above, your best approach would be to talk to your account manager as they may be able to provide some suggestions on whether your use case fits the need for an upgrade.
-
Thanks @Patrick Fresnosa-Oracle It was disabled. I have enabled that now and it appears under the transactions subtab:
-
Hi @Nicole Mendoza-Oracle The full name of the State:
-
Hi @Tris Mendoza-Oracle Yes, it is
-
Hi @Tris Mendoza-Oracle Yes, I had checked the response. I was expecting these preferences to show up under set up>Manufacturing Instead, I am getting:
-
Thanks @Richard James Uri-Oracle Which line is setting the label in that code snippet?
-
Hi @Richard James Uri-Oracle What would be the record type that would be accessed by the suitescript to change the field on the auto lot numbering pop up? i.e. what record type would the script be deployed on to access the 'expiration date' field on the auto lot numbering pop up?
-
Hi @Nicole Mendoza-Oracle Thanks. In this case, the script will be setting the state based on the value received from the online customer form. There, the customer would be selecting from a drop down of states. How would I convert their selection to the short name? thanks
-
Hi @Tris Mendoza-Oracle The Manufacturing WIP and Routing is provisioned in the first account: It is also enabled However, the print manufacturing traveler does not appear in the manufacturing preferences menu
-
A, C, D
-
Hi @Tris Mendoza-Oracle I have checked and all those features are enabled. Thanks
-
Thanks @Richard James Uri-Oracle How would that be accessed? i.e. what record type would the auto lot numbering pop up screen be?
-
Quick Close
-
HI @Michelle Jabanes-Oracle Does this just involve answering community questions?
-
I just tried the solution in :https://community.oracle.com/netsuite/english/discussion/4483235/customer-id-is-no-longer-displaying-customer-id-company-name And it worked.
-
Just realised this is the cross subsidiary fulfilment feature
-
Resolved: I didn't see the packing slip form needed to be set first and customised to include the required advanced pdf
-
Hi @Veronica Steluta-Oracle On the lead record itself, the sales rep has been assigned using the sales territory (name has been blurred out). On the communications tab for the lead record:
-
Hi @Tris Mendoza-Oracle Correct me if I am wrong, but isn't the standard cost of an assembly item based on it's member components? i.e. you can't set a standard cost for the assembly itself. thanks
-
Hi @Veronica Steluta-Oracle I was wanting to add the standard field to a custom form--would that affect what fields are available on a external form?
-
Quantity pricing
-
Hi @Veronica Steluta-Oracle To confirm, is there no mechanism in Netsuite to allocate variances from the cogs accounts to inventory ? (Otjer than Manual journal entries)
-
Hi @Veronica Steluta-Oracle To clarify, if that field is exposed on a custom lead form, does that mean it will still not be available form, does that mean the field will still not be available on an external form?
-
Hi Richard The issue was that a check needed to occur that a new line was selected: // Select a new line in the 'addressbook' sublist var addressSublistLine = customerRecord.selectNewLine({ sublistId: 'addressbook' }); // If a new line was successfully selected if (addressSublistLine !== -1) { // Get the subrecord for the…
-
Hi @Elychelle Gulen-Oracle I can't see an option to customize sublist fields for the locations sublist on an item record. I'm in the administrator role. Where would that be?
-
Thanks @Edwards_05 I normally see a column in the item's location sublist saying the cost calculation is still pending. I didn't see that this time so was confused. I left it overnight and it has finished calculating
-
Hi @Veronica Steluta-Oracle Yes, though it doesn't quite meet the use case since the package of goods has a fixed price not made up of the individual components
-
Thanks @Richard James Uri-Oracle I have tried this in a map reduce script and am getting the following error: You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a static sublist The script:: var…
-
Option B
-
Hi @Tris Mendoza-Oracle The issue isn't so much that the amount wasn't capitalised. The issue is that the amount allocated is $100 though only $65 shows as being allocated in the GL impact.