Open jclark-dot-org opened 4 years ago
Hey @jclark-dot-org
I'm stuck at the same stage. Did you manage to do a scheduled calc at least? Can you clarify what these steps are?
Cheers
I tried reading most of the documentation but i was also not able to get this working on a professional edition environment. I mean there are options to run apex from managed packages in professional edition, but the way described here using process builder is not working for me as well.
That may not be available in PE orgs anymore it seems. Can someone check if you can invoke apex from an After Save Flow? or Before Delete flow in PE? Process Builder won't recalculate when a record is deleted unfortunately so I'd like to update the wiki to promote Flows instead.
Describe the bug Per the Readme and the Wiki (and this blog post which is linked from the Readme), DLRS can be used in a Professional Edition org by:
dlrs__RollupActionCalculate
from a PB on the child object.However, the option to call apex from a PB appears to be missing in Professional Edition; see screenshot below. This issue was raised in #341 and #478. Both issues are closed, but I do not see a definitive resolution in either ticket, aside from a suggestion to try scheduled calculation.
Can you clarify?
To Reproduce Steps to reproduce the behavior:
Expected behavior It should be possible to configure DLRS to run in a PE org when a record is inserted or updated (vs via scheduled calc).
Screenshots