This might not be the right place for this but this channel has been the most helpful for me so far. I have a custom entity field (on employee only). I need to have it such that any employee can read the value on their own employee record for this custom field. Example: var my_level = nlapiLookupField(‘entity’, entity_id, ‘custentity_my_level_field’); However this only works on users logged in with a role that can see all employee data. I need each user to be able to reference their own ‘custentity_my_level_field’. Is there any way to do this?