• Prashant Maheshkumar
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi All,
I am trying to run the Einstein Image Classification with sample image online other than what was given in trailhead project, but the VF page keeps showing incorrect prediction.
Trailhead project: https://trailhead.salesforce.com/projects/predictive_vision_apex
Can somebody please advise, what could be the issue here. PFA image and results under it from einstein.
User-added image
Thanks
Prashant
 
Hi All 

Is there a way to restrict users say(System admin's) from assigning permission sets to other users ? We want to restrict users from assigning permission sets to other users from audit purpose by showing them a validation error when they attempt to assign a permision set to another user. We also need to allow few Admins to perform this activity(I was thinking of a hierarchy custom setting and then using it in apex)

It seems the user record doesnt get updated when we assign a permission set to a user record so the trigger on user wont work .
As far as I know we cannot write a trigger on permission set and permission set assignment.

Any workarounds ? any help is appreciated