Is it possible to use the /app/recordscatalog/rcen...
# suitescript
t
Is it possible to use the /app/recordscatalog/rcendpoint.nl endpoint on server side restlet or only within a client side suitelet? This is Tim's suitelet query tool I'm referencing. The XMLHttpRequest seems to only work client side.
b
no, clientside only
mostly because xhr is clientside
and rcendpoint.nl requires the login session cookie
t
That’s unfortunate, thanks @battk. I was attempting to automate export of schema. I’ve tried using the suitetalk meta data apis, but they include fields you can’t actual query within suiteql. I guess I’ll just make a suitelet that I manually run whenever my schema needs a refresh.