My Stuff
Comments
-
B. Bundle
-
C. Non Inventory Items for Repurchase.
-
Thanks @Joy Noreen Magoling-Oracle I think the issue is that I can't access these Suiteanswers (including when I use the ID) when I am using a demo account. I am able to access the links when logged into a production account. I have logged a support ticket and just waiting to hear back since it looks like a bug. Thanks
-
I have a few follow up questions 1 Why is an outsourcing charge not marked as a 'manufacturing charge item'? Are 'manufacturing charge items' only used when you are producing the goods yourself in-house?
-
Thanks @Niks Blando-Oracle So is a virtual location the same thing as a regular location? And there is no distinction in terms of how it is set up? (the only distinction is how a business might use that location?)
-
Hi @Niks Blando-Oracle The Suiteanswer article that was linked doesn't mention anything about virtual locations. I accidentally selected 'this answers the question'. Thanks
-
Hi @Joy Noreen Magoling-Oracle All of the Suiteanswer links appear to be broken. I can't find any pages when searching for the exact phrase 'outsourced manufacturing'. Edit: Those Suiteanswers are broken when accessing it through a Netsuite account that isn't production--I tried accessing it via a demo account
-
Awesome, Thanks @John Griffin !
-
Hi @Richard James Uri-Oracle Any updates on this? Thanks
-
C. Text row: Displays static text or provides a blank row in between financial statement sections.
-
Thanks @Richard James Uri-Oracle does this mean it is possible to create a scheduled script to send the workbook's csv file via emaill?
-
Hi @Richard James Uri-Oracle No, there are no other scripts running. I have just created the custom record type prior to deploying the script. Is this some kind of Netsuite Suitescript limitaton? thanks
-
Hi @Jervin Nicholas Teopengco-Oracle Apologies for the late response. I just got the exact requirement from a colleague and customer of what they were trying to do. The requirement was for the 'To be printed' on a sales order record to be checked if an invoice has been raised for that sales order. I have tried this with a…
-
HI @Joy Noreen Magoling-Oracle I was after a saved search that retrieved the quantity picked or packed so I can add a sublist with those values on the invoice record. Thanks for the suggestion anyway. It would be useful for other future requirements
-
HI @Nicole Mendoza-Oracle I think the issue is with the script logic rather than an actual bug or defect. thanks
-
Thanks @Richard James Uri-Oracle Are there any issues with the field value being populated by a client script which creates a search of the custom record? I had heard from someone that a search should only be conducted with a suitelet and not a client script. Is that correct?
-
D. Vendor Prepayment
-
B The help guide states that 'create' level is needed for the Fixed Asset Reset data permission.
-
A. Comment Block e.g. /** *@NApiVersion 2.x *@NScriptType MapReduceScript */
-
C. List/Record
-
Hi @Richard James Uri-Oracle I tried to retrieve search results where the applying transaction: receipt/fulfilment had a status of 'picked' or 'packed'. However this would not return any results. I assume this is a limitation? thanks
-
Hi @Michelle Jabanes-Oracle How would I incorporate saved search fields on an email template? The email template in question is going to be used with a workflow . thanks
-
Hi @Jervin Nicholas Teopengco-Oracle The record creation state: Example of one of the actions: thanks
-
Hi @Jervin Nicholas Teopengco-Oracle Yes, it automatically goes to Pending Approval. There is a status condition though, by default, the record will be on pending approval when it is first created thanks
-
Hi @Richard James Uri-Oracle Is it correct that the 'Applying Transaction: Receipt/Fulfilment' table only returns item fulfilments with a status of 'shipped'? I am trying to find Item fulfilment records where the status is picked or packed as well
-
Hi @Jervin Nicholas Teopengco-Oracle The formula for a hyperlink didn't work for me. It kept returning free text reference to the sales order record number
-
D. All of the above
-
Hi @Richard James Uri-Oracle This is the full script after further revisions. /** * @NApiVersion 2.x * @NScriptType UserEventScript */ define(["N/record", "N/search"], function (record, search) { /** * @param {UserEventContext.beforeSubmit} context */ function beforeSubmit(context) { try { var transactionRecord =…
-
Hi @Jervin Nicholas Teopengco-Oracle My apologies, I had incorrectly stated that the sourcing and filtering criteria was blank (I had adjusted the field several times and had forgotten that the version where the field was returning a value had values in that tab). Once I adjust the field type to list/Record and…
-
Hi @Richard James Uri-Oracle Apologies for the delay in responding. I also got a null value when using the console log with the nlapiGetLineItemValue('item', 'itemfulfillmentchoice', '1'). The item fulfilment field in my screenshot is a custom field: field id: custcol_item_fulfillment