Is there a way to achieve following:
1. Have formula work not on save, but on retrieval of the entity. For example, If I have date of birth for a lead, and I want to show age based on that, the formula would calculate the age and store it on save, but if I do not re-save the entity lets say in a year, the age won't change. Is there a way to have a column be calculated "live" or as it is being retrieved, not on just save?
2. Let's say I have one to many relationship of contact and opportunities and opportunities have a monetary value. How would I be able to sum all the opportunities monetary value and display with the contact?
3. I created a custom entity "Test". There is a Contact -oneToMany- Test relationship. I am however not able to display linked Test entities in the contact details page, it does not appear in the fields when I try to modify the contact detail layout. How can I show related/linked entities in contact?
Thanks!
1. Have formula work not on save, but on retrieval of the entity. For example, If I have date of birth for a lead, and I want to show age based on that, the formula would calculate the age and store it on save, but if I do not re-save the entity lets say in a year, the age won't change. Is there a way to have a column be calculated "live" or as it is being retrieved, not on just save?
2. Let's say I have one to many relationship of contact and opportunities and opportunities have a monetary value. How would I be able to sum all the opportunities monetary value and display with the contact?
3. I created a custom entity "Test". There is a Contact -oneToMany- Test relationship. I am however not able to display linked Test entities in the contact details page, it does not appear in the fields when I try to modify the contact detail layout. How can I show related/linked entities in contact?
Thanks!
Comment