What do you mean you can't find it? Are you gettin...
# suitescript
l
What do you mean you can't find it? Are you getting an error saying it does not exist? That shouldn't happen unless there is a permission issue or the record has been deleted.
a
@Lea CC My first thought was that it was deleted. I suppose there could be a permissions issue, but I find it weird that I can create a note, but not view it
Its the same user and role doing both actions
I do not have UI access, but I will be working to debug this with someone who does soon
So I'm mainly wondering what things I should look for
First thing in my mind is the Role's permissions, then deleted records
Then Id like to try to create a user note in the UI
Is there anythin else you could think of that it could be?
l
Looks like you have Create permission, not Edit
Can you try accessing it via look up field API?
I am assuming you are using the load record API hence the error
a
hmm
So if this helps
Im doing the create at one point
then search may happen way later
For the search, I am using suitetalk
and usually when it does not have permissions to view a record, it throws that error
I was wondering if some script could be running thats deleting notes as they enter the system haha, but that sounds farfetched
@Lea CC Any other thoughts on something to debug when I am working with the UI?
l
Debug using the exact role you are using when scripting, see if you can view those notes created via script.
a
Ok cool
thanks so much!