Blog
Curly Brackets is a site aimed for web developers, designers and hobbyist offering tutorials and articles on technologies, skills and techniques to improve how you design and build websites. I cover HTML, CSS, Javascript, CMS, Netsuite, PHP and .NET
Netsuite | How to know if a form has a client-side suitescript
When checking if a form has a client-side suitescript installed on it, we normally go to the Netsuite UI and navigate on:
Setup > Customization > Scripted Record.
There is a shortcut on doing this by simply loading the form and viewing the source in the browser.
Netsuite | How to get the value of custom fields using webservices in .NET application
A sample code on getting custom fields values in a record in Netsuite using .NET application
In this example we will load a customer record with custom entity fields. Entity fields can be located at Setup > Customization > Entity Fields
Netsuite | ODBC – How to get the total value on the amount field of transaction records?
(more…)
Tutorial – How to DEBUG Suitescript using Google Chrome
This is a guide on how to use the google chrome browser as a debugger for Netsuiteās suitescript. It will also show the great feature that the browser has when debugging a suitescript.
Google chrome is a browser that comes with a debugging feature for javascript. This is a tutorial on how to use the debugging capability of google chrome
Netsuite | Search PHP webservice – sample code
As per the Suite Talk Web Services Platform Guide; The search operation is used to execute a search on a specific record type based on a set of criteria. You can search by defining search filter fields on the record, joined fields on an associated record, search return columns, or joined search return columns from an associated record. The results of the search can be complete records, or a select set of fields specified through search return columns. This example will guide developer how to perform a search operation thru web service using PHPToolkit.
Netsuite | AsyncAddList .NET webservice code sample
In asynchronous requests, your client application sends a request to the SuiteTalk Platform where it is placed in a processing queue and handled asynchronously with other requests.
This article requires existing knowledge of Web Services and .NET. In this example three customer will be added and the response of the request will be stored in a string value.
Netsuite | PHP webservice Delete operation – code sample
As per the Suite Talk Web Services Platform Guide, The delete operation is used to delete an existing instance of a record in NetSuite. This example will guide developer how to perform a delete operation thru web service using PHPToolkit.
This article requires existing knowledge of Web Services and PHP. The example will delete a contact record.
Netsuite | GetSelectValue PHP webservice code sample
The GetSelectValue operation is used to return the entire list of values or just a subset of values. This example will guide developer how to perform a GetSelectValue operation thru web service using PHPToolkit.
This article requires existing knowledge of Web Services and PHP. The example will get the values on the salesrep field of the opportunity record.
Connect!
Enter your WordPress.com blog URL
http://.wordpress.com
Proceed