Announcement

Collapse
No announcement yet.

Workflow, Trigger Type, after publishing a new Stream (flow)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Workflow, Trigger Type, after publishing a new Stream (flow)

    It would be great to have a Trigger Type on Workflow as "when updating the Stream"

    Is it possible?

    tanya

  • #2
    Hello
    You can use 'Note' Target Entity and After Record Created Trigger Type, some manipulation with conditions and actions

    Comment


    • #3
      Originally posted by tanya View Post
      Hello
      You can use 'Note' Target Entity and After Record Created Trigger Type, some manipulation with conditions and actions
      Hi tanya, I tried this, but, I can't use the condition for trigger relating to the Parent, at least not using the ANY and ALL options. Maybe you are telling me to use the FORMULA as Condition Trigger.

      The option I have is demonstrated on the attached picture. Please help me.


      Comment


      • #4
        Tell me all the logic you need in conditions

        Comment


        • #5
          Originally posted by tanya View Post
          Tell me all the logic you need in conditions
          When creating a NOTE, if the note is related to a record type Opportunity (parent), do the following actions....

          Comment


          • #6
            Set in formula
            Code:
            parentType='Opportunity';

            Comment


            • #7
              Originally posted by tanya View Post
              Set in formula
              Code:
              parentType='Opportunity';
              I didn't understand how this would work. You are setting the parentType to "Opportunity" on the Conditions Formula?
              What does that formula do? It returns a True or False?

              Thanks tanya

              Comment


              • #8

                parentType=='Opportunity';
                sorry

                yes, formula in conditions has to return true or false

                Comment


                • #9
                  Originally posted by tanya View Post
                  parentType=='Opportunity';
                  sorry

                  yes, formula in conditions has to return true or false
                  Thanks Tanya.

                  Comment


                  • #10
                    Originally posted by tanya View Post
                    parentType=='Opportunity';
                    sorry

                    yes, formula in conditions has to return true or false
                    Ok, now the second Step. I created this trigger, and asked it to call the sequential workflow, that needs to change some of its Fields.
                    On that case, the Sequential Workflow is linked to the Opportunity type. Will it work? Or I will have to create a sequential workflow linked to the NOTE, as is with the Trigger?

                    Comment


                    • #11
                      You can use Update Related Entity -> Parent, if you don't need a delay

                      Comment

                      Working...
                      X