You need to sign in to do that
Don't have an account?
help me to write my first apex tigger
Hi,
I am new in salesforce and have a lot of challenges to learn salesforce development. I got this task to complete but have no idea what to do :(
Please help me to complete this task .
Thanks in advance.
Create a field called Alexa Rank in accounts and a field called size
alexa rank field = numerical
Size field has 6 values "enterprise, small mid, mid mid, large mid, and small business"
automation: update the Size field when the Alexa Rank field is updated
size alexa rank
<=100000 enterprise
<= 150000 large mid
<= 250000 mid mid
<=500000 small mid
>= 500000 small business
upload a list of leads. but before you upload check the input file for fields that do not exist in the leads object. Create those fields and then upload the recoards.
upload a list of accounts. but before you upload check the input file for fields that do not exist in the leads object. Create those fields and then upload the recoards.
I am new in salesforce and have a lot of challenges to learn salesforce development. I got this task to complete but have no idea what to do :(
Please help me to complete this task .
Thanks in advance.
Create a field called Alexa Rank in accounts and a field called size
alexa rank field = numerical
Size field has 6 values "enterprise, small mid, mid mid, large mid, and small business"
automation: update the Size field when the Alexa Rank field is updated
size alexa rank
<=100000 enterprise
<= 150000 large mid
<= 250000 mid mid
<=500000 small mid
>= 500000 small business
upload a list of leads. but before you upload check the input file for fields that do not exist in the leads object. Create those fields and then upload the recoards.
upload a list of accounts. but before you upload check the input file for fields that do not exist in the leads object. Create those fields and then upload the recoards.
Reading the requirement, I think this can be accomplished using the process builder: https://help.salesforce.com/apex/HTViewHelpDoc?id=process_userinterface_values.htm&language=en_US