Calculated field workflow doesn't recalculate

Hi,

I am new to SuiteCRM, I have only used SugarCRM previously and would be really grateful of some help.

I have created a calculated field workflow which multiplies two other fields within the same custom module. The calculation works fine for the first save but does not repeat the calculation thereafter despite the following setup:

Run: Always
Run on: All records
Repeated runs: Checked

Can anybody help me with what I am doing wrong?

Thanks in advance,

YW

You really don’t want to have a Workflow with those settings. It will try to go over all your records every time the Scheduler runs (every minute!).

Just make it “on save”, not “on scheduler”. Keep the “Repeated Runs” checked.

I don’t know how many records you have, but possibly your server is currently overwhelmed with long-running Workflows running on top of others…

Check in Workflow module, on the left sidebar, option “View Process Audit” to see if there’s any left-over jobs from your previous set up.

Once I had a hung job that I had to clean up from the database before I could get any other Workflow to run…