You need to sign in to do that
Don't have an account?

Please Respond to the below questions
1)Stage Field is mapped to a value for the Forecast Category field and this can never be changed in an opportunity?
With Explanation ---------------> a) True b)False
2)A group of executives has a request,a convinient way to see daily metrics without login into salesforce,how a developer can achive this goal?
3)If job Application status is approved then the salary has to be entered how do we achive this?
a) Validation Rule b) Workflow c)Trigger d) formula field
4)Customer has a requirement to filter on columns in the related list,as a developer how would you achive this?
My take on the couple of them -
2)A group of executives has a request,a convinient way to see daily metrics without login into salesforce,how a developer can achive this goal? - You can see if you can set up a workflow somehow to send out the info in an email to them? Or may be some other system can access the info via API and present it to them where/how they want to see? Just a thought...
3)If job Application status is approved then the salary has to be entered how do we achive this?
a) Validation Rule b) Workflow c)Trigger d) formula field - If it can be automatically set by the system, then I think both workflow and trigger can do so. Otherwise, if needed to be entered manually, entry validation rule may be? Set the validation rule appropriately and expose the salary field in the status approval form so that the user who is approving gets the validation msg and would have to enter the salary info.
All Answers
My take on the couple of them -
2)A group of executives has a request,a convinient way to see daily metrics without login into salesforce,how a developer can achive this goal? - You can see if you can set up a workflow somehow to send out the info in an email to them? Or may be some other system can access the info via API and present it to them where/how they want to see? Just a thought...
3)If job Application status is approved then the salary has to be entered how do we achive this?
a) Validation Rule b) Workflow c)Trigger d) formula field - If it can be automatically set by the system, then I think both workflow and trigger can do so. Otherwise, if needed to be entered manually, entry validation rule may be? Set the validation rule appropriately and expose the salary field in the status approval form so that the user who is approving gets the validation msg and would have to enter the salary info.
Hi,
Thanks for your Reply and please check the other questions even.