Hi All, I am new to REST web services in netsuite....
# suitetalkapi
s
Hi All, I am new to REST web services in netsuite. I have quick questions as below. 1. Is it possible to restrict records of the same type from exposing to third-party applications. Ex: Among 10 Sales orders in the system, is it possible to expose only 5 to the third party so that they will not be able to consume the remaining sales orders? 2. If 1 is possible then is there a possibility to apply field restrictions in the rest web services. i.e can I restrict the fields to expose including native fields in the above 5 orders so that the third party will only be able to see the fields that I exposed? If this is not possible using rest web services, what are the other options that I can use in netsuite to achieve the above points? Appreciate the insights. Thanks.
s
This will not work as multiple orders could be under the same segment that needs to be restricted.
b
be more clever with the segments is the primary choice
s
can we use restlet script as an alternative approach
b
yes
s
ok thanks