• binbin0915
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
all the time show this
what it happenes.....

http://security.force.com/security/tools/forcecom/scanner#


security report is always delayed.....
my code is like that
if (!Schema.sObjectType.Task.fields.Id.isCreateable()){
          return null;
}

but security check   http://security.force.com/security/tools/forcecom/scanner#

show serious errs:
FLS_CREATE

as it says,

threr is no group built. 

in object   "to" field can be used to one person.

how can i do.

tks lot

 

my code is like that
if (!Schema.sObjectType.Task.fields.Id.isCreateable()){
          return null;
}

but security check   http://security.force.com/security/tools/forcecom/scanner#

show serious errs:
FLS_CREATE