<@U29PVMVAR> I'm using nlapiCreateSearch() with th...
# suitescript
b
@erictgrubaugh I'm using nlapiCreateSearch() with the field in a column.
b
There is nothing to refresh for field ids for suitescript
b
I know, so is there nothing that can be done? Do I just wait for it to show up sometime?
b
Id make sure that the role and user you are using for authentication is the same as what you used in the ui
b
It's been working for weeks with the role I'm using 🤷‍♂️
b
its possible to change a field so thats is access is limited by role
🎖️ 1
if you are using the browser console to validate that your code is working, you need to use the same user and role
b
Yeah, I've got both default access levels set to Edit and no specific role permissions on that field.
e
And what's the error that you get when you try to create the search?
I'd just double check that you didn't have a typo in the new ID in your script. I'm not aware of any other ramifications of changing an ID. You may check the System Notes for the field definition to make sure that's truly the only thing that changed.
b
Ah I found it. One of the permissions did get changed. Thanks @battk for that suggestion.