Thursday, February 18, 2021

Salesforce Application Creation

 👉    Salesforce Application Creation.

            *    Salesforce is a CRM (Customer Relationship Management) application that is a cloud computing service as a software (SaaS). 
            
            *    Salesforce's services allow businesses to use cloud technology to better connect with customers, partners and potential customers.

            


        *    Steps involved in a custom app creation.
                   
            1.    Go to the setup page in salesforce.
            2.    Type "App manager" in Quick find of setup page.
            3.    Click on "new" in the App manager page.
            4.    Provide the name of the App and choose icon for app, the color and visibility options.
            5.    Next select the type of app you wanted to create ( Standard or a console app).
            6.    Then select the items to be displayed in the utilities menu (chatBox, Rich Text, etc).
            7.     Select the navigation options to be displayed. (The custom and standard objects that needs                     to be displayed - Account, Lead, etc).
            8.     Click on "finish", then the application is created successfully.

 👉    Salesforce static resources & assets.

            *    Static resources are which is stored in the salesforce application that can be accessed by the logged in user or by the other force.com users if the permission is given.

            *    Assets are which is like the temporary storage in salesforce where we upload images like objects. For example, when we upload a image into App icon then its automatically uploaded into the assets section.

            *    Create a static resource :

            1.    Go to the setup page in salesforce.
            2.    Type "Static resource" in Quick find of setup page.
            3.    Click on "new" resource.
            4.    Give a label to the resource and confirm the visibility of the resource (Private or public).
            5.    Click on "finish" where the resource is uploaded.




 👉    Salesforce custom labels.

            *    Custom labels are custom text values that can be translated into any language that Salesforce supports. To access custom labels in Aura components, use the $label global value provider.

            *    Custom labels enable developers to create multilingual applications by automatically presenting information (for example, help text or error messages) in a user's native language.

            *     We are advised to write the SOQL queries inside the custom labels which helps the developers to easily edit the queries without re-writing the exact query again.

    
            Need more information on this :




             
            




No comments:

Post a Comment

Monolithic vs Microservices

👉     Monolithic Architecture. *     Monolithic architecture was there before Microservices came into action.  *     All functionalities or...