Hello, I'm trying to create a RESTlet that will re...
# suitetalkapi
a
Hello, I'm trying to create a RESTlet that will return a list of all defined Custom Item Fields. I am pretty new to developing RESTlets so my knowledge of available API methods is limited. So far I've been able to return a list of all Inventory Items using the
nlapiSearchRecord
method but I'm unable to get
itemCustomField
records.
b
you probably wanted to ask in #C29HQS63G but the most straightforward suitescript approach is to load an item record
there is a soap operation to get customizations if you are actually looking for #C2K2RJNAC
a
I see. We aren't using soap but that is what I'm looking to do. I'll post in #C29HQS63G. Thanks!