If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hi. I'm looking for solution to auto recalculate formula. I'm not a software developer and I've got basic knowlage about programming so please give me clear information.
Yes/No/Try this/Go away.
For several records, there is a special formula recalculation function. If we are talking about one record in which we work, then the simplest option is to change it, for example, write something in the description field, save the changes, and then clear this field and save changes again.
A field with type Boolean can serve the fastest for the case of working with a specific record, where recalculation is often required.
As an option for absolutely all records of a specific Entity, you can create a workflow that will update all records every minute (but this option requires significant resources of your server).
Thanks for fast reply. I want to recalculate the formulas for all records in one category once a day, using cron or other tools. Now i have to mark all entities in category and click Action>Rrecalculate the formula. I want to automtize this task.
Comment