My Stuff
Comments
-
Hello Tris I will submit a case Thank you
-
Hello @Tris Mendoza-Oracle Finally I managed to fix this issue. The issue happens when I try to receive an item into a new location without previous item activity. In order to receive the item using the mobile app, the selected location must exist under the Locations section in the item record. While using the UI, Netsuite…
-
Hi @Tris Mendoza-Oracle The location field is empty in the item records
-
Hello Tris Where is the Location field located?
-
Hello Gurus Ok, thank you so much Best regards
-
Hello Gaurav I've tried that, but the bundle remains in the account
-
Thank you Niks!!
-
Hello Jervin Thank you Best regards
-
Hi @Jervin Nicholas Teopengco-Oracle I have tried that, but it doesn't work with lot numbered items
-
Hello Niks No, my issue is regarding a custom purchase transaction. Please see attached images
-
Thank you so much gurus!!!
-
Hello Gurus We have analyzed the mobile logs and managed to get the following error: 12-19 09:50:06.263 15135 15135 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.netsuite.nsforandroid.app/com.netsuite.nsforandroid.app.MainActivity}: org.threeten.bp.zone.ZoneRulesException: Unknown…
-
Hello Thea We have tried using mobile data, wifi. We have even resetted the phone and the error persists
-
Hello Erick This is the command log.debug('runtime.getCurrentUser()', runtime.getCurrentUser().getPreference({name: 'language'}));
-
Hello Erick As an update, I logged the runtime information. The scheduled map/reduce executes as System with role = Administrator, using English - US as language Even though the account's default language is spanish How can I set the system's language to spanish? Thank you
-
Hi Erick Sorry, I was out of office Yes, I still need help Here is the screenshot of the results subtab I don't have timestamps of script's execution, but it executes every hour by schedule. If I export the CSV from the Saved Search UI, Netsuite exports the info based on the user's language preference. For example, if the…
-
Hello Erick Both screenshots are from the same account and both were generated by schedule I am attaching the screenshot from the UI Thank you
-
Hello Erick This is the fragment of my script that exports saved searches directly to csv files into the file cabinet: var searchTask = task.create({ taskType: task.TaskType.SEARCH }); searchTask.savedSearchId = ssId.custrecord_exp_saved_search_list_ss_id; searchTask.filePath = custrecord_exp_saved_search_cfg_folder + '/'…
-
Hello Shamaine Finally I managed to edit the Vendor Prepayment amount. Here is the walktrough: When a Vendor Prepayment is applied to any Bill, Netsuite creates a Vendor Prepayment Application. After that, the amount field in Vendor Prepayment is disabled. I had to delete the Vendor Prepayment Application, and then I was…
-
Hello Micah Yes, I am using a restlet to handle this requests Thank you
-
Hello Pauline I am using the Administrator Role
-
Thank you very much Erick, I am going to change my code Best Elias
-
Hello Erick Thank you for your time, we will try this Best Elias
-
Hello I am using an User Event Script having an After Submit Function deployed on Purchase Orders. Basically, the script updates some custom column fields in the Blanket PO based on the quantity in the P.O. Using the UI, you can reproduce the error following this steps: Create a Blanket P.O. having this 2 items: Item 1,…
-
Hello Erick I need to copy the contact having the "Pagos" role to the custom fields in Contacto Pagos section. Every time the role is updated, or a new Contact is created, I need to trigger some custom code to "copy" the contact having that specific role to that section. Currently I have a basic script with a log sentence…
-
Hello Erick Do you need more information? Were you able to reproduce this issue? Best Elias
-
Hello Erick Here is the script. I am having the issue when the user presses the button with id custpage_add_orden_trabajo and Netsuite executes function crearOrdenTrabajo. Thank you function crearOrdenTrabajo(context){ var user = nlapiLookupField("employee", nlapiGetUser(), ['entityid', 'custentity_puedeautorizarventas']);…