This topic contains 2 replies, has 0 voices, and was last updated by SererraMike 7 years, 10 months ago.

  • Author
    Posts
  • #10318

    SererraMike

    I’m trying to fire a workflow upon create of a custom record. The custom record is being created via a user event script. I’ve set the workflow to run on create, on all contexts, and I’ve even removed all conditions for testing. When the record is created, I see not workflow history, so it’s not even that the flow is failing, the record isn’t even being considered. Anything I could look at to see what’s happening here?

    Thanks,

    Mike
    This is a cached copy. Click here to see the original post.

  • #10319

    k_dunc

    Hi Mike,

    You could initiate (call) your Workflow from your script if that helps? You could also run a Scheduled Workflow based on a Saved Search perhaps – i.e., look at all new records created ‘whenever’. That may also work for you – though that would depend on how ‘time-based / time-critical’ your Workflow tasks are (i.e., if your Custom Record does not need to be updated straight after creation, then this may be a viable alternative for you).

  • #10320

    SererraMike

    Hi Kirk,

    Thanks. I ended up having my developer call the workflow as you suggested. All documentation I found says it should work without doing that, so I’m still curious as to what’s happening, but this will work for me here. Thanks.

You must be logged in to reply to this topic.