Friday 3 May 2019

Salesforce Advanced FAQ2

1. Can you search/filter Salesforce related list??


Yes,Refer

2. Why users cannot be deleted in Salesforce?


Yes, there is no option to delete the created user in Salesforce only you can deactivate.
     Reason is  the user might have created some records and part of some ownership so deletion
    of the user creates orphan records and impacts the business.

3. Cannot be created from Case object only allow from Account related list, How to implement this?


We can’t hide ‘new’ Button on Standard Object we can override it with Visualforce 
      Page / Write Java-script code for Home Page Components.

      Note: If it is available from Account related list means the user has permission to create the case ,
      So from case object also it will be available.


4. Search layouts can be assigned profile level?


No,Currently while page layouts are assigned to profiles, there is no way to assign search layouts 
     to profiles. We would like the ability to assign different "search layouts" to different profiles.
     Refer


5. Attachment object is supported in process builder?


No,As of now ,It not supported in WorkFlow & Process Builder
    Refer

    NoteAttachment is deprecated in Lightning using Salesforce Files
    Refer

6. Where the attached files to a record will be saved ?


In lightning when you upload attachments, it save as salesforce files
     Lightning uses ContentDocument for attachments
    Classic uses Attachment object for attachment
    Refer 

    NoteAttachment is deprecated in Lightning using Salesforce Files
    Refer


7. Case Document Attachment Notification to owner when attached by other user?

Refer

8. Send email notification to the case followers ?


 Using "Chatter Streams ,Whenever chatter feed post happens will trigger an email notification 
      to the followers.
      Note : Only for post not for field tracking  
      Refer
      
      


9. Send email notification to the case contact on case close ?



    Case "Send notification email to contact " is enabled only for Case Creation Template in lightning.
    So on any update on case you can check this to send notification to contact.
      Refer
   




10. Can't access all enhanced notes records via SOQL query ?

Yes,Refer

1 comment: