Giter VIP home page Giter VIP logo

Comments (5)

douglascayers avatar douglascayers commented on June 11, 2024

Hi @LCurran1006,

Thanks for your interest in Mass Action Scheduler.

What action type are you using? Any chance you're sending the records through a Flow? If yes, then it might be related to #41. If yes, then if possible, maybe try to use another action type like an Update Records quick action instead of a Flow to update the records.

Thanks

from sfdx-mass-action-scheduler.

LCurran1006 avatar LCurran1006 commented on June 11, 2024

Hi @douglascayers it is set up using a Quick Action, not a flow.

from sfdx-mass-action-scheduler.

douglascayers avatar douglascayers commented on June 11, 2024

Gotcha. If you’re trying to pass in a checkbox field value (true/false) there is a limitation I think that the API sends that data over as text, not a Boolean (or vice versa, either way it’s not the expected data type).

Since the Salesforce platform is determining the data type being sent in the API, I think you’d have to use a workaround and map a non checkbox field over THEN use extra automation to make a field update based on that. Definitely not ideal but I’m not sure what else to do at the moment.

from sfdx-mass-action-scheduler.

douglascayers avatar douglascayers commented on June 11, 2024

For example, instead of yor target being a Quick Action you could use a Flow target. The Flow input variable type to be Text and use a Decision element to do a Record Update Action if the text variable is “true” or “false”.

from sfdx-mass-action-scheduler.

douglascayers avatar douglascayers commented on June 11, 2024

Hi @LCurran1006, I've opened a new enhancement request to track checkbox/boolean field support. A few other people have reported similar problems so this new issue will help me track and communicate progress towards it in one central spot. Thanks for your interest in Mass Action Scheduler!

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.