My Stuff
Comments
-
Look at Setup --> Support --> Support Preferences --> Notifications tab. Think everything you are looking for is right there.
-
in your settings Setup --> Support --> Support Preferences you can set Case Lockout. this will stop a case that has been closed from being reopened via email after a set number of days . I know it will not stop this one instance but it will stop it form happening in the future. you may also use it to stop this case. set it…
-
you can accomplish real time update in each direction using the REST API on each side. basically using that API you can get each system to call the other with an update request when the transaction is saved.
-
PvZ, Yes, it is possible using the some combination of Netsuite's options; Hosted site, Scriptable Cart, SuiteScript API and possibly Single SignOn. I could not say exactly what to do unless we has conversation about your requirements. If you look up these options thought you should be able to get what you want. If you…
-
If you search by that number in NetSuite does the part come up?
-
I have seen something similar. I have several iFrames on my site that display Published Saved Searches and we noticed they were no longer working. We had to change the URLs in the iFrame code to new NS URLs. Everything is working they are just on new URLs now. I thought I changed a setting somewhere that did this.
-
Can you describe how you export the Matrix options? I cannot see how to eaisly exoport all of the options at once for a clean re-import.
-
That is correct but you will need to upgrade to a Suitecloud plus license.
-
Can you tell us more about what you are trying to do?
-
two things: 1. You must obtain a valid login token before you create the New Customer and Addressbook objects, and 2. After you create the Customer Object and populate the fields, you must call .add (NetSuiteService) to commit the record to the database. Sean
-
Hi jimmyz, I don't mean to sound like a jerk here but I think I am going to... So I am sorry for that in advance. This looks to me based on your comments, that you are creating a customization to fix a bad script. I may be wrong but if you have a script that is causing your transactions to double post. Rather then create a…
-
David, Have you checked the filters on your report to be sure there is not a filter set by default to exclude blank Classes? I know its a simple thing but its the first thing that comes to mind so I figures I should ask.
-
with Script you can get the count of line items on the order and return True if the count == 1! let me know if you need help with that. Sean
-
I would look to see if the user in question has logged in using that same browser since the new security questions were setup. If not, that could be part of your issue. The process may be waiting for a response from the user because it is a different browser. If you log-in manually with the same browser and answer the…
-
MelMoore, Have you contacted the 3rd party that created the scripts for you? They may have a fix for this or be able to create one.
-
Thanks for posting this.
-
Your Suitlet Idea would work fairley well. but you will need user event function as well. if you want update from system B to show up in system A: Use a User Event function on after submit in system B, if the case has not yet been sent to system A create a new case in A on Submit of system B if the case already has been…
-
Has anyone gotten to work yet? I am not able to, not sure what I am doing wrong.
-
I did get a message from NS Support that a fix is being worked on to be released soon.
-
jbarkley, The things I heard about without specific commitments around release dates are *IDE Debugging - No date given but I am now seeing 2013.2 the demos looked like it is already in a pretty advanced stage of development *Custom Record Types, Custom field definitions, Script Records, and Script Deployment records, all…
-
Hi Michoel, Thanks for the suggestion. I did see this on SA but I was wondering if Login was any kind of scriptable or Workflow event directly?
-
Thanks Frederic, that does work. I had tried using nlapiGetCurrentLineItemValue that but I guess I didn't do it right.
-
Corey, could you give the selected group a different view (on the Searches) that does shows this type of case? At the same time you would have to modify the other views not to show the cases. You could then set the audience to restrict the view. also you could create a workflow one Before Record Load to hide all fields on…
-
Can you give us an example?
-
Hi Felix, Thanks for the reply, unfortunately unless I misunderstand your answer, this is not what I need. what I am looking for is the <B>Record Type ID</B> and not the Field ID. The field in this case is record type but by the internalID is not the same as the display name so in this case getting the Text of the field…
-
I think I know how to say this now. What I want is the value that is returned by nlapiGetRecordType, I want a lookup table of those values linked to their Display names. I am building that list now since it does not seem to exist in the app yet.
-
I think using user groups with separate forms would work as well. Group 1: Sales = form A Group 2: Sales Managers = form B Form B the tab is visible form A the tab is invisible also Form B has the custom form field so the sales manager can change their form to see what sales people can see Form A does not have the custom…
-
pujar Are you calling from within NetSuite or from another application? Sean
-
https://netsuite.custhelp.com/app/answers/detail/a_id/8084/kw/suitescript%20developer%20guide
-
if I understand the requirement, you need to know when a customer orders certain items for the first time for Safety and or Compliance reasons. Is what you need to know, the fact that this order is indeed the first time the customer has ordered that item, or is what you really need to know, the fact that this customer has…