• MOHA SAJ
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
On our Quote template "EAP Quote" we need the field "Qty" header in the gray bar to read "Mo Qty" and the "Total Price" field to read "Total Mo Price." In the totals area, I need to change the field labeled "Total Sales Price" to 'Total Mo Price" and "Grand Total" to read "Mo Grand Total." All four fields need to behave as they do now. Is this possible? If so, how do I proceed with hiring a developer?
Ellen
I need to calculate the number of days since Employment Start Date on a child object, then roll this value up to the parent object and summarize all the records. The formula field is easy, but since it references TODAY, it is unavailable in the parent (Master/Detail) object rollup calculation. I've tried creating a shadow field with a workflow, but since no one edits the record, the workflow doesn't fire. I would prefer to do this without Apex, since that's outside of my skillset, but I can't figure out a way to do it.