Hey all, anyone know if we can create a custom too...
# ai-netsuite
r
Hey all, anyone know if we can create a custom tool in AI Connector for accessing the analytics datasets?
@ericbirdsall @Abdul Qadeer
e
Custom tools are 95% the same as other script types (user events / client / etc) with the exception that you aren't allowed to use
N/http
,
N/https
, or
N/search
To use datasets with the
N/query
module, you should use
query.load()
Help Center Article
👍 1
r
Thanks @ericbirdsall! I’ll try that and see how it goes