function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
atlantisatlantis 

Cannot find "Current Status" in user detail page

I can see the field definition of Current Status in user object.

But I couldn't find it in pagelayour or user detail page.

 

PS: I am using systemadmin profile. and i didn't see the FLS settings for this field.

 

Does anybody know the reason?

Does it mean we cann't edit this field via standard UI?

 

Thanks & Regards,

Atlantis.

Pradeep_NavatarPradeep_Navatar

Currentstatus field is not shown in a pagelayout and it cannot be modified. This field does not show up in the Eclipse IDE also.

 

For more Information you can refer this link:

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_user.htm#topic-title

 

Hope this helps.

atlantisatlantis

Hi Pradeep,

 

Thanks for your comment and link.

As it says, the field can only be updated not queried.

 

But it is weird that i can find it in IDE schema and query the currentstatus of each user.