Take the 2-minute tour ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

here is my ServiceItem_Summary view: enter image description here

However when I try to create a rollup summary in Case, my newly added field NonWarrantedServiceType is not showing up in the Field to Aggregate drop down. Do you know why? enter image description here

share|improve this question

1 Answer 1

Formula fields are not available for Roll up summaries. If you need to roll up this field, what I would recommend is a workflow that copies the formula value to a text or numeric field. Then, roll that field up.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.