I have created a custom field on the User Object - Canvas_Id__c ... This value is only populated when the user is a high volume portal seat user.
I have a custom object Student Task where I want to insert this using a custom field. I created a new field and pick formula then I go to the Advanced Formula tab and insert field.
Student Task > Student > Portal User > Canvas Id and It generated:
Student__r.Portal_User__r.Canvas_ID__c
When I go to view the page it shows up blank. I am logged in as System Admin.
Any thoughts on why this would show blank even though I can clearly see the data on the User Record?