How to create an mortgage calculator (which should get display on the left side of the home page - Under create new or somewhere nearer to it)which should be integrated to salesforce?
You can create the calculator (in Visualforce) and add it in Visualforce Area Home Page Component and Then Add the component to the left sidebar in the Home Page layout.
Nitesh, Above is the exact requirement and I just want that to integrate with home page? I need it in that way. Can you please help me out? - Lead object . Thank you and appreciated.
Awesome. Thank you so much. I've tried the above thing and I can see the output but when I'm trying to add that VF page to Home page Component (Left Side - Narrow Component) I couldn't able to see the calculator on the Home page. Any idea why it is not showing up?
Calc is done and it's showing up in the narrow wide column in the Home page. How can we relate or link that to the Opportunities? I just wanted to link that to the opportunities. After calculating the values, if I click over there it should redirect to the opportunities/scenarios? Is there anthing lick custom button or link we can add underneath of calculator?
We can add an button to the component to the page component, But i believe it doesn't save the existing calulation of the calculator when you redirect to the opportunities.
@Nithesh - thanks for sharing this, reall great tool. I have slightly modified it to suit our need so have a questions.
Question- how do I round up the results in two decimals? for example results for number of payments I get = 115.00200000000001 I want to display 115.00 or just 115
if your looking for a simple lightning version of this as a part of upskilling on lightning this was something i thought i'd try to figure out how to do.
the code is in this repo and free to anyone that wants to use it: https://github.com/danielbprobert/mortgagecalculator-lc
All Answers
Then Add the component to the left sidebar in the Home Page layout.
Thank you and can you please help me with VF page. Thank you so much
Above is the exact requirement and I just want that to integrate with home page?
I need it in that way. Can you please help me out? - Lead object .
Thank you and appreciated.
Awesome. Thank you so much. I've tried the above thing and I can see the output but when I'm trying to add that VF page to Home page Component (Left Side - Narrow Component) I couldn't able to see the calculator on the Home page. Any idea why it is not showing up?
Once again thank you and appreciated your help.
It is showing the blank space, when I'm trying to add VF page to Home Page Component.
Got it. Thank you so much for your help and appreciated.
Calc is done and it's showing up in the narrow wide column in the Home page. How can we relate or link that to the Opportunities? I just wanted to link that to the opportunities. After calculating the values, if I click over there it should redirect to the opportunities/scenarios? Is there anthing lick custom button or link we can add underneath of calculator?
Thank you and appreciated.
Question- how do I round up the results in two decimals? for example results for number of payments I get = 115.00200000000001 I want to display 115.00 or just 115
Please could you guide me?
Thanks a ton.
Read about it here (https://www.w3schools.com/jsref/jsref_tofixed.asp)
I need object related calculator or custom button ?
Object : Account
Field : Picklist
Dob: Date
condition : picklist and dob selection need to display the cost as custom settings.
custom setting values
age cost
tariff1 23 7.66
tariff2 12 1.00
tariff3 10 2.33
tariff4 42 5.00
Thanks,
Malakondaiah
the code is in this repo and free to anyone that wants to use it: https://github.com/danielbprobert/mortgagecalculator-lc
Can someone tell me how much they paid to have this calculator created? I'm new to SF and am trying to have a calc with the following properties:
1. Loan Amount
2. Term Length
3. Interest Rate
4. How many months (if any) are interest-free
5. Monthly payment.
We were quoted several thousand. Can anyone develop this for us at a lower cost?