I get `You need a higher permission for custom rec...
# general
e
I get
You need a higher permission for custom record type WMS Open Task to access this page.
but I have set the role to have
WMS Open Task
=
Full
. What am I missing?
b
Go through Setting Permissions for a Custom Record Type so you know how permissions for custom records work
then determine which of the access types the custom record uses so that you use the appropriate permission mechanism
e
I am doing a search
var searchrecord = nlapiSearchRecord('customrecord_wmsse_trn_opentask', null, filter, columns);
I can see that
customrecord_wmsse_trn_opentask
is the ID for WMS Open Task The error is:
Permission Violation: You need a higher permission for custom record type WMS Open Task to access this page.
But the role has full access to WMS Open Task The WMS Open Task also has some: Require Custom Record Entries Permission Like: Allow UI access etc, but I dont see how I can give the role these permissions
b
the usual answer is to look harder under the role's permissions Alternatively you can try looking harder at the Setting Permissions for a Custom Record Type, it tells you where to find the Custom Record Entries permission You can try looking through Permissions Documentation to find the path to the Custom Record Entries permission
your role's access to WMS Open Task is irrelevant when the permission model is
Require Custom Record Entries Permission
e
Hmm, yes I saw that, and in the doc it said:
This permission can be set on the *Lists* subtab of the *Permissions* subtab on each Role page
But I cant see any relevant permission in the Lists tab
b
what does it look like?
e
The list tab? It has a dropdown with ca. 100 items. No item seem to be anything related to warehouse, wms, work order etc
message has been deleted
Sorry if I seem stupid here 🙂 I have little experience with custom records and permissions
b
you are looking for the permissions that begin with c
preferably cu
e
Wow 🙌 Thanks.
Custom Record Entries
Thank you so much
178 Views