Forum Replies Created

  • Akash

    Member
    April 6, 2021 at 4:15 pm in reply to: What action are performed in workflow in Salesforce?

    -email alert
    -to craete task
    -field update
    -outbound message

    these are the action perform in workflow.

  • Akash

    Member
    October 29, 2020 at 6:37 pm in reply to: How many future methods can be called in single Apex transaction?

    HI
    @Anuj
    -You can call up to 50 @future methods per transaction.

    -You can call up to 250000 future methods per 24 hours.

  • Akash

    Member
    October 29, 2020 at 10:34 am in reply to: What is Custom Label in Salesforce?

    hi @shweta,

    suppose in your apex class code you want to use some data like API key (personala data or the data that you dont want to show to other)that use in api callout (integration) ,so it is not good to have it hardcoded or for security purppose it is not right to use it directly in code so for that reasone we can use custom label,
    in that custom label we put our api key and give any name to it and save ...now in class code you can use custom label name insted of api key directly...this is one of the use case.

    ----again for dynamic purpose you can use it ,if in case in future that data or like api key is change so withaut any changes in apex class code we can change that data or key here in custom label..

    for more info : use this link :https://webkul.com/blog/how-to-use-custom-labels-in-salesforce/

Popular Salesforce Blogs

Popular Salesforce Videos