My Stuff
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comments
-
Hi david.smith I tried reviewing the mentioned scenario on my end and it seems to be not possible so I would rather suggest filing a support case so we can track it and see if this is a possible enhancement
-
That's great. :)
-
Hi @ddenison, If you are pertaining to the similar KPIs available in the scorecard, those can be done using formula? You may use a custom KPI scorecard then add some searches on it or compose some of the KPI lines then enable the trend graph on the score card so once you click the trend graph icon, it is pretty much…
-
Aside from the sample application from the mentioned page, you could open the Help Guide on your NetSuite instance and it has a couple of sample C# codes that you could check out under the web services operations.
-
Hi adimitri What worked on my end was like this one: StringCustomFieldRef question1 = new StringCustomFieldRef(); question1.internalId = "81"; question1.value = "TESTABC"; CustomFieldRef[] crRef = new CustomFieldRef[2]; crRef[0] = (CustomFieldRef) question1;
-
Hi Petros Yes. The mentioned record is not exposed for SuiteTalk even with the 2017.1 version. I would suggest filing a support case so we could properly track this as an enhancement for SuiteTalk
-
Godrules500 The header that you are using is OAuth 1.0 but the computation of the signature string is not. The computation of the signature string is based on RFC 5849 https://tools.ietf.org/html/rfc5849#section-3.4
-
Hi zcheng100 , Are you using the the SuiteTalk API for this one? For the scenario that you have, I think the better use case is more on the use of RESTlet rather than doing it on SuiteTalk more or less due to that fact the having it performed by Apache Axis on mobile is much heavier in resource compared to doing it via…
-
Godrules500 Have you checked the function of the getPassportSignature() function. getPassportSignature() in your code is for SuiteTalk and not for RESTlet. Token-based Authentication for RESTlet follows OAuth 1.0 algorithm in signature generation.
-
Hi chrisatsc To answer the question number one, one possible cause is that one of the results have a value that happened to cause an error when it was being parsed in preparation to be returned. What I suggest for the moment as an alternate solution is to use a search in the UI to set which columns are to be returned then…
-
kreylingj Token-based authentication is a request-level type authentication so if you plan to use TBA as your authentication mechanism, you have to generate the signature every time to ensure the validity of the web services user's identity.
-
If it is a "Contact: Employee", then it would not show up in the list of contact roles.
-
Hi adimitri Based on the error, that actual cause is that the value in the StringCustomFieldRef is not set as noted in org.xml.sax.SAXException: 'value' on {urn:core_2016_2.platform.webservices.netsuite.com }StringCustomFieldRef is required System.Web.Services From that error, it means that either the value is the…
-
Hi latchadev, With the mentioned unexpected error, do you have the ID for that unexpected error? I you still have it, I would suggest you to file a support case and provide the mentioned error ticket to our support team so that they would be able to check it on our end to give you an advise to work on your concern.
-
Hi Hector, Are you still replicating the concern? For this concern, kindly file a support case for the concern to check out the concern. Also kindly include the timestamp and the connection timeout setting on the client application for we would be able to validate the details on our end.
-
Hi badgerdigital As of the moment, performing get operation or operation for files from File Cabinet is per file basis. As approach that I would suggest is rather perform a search of files given the folder id then perform get operation on each file based on the results them perform the compression of the files ones the…
-
iistomin , My suggestion would somehow look like this, why not do a get of the specific record type e.g. get for a Customer record which has a the custom fields listed them temporarily store it somewhere them perform a getCustomizationId and perform the data type match from there. From what I see, the process would take…
-
For the lastModifiedDate and the internalId, they are on the main line level. Items which can on the line level don't have those two fields since they are more or linking the transactions and item that are there on the transaction. This goes same with sales order, purchase orders and other transaction which have line item…
-
jmacdonald For this concern, you can have the FileSearchBasic initialized then add your criteria internalId which has a type SearchMultiSelectField and add an array of internalId encapsulated as RecordRef type file similar to the generated value below: <searchRecord xsi:type='docFileCab:FileSearch'> <basic…
-
Hi Ana, If you check the contact in the UI, are you sure that the contact is a contact record and not a contact representation of an employee record. You may check it upon clicking on the name of the contact and if it is an employee contact, the top left part should have "Contact: Employee"
-
Hi iistomin I don't understand why you are determining the type of the custom field. When someone write an integration script(C# or PHP or Java) one should already know the field type to properly set the value. Infact before you invoke the WS action, one should perform a UI test first to determine any problem that could…
-
For this concern, 1. If the value for the custom field is not empty, what you do get from customFieldList[0].searchValue (for non-select fields) and customFieldList[0].searchValue.internalId for the select fields. 2. Have you tried it on other fields. From my point of view, this should be work.
-
kreylingj The class for the class field is already fine. Just wondering if you refer to an existing search in NetSuite UI with only the columns defined (criteria) and you just add the criteria on your VB.net code, how does the results show on your end if you try that use case?
-
Hi aktarahmed , As of the moment, formula generated columns are not yet supported in PHP Toolkit. Please file a support ticket one.
-
AnaCampoVe , this is because EU sandbox is hosted in EU2 data center and not on the Sandbox link so you have to note that information when you are an EU hosted customer.
-
Good thing Mike. If you are encountering problems with SAML related to this soon, please let me and jejacob know if have filed a support ticket so we could check it with our Support team
-
Hi TheUsualSuspect I would suggest you to try SuiteAnswers 44787 (https://netsuite.custhelp.com/app/answers/detail/a_id/44787) for the Python sample for the calculation
-
kentroylance It may depend on the approach that you plan on your integration. If you want to keep uniform code all throughout all your customer and use a SOAP based approach, then you should use SuiteTalk since you just need getCustomizationIds in case it may require. But is you want to build the solution specialized for…
-
Hi kentroylance, Unless you have SuiteCloud Plus and provisioned that concurrent web services user to the web services user, you can have only one active SuiteTalk web services session for that user. More or less, SuiteTalk has a list operation that's what developers can use instead of a record per call.
-
Have you tried the EU1 URL (https://webservices.eu1.netsuite.com/services/NetSuitePort_2016_2). I think you are in EU. What is your URL in Sandbox for your account?