Hi Kenneth,
like I wrote in an other post, I think you have confusion with "global" fields.
It's a wrong word to speak about this kind of field.
There is NO global fields.
There is only fields which are not linked with a content type, this mean that this kind of fields are stored in a special table, depending on the object you are working on :
- Object User => storage in #__cck_store_item_user
- Object Article => storage in #__cck_store_item_content
A field used for the object "User" can't be used in a content type based on the object "Article".
By cons, when you have a message on ressource access, is normally not due to fields, but more to the permission of the content type.
Best regards.
Lionel