Giter VIP home page Giter VIP logo

Comments (5)

jmfarber avatar jmfarber commented on June 4, 2024 1

from sfdx-mass-action-scheduler.

douglascayers avatar douglascayers commented on June 4, 2024

Hi @jmfarber, thanks for your interest and feedback on Mass Action Scheduler =)

My only guess is if the batch job itself failed before it could write log records. In Setup, go to Apex Jobs page and see if you see any job failures and their error messages.

Thanks

from sfdx-mass-action-scheduler.

jmfarber avatar jmfarber commented on June 4, 2024

I was never able to get process builder to work but I was to get it to call a flow and work. Two issues:

  1. The Logs still didn't generate, not sure if that is the way it's intended or not.
  2. The process created two records. I remember seeing this issues brought by someone else. The report I'm using only has the master record listed once. Any idea what would cause it to loop through the report twice?

from sfdx-mass-action-scheduler.

douglascayers avatar douglascayers commented on June 4, 2024
  1. The Mass Action Log records are only created if errors occur, so if things go fine then there won't be any log records to see on the Mass Action Configuration record.

  2. My guess is that the first time the flow fires and causes updates to the record then other triggers, workflow rules, processes, etc. that fire when a record is created or updated fire too, and that one of those has the same logic or firing the same logic that the first flow executed.

from sfdx-mass-action-scheduler.

douglascayers avatar douglascayers commented on June 4, 2024

That’ll do it too! Haha

from sfdx-mass-action-scheduler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.