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
CyberfireCyberfire 

IsUnreadByOwner - there, but can't be used!

If anyone can explain why I can't use this field, I'm all ears - this is for the Lead object. Here is what it looks like in Eclipse:

 

IsUnreadByOwner - _boolean

Access: createable

             defaulted on create

             filterable

             updateable

 

When I try to reference this field in a workflow on a lead object, I get this error:

 

Error: Field IsUnreadByOwner does not exist. Check spelling.

 

Why is this? If I try to design the workflow in Eclipse, I'm sure I'll get the same error. Is this a bug?