-
Building a Lightning App
Hi guys,
Currently I am working on creating an app which can help customers set goal for themselves and meet their goals.
o Each Contact may have multiple Goals
For each Goal, I want to give it a name, description, category (e.g. career, financial, personal, social, health, etc) and a target date to achieve the goal by
I need to track how a person is progressing towards their goal over time, for this a rating out of 5 is used. We will need to be able to give a rating out of 5 for each goal once a week, starting from the date the goal is created through until the due date. This means each goal may have a different number of ratings in total
I want to be able to record the ratings for the goals from the Contact page, not navigating to a separate page or pages.
I have created two custom objects Goal and Goal Rating where Goal is the parent object and Goal Rating as child object. Goal Object has a look up relationship with Contact ?
Any idea on how to record the rating from the contact’s page without navigating to separate page or pages?
-
This discussion was modified 9 years, 1 month ago by
RINI.
-
This discussion was modified 9 years, 1 month ago by
Forcetalks.
-
This discussion was modified 9 years, 1 month ago by
Forcetalks.
-
This discussion was modified 9 years, 1 month ago by
Log In to reply.