Mi contenido
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comentarios
-
Oh. I notice that yesterday I exported the Notes from the Contact record to the Customer record. But this morning I notice the notes from the Contact record is empty. This image below is the Contact Record Notes empty. the image below is the Customer Record notes after import. This is normal? that the notes will be only in…
-
Dominica. I get discourage when the issue is related to an enhancement to work. I have see a lot the enhancement with more than 5 years and not solutions. I hope NetSuite management/engineers will expedite those enhancement request. This enhancement is a good example of how old they are and NetSuite haven't done anything.…
-
Mikko. I was able to completed this by using map/reduce with the help of an external person. He assist me completing the script. thanks!
-
Mikko. Solved, I just delete the whole deployment, script, etc and re-do it again. Now I will keep learning the N/search module you suggested. Thanks!
-
oh boy. Mikko. Whiles researching and testing I changed the script to the previous one and is weird when I try to refresh the page I got the same error: but that nlapiSearchRecor is not longer on the script: Like i mentioned this is the previous working one. What that I need to do to solve this issue? Thanks!
-
Hi. Mariele and community its me again. Related to this, I have a "transaction" save search that will provide me the itemlocationconfiguration internal ID. What I wanted to do is to use that save search to provide to the script the itemlocationconf Internal ID records to update. I got this part but when I test receive an…
-
hey. I was able to make it to work. On my condition I selected CASE STATUS instead of the Status. Thanks!
-
ohh! is case sensitive. That makes the trick. Thank you!
-
Marielle First, thanks for the help, I was able to accomplish the part of updating the ATP LEAD TIME. Now I am testing the other section that is related, this time we would like to Update the Purchase Lead Time (leadtime). I modify the fields on the script to get the value from the STANDARD PURCHASE LEAD TIME FROM SS…
-
Marielle. I got that part and not getting the error but isn't updating the ATP LEAD TIME. I think i am following in the script: load getValue setValue (no more condition) save Here is the script: /** * @NApiVersion 2.1 * @NScriptType ClientScript */ define(['N/record'], (record) => { function fieldChanged(context) { var…
-
Marielle. now I am confuse. You know I am my developer skills are limited. var itemLocConfigRec = record.load({ type: record.Type.ITEM_LOCATION_CONFIGURATION, id: '10' <== this should be the internal ID of the Item Location Configuration record since that is what we're loading. This won't be the item. }); this will be…
-
Marille. Sorry this is the last message and let you go for the weekend. got an error whiles updating. [Image Removed] I will keep testing next week.
-
Marielle. ?? that Worked!! I think the trick was to change id on the edit. I will keep testing and let you know for updates. Thank you so much!
-
Marielle. Sorry getting the error. I have to put 2.x because when i leave 2.1 didn't want to work. /** * @NApiVersion 2.x * @NScriptType ClientScript */ define(['N/record'], (record) => { function fieldChanged(context) { var itemLocConfigRec = record.load({ type: record.Type.ITEM_LOCATION_CONFIGURATION, id: '10' //this…
-
Marielle. asking this: The current flow of your script seems to be load then save the Item Location Configuration. So every time a field is changed, this will trigger. You won't be able to see the changes right away to the ATP Lead Time field since you still have to reload the page. Is this your desired flow/process? The…
-
Thanks Marielle. I will try to follow the advise and let you know. Thank you so much, Enjoy the weekend!
-
Marielle. Error trying to create the script :( here is the update script. /** * @NApiVersion 2.x * @NScriptType ClientScript */ // Update Record // This is the section that will update the ATP Lead time and the Purchase Lead time // With the records from the save searches define (['N/record'], (record) => { function…
-
Marielle. I am going to try to make the chances and let you know. I really appreciate your help. Thanks!
-
Nikko or Oracle NS community. lets see if this will help to understand what are we trying to accomplish. Has I mentioned before I was able to store the value on another field named ATP LEAD TIME FROM SS HIDDEN that eventually I will hide. In the following image I try to explain what the script need to do. The ATP STANDARD…
-
Mikko. I got another field to Store the value but I am still trying to figured out how to write the scrip to accomplish what i explained. I used the link you provided me before to get part of the code that i wrote in the previous message. I am not a developer and trying to do my best. so far what i have but doubt will…
-
Mikko. I know it will be a single record load but what that I need to set there to be able to select any item. 1- This field is the one that will be getting the number of days from the save search but when I check the Store Value, see comment #2. 2- Seems like won't be able to get the value. 3- This is how it looks with…
-
I have researched a little on how the script will be and I wrote the following that i believe will help to accomplish what i am looking for. // Update Record // This is the section that will update the ATP Lead time and the Purchase Lead time // With the records from the save searches var itemLocConfigRec2 = record.load({…
-
Joahnna. Answering your questions. Q - you have created a saved search to get a PO item date. You have also created a saved search to look for the far date and calculate the days. A - No, I just created one save search that looks for the PO item far date and calculate the days. used this criteria with this formula on the…
-
Hi. I dont think this is resolved. Our sales rep get the same issue when trying to create a phone call record for a Contact without a company assigned. See images. 1- Contact does not have Company - There are a lof the freelancers getting our products 2- Users get the following message. They click OK to continue. 3- Users…
-
Thank you for all your responses, for some reason i receive them on the email but I can't see them here. I was able to find the solution that I need on the SuiteAnswers with the following name: Print the Inventory Detail Serial Numbers Horizontally Using the Advanced PDF/HTML Template
-
Hi. I have a similar issue and I hope somebody is able to help. We are able to print the serial numbers but when there are more than 40 the line doesn't break after the end of the page. there is a way to put those serial numbers in a horizontal way? This is what I have part of the code. <td colspan="12" style="width:…
-
Hi Joy. I voted for both of the feature request that you mentioned. We were able to make it to work but is really slooooooow and limitations. This is the workaround. We created a custom sublist field under Other Sublist Fields option with type:decimal and on the Sourcing & Filtering tab we selected Source List: item and…
-
Hi. A little than a month ago, we enabled Advanced Bill of Materials. Now our save searches getting the information from the Legacy BOMs and not for the revisions. We use the save search for Item. Example: Formula(text); Group This formula will show the list of item(s) in a column. CASE WHEN {name} LIKE 'name of the item%'…
-
Nada. Same thing with my user profile. May be a bug on the site and probably I am guessing will take just time to replicate.
-
Thank you Dominica. I will open a Support Case