function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
msimondsmsimonds 

Outbound message: Can they be triggered

1) Can they be triggered when a new record is inserted into an object, whether it is custom or not

and


2) can they be triggered when record is deleted on an object, whether it is custom or not

I would appreciate any insight to this

Thanks,
Mike
msimondsmsimonds
I found out for myself that a workflow can be created when a new record is created, which can kick off an OM

The problem is: what do I put in the workflow rules.  I choose "Only when a record is created"

BUT

what do I put in Rule criteria, if I want to have the OM get kicked off every time an account is created?

TIA,
MIke
SuperfellSuperfell
You can invent a rule that's always true, e.g. create date > 1 jan 2001

You can't however have workflow fire on a record delete. You'd have to poll for deletes with getDeleted.
miiWorksmiiWorks

critera rule

 

1=1

 

this is always true

 

its what i use