Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Apex Code Development
- :
- Please Respond to the below questions
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Please Respond to the below questions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-11-2012 10:24 PM
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?
Solved! Go to Solution.
Re: Please Respond to the below questions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-12-2012 08:49 AM
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 o...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-13-2012 02:06 AM
Hi,
Thanks for your Reply and please check the other questions even.

