My Stuff
Comments
-
I add the script as you mentioned To make sure I am doing everything correctly Please advice if there is something missing again the purpose is custom record ID: customrecord_expodya_recive_item is the parent for custom record ID: customrecord_expodya_request_to_ship This relation between those two custom records is via…
-
still showing the error Notice (SuiteScript) {"type":"error.SuiteScriptModuleLoaderError","name":"MODULE_DOES_NOT_EXIST","message":"Module does not exist: /SuiteScripts/expodya_rcvdship_pickpack.js","stack":[]}
-
@Jack Daryl Espiel-Oracle
-
/** * @NApiVersion 2.x * @NScriptType UserEventScript */ define(['N/record'], function(record) { function afterSubmit(context) { // Get the current record var rec = context.newRecord; // Get the internal ID of the current record var recId = rec.id; // Get the value of the custrecord_expodya_rts_reciveditems field var…
-
@Jack Daryl Espiel-Oracle I get this Notice (SuiteScript) {"type":"error.SuiteScriptModuleLoaderError","name":"MODULE_DOES_NOT_EXIST","message":"Module does not exist: /SuiteScripts/expodya_rcvdship_pickpack.js","stack":[]}
-
Thank you Kristoffer Viray-Oracle
-
Thank you it is working now Jack Daryl Espiel-Oracle appreciate your support
-
Forget password works fine
-
I did all of this let us keep the design aside, I faced an error for login as an employee
-
Kristoffer Viray-Oracle
-
Hello the login page looks like this , how it could be similar to also when I tried to login as an employee it shows like this if I remove the brackets (“) from the link it shows the following The html code as above EDIT: Redacted Sensitive Information from some screenshots.
-
Hello, can you check if the code is correct function portletName(portlet, column) { portlet.setTitle ('Google Calendar in Netsuite'); content = '<iframe src="https://calendar.google.com/calendar/embed?src=amjad.kassem%40gmail.com&ctz=Europe%2FLondon" style="border: 0" width="800" height="600" frameborder="0"…
-
Hi @Jack Daryl Espiel-Oracle I got a script but it is showing error can you help me for Looking for I need Netsuite script for below custom record ID: customrecord_expodya_recive_item is the parent for custom record ID: customrecord_expodya_request_to_ship This relation between those two custom records is via custom field…
-
@Niks Blando-Oracle hi, is there any update here
-
Dear, I set it but nothing change in income statment I need this value to be removed from an income statement; if you move the goods from one location to another that’s should not effect profit and loss statement
-
Thank you it is works now
-
hi it is like creating a normal invoice, but in my case, we need quick entry to save time, it is like POS transaction but without using POS system
-
Hi I have similar script created for another custom record can I put it here and you told me what I should change to get the result because I am not professional in scripting
-
Hi @Jack Daryl Espiel-Oracle For the first step, there should be a formulator workflow to automatically select the rate which matches the Chargeable weight value The custom field rate has more than 10000 records, so the field should display the right price base on KG and country.
-
I will check and back to you
-
Thank you @Kristoffer Viray-Oracle it is work now
-
Hello If I changed the filed type to multiple select then I would not be able to choose it is In the sender in the work flow (action send email) Can you show me how the workflow accepts to send to multiple vendors after changing the field to multiple select? Then let me see if the error you mention will occurs or not
-
@Jack Daryl Espiel-Oracle Hello Yes, you are right; we need to look up price values on the Shipping Rate custom record based on Country and Weight to calculate the value of the Kg/Price field on another custom record (Request for Shipping Quote). For the KG/price, it is just the field where we need the resell to be seen…
-
1- shipping by air is available in another tab 2- and as you said is correct, once the box check then then it will send to the mentioned vendors
-
@Michelle Jabanes-Oracle thank you it is work now
-
Dear, What we need is that once a new custom record is created and the supplier match the criteria, then the WF will work to send email to the vendors with the cute record details. the email received without any custom record details
-
@Jack Daryl Espiel-Oracle OK, let me divide this into phases. 1- I created a saved search to show the vendors who match the criteria 2- for the workflow, I am not able to select the required field to send an email
-
@Jack Daryl Espiel-Oracle After checking the box , and submit the record
-
@Kristoffer Viray-Oracle thank you , appreciated
-
I wrote it like this and not work