back to top

Summing up a Value From a Detail to Display a Total in Creatio (formerly bpm’online)

When you have a detail that has some value that you want to total and display on the main page it’s pretty easy to do. This article will show you the steps. In the scenario for this article I have a detail called tickets that has a dollar amount, and I want to display a total of the tickets on the main page whenever a new ticket is added or edited.

These are the steps to set this up:

First thing you’d want to do is create your detail with the ticket cost on it then open the section wizard and create a total cost field on the main page, you’ll need a field on the page where we’ll store this total. Then once you have those done you will want to create a process. Here is the process down below.

The process will start with 2 signal starts that will activate when the tickets are either added or updated. Then it will read the ticket and get the total cost by summing up all the ticket costs (I will show how I did the sum later on) then you update the total cost by replacing it with whatever you got from summing up the ticket cost up. The last script task is to tell the page to refresh (for the details on that refer to my article How to Refresh a Page from a Process in Creatio). This is how I summed up the total of the ticket cost – you’ll add a normal Read element but change it to “Calculate function” and select “Sum” as the function.

Be sure to also add the code on the page to receive the refresh message from the process(refer to the article I linked above for the code). Now every time the user edits or adds to the ticket cost the total will get updated the the new total cost.

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author

3 COMMENTS

  1. Hello Tate,

    If we want to add deleted record signal to the process and calculate the total without record deleted. How can I do this Please?

    Many Thanks.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

AI Readiness Checklist for CRM Teams: Is Your CRM System Ready for AI?

Before using AI in Creatio, make sure your CRM data, users, processes, and automation foundation are ready. Use this practical AI readiness checklist for CRM teams.

Build Your Creatio AI Skills with the 2026 AI Summer Program

Join Creatio’s free 2026 AI Summer Program to learn how to identify, build, deploy, and manage AI agents.

Creatio 10x Is Coming: Join the Webinar to Explore the Future of AI-Native CRM

Learn what's new in Creatio 10x and how AI-native CRM, agentic AI, and no-code automation are shaping the future of customer relationship management. Join the upcoming webinar and discover what's next.

Creatio Unlimited Pricing Explained: AI Packages, Costs, Pros & Cons

Learn what Creatio’s new Unlimited pricing model includes, what it doesn’t include, how AI Action packages work, and the pros and cons for businesses evaluating Creatio.

Using the AI Prompt to Create Dynamic Folders in Creatio

Using Creatio's AI prompt to create the filter for a dynamic folder works best if you specifically ask for that, and if you are as clear and direct as possible about the filtering, conditions.

Related Articles

AI Readiness Checklist for CRM Teams: Is Your CRM System Ready for AI?

Before using AI in Creatio, make sure your CRM data, users, processes, and automation foundation are ready. Use this practical AI readiness checklist for CRM teams.

Build Your Creatio AI Skills with the 2026 AI Summer Program

Join Creatio’s free 2026 AI Summer Program to learn how to identify, build, deploy, and manage AI agents.

Creatio 10x Is Coming: Join the Webinar to Explore the Future of AI-Native CRM

Learn what's new in Creatio 10x and how AI-native CRM, agentic AI, and no-code automation are shaping the future of customer relationship management. Join the upcoming webinar and discover what's next.

Creatio Unlimited Pricing Explained: AI Packages, Costs, Pros & Cons

Learn what Creatio’s new Unlimited pricing model includes, what it doesn’t include, how AI Action packages work, and the pros and cons for businesses evaluating Creatio.

Related Videos