My Stuff
Comments
-
The id you are receiving is likely a reference to another table which contains the information you want. If I have a list of colors having the ids (1=Red, 2=Blue, 3=Green) and a field that uses this list, selecting Blue in NetSuite will show as 2 in ODBC. Once you determine the table that contains the list information, you…
-
We've been developing a screen pop app to handle inbound calls. It will open a record upon matching a number or open the global search if multiple numbers are matched. It hasn't been tested against the InContact system, but I'd be happy to answer any questions you may have. Thanks, Scott
-
Great, thanks for the response.
-
The purchaseorder.entity value expects a RecordRef object. You'll need to create a RecordRef object, identify what type of record it refers to and then specify the internal id of that record in the RecordRef object. Then, assign that object to the purchaseorder.entity. I do not know how to accomplish your other question,…
-
You're welcome. Happy to assist.
-
I have not stepped through the code below, but I pulled it from a working app that we use and tried to strip it down to make it easier to read. I think you should be able to determine how to get your code working from this example. Hope it helps. CustomRecord CustRec = new CustomRecord(); RecordRef RecRef = new…
-
Have any more recent releases of web services enabled a global search function or something similar? I see a reference to global search in the WebServices Platform Guide under the Error Status Codes section, but nowhere else. Thanks, Scott
-
Could you use a 'Create' event type server script applied to the Note record to set the Date field each time a note is created? Scott