• Ziggy Lee
  • NEWBIE
  • -1 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies
Howdy,

I believe I have found a bug with Process Builder. When I create a new process with PB in my sandbox with a Chatter action (sent to a group), the process fails to run in production because there is ID in the XML for the flow from the sandbox environment.  When I plug this ID into the browser in prod, I get no data found.  But in the sandbox it shows the chatter feed for the group.

Is this a know issue?  How can this bug be reported?

Snippet of the XML file:
<?xml version="1.0" encoding="UTF-8"?>
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
...
    <actionCalls>
...
       <name>myRule_1_A2</name>
        <label>Post to Chatter</label>
...
       <actionName>chatterPost</actionName>
        <actionType>chatterPost</actionType>
...
        <inputParameters>
            <name>subjectNameOrId</name>
            <value>
                <stringValue>0F9q000000006HCCAY</stringValue>
            </value>
        </inputParameters>
 
Howdy,

I believe I have found a bug with Process Builder. When I create a new process with PB in my sandbox with a Chatter action (sent to a group), the process fails to run in production because there is ID in the XML for the flow from the sandbox environment.  When I plug this ID into the browser in prod, I get no data found.  But in the sandbox it shows the chatter feed for the group.

Is this a know issue?  How can this bug be reported?

Snippet of the XML file:
<?xml version="1.0" encoding="UTF-8"?>
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
...
    <actionCalls>
...
       <name>myRule_1_A2</name>
        <label>Post to Chatter</label>
...
       <actionName>chatterPost</actionName>
        <actionType>chatterPost</actionType>
...
        <inputParameters>
            <name>subjectNameOrId</name>
            <value>
                <stringValue>0F9q000000006HCCAY</stringValue>
            </value>
        </inputParameters>
 
I have a simple process which updates all child records when the parent is updated. The problem I'm having is that occassionally a child record will have some data that was entered prior to a validation rule being created - when the process runs this child record fails validation, and in turn, causes the process to fail - returning a pretty cryptic error to the user. Is there a way to gracefully handle errors like these in Process Builder?

hello all,

 

i am using "email to salesforce" functionality to get mails from gmail to opportunities in salesforce instance.

 

i got emailtosalesforce@y-fq50fah7p9rnb3cj60elbmam.9brdgeau.9.le.salesforce.com id from salesforce instance, and i copyed in Forwarding and POP/IMAP of my gmail account. after that it was asking for confirmation code..

 

so please tell me where i get this confirmation code...

 

i am getting mails as

 

-------------

 

Delivery to the following recipient failed permanently:

    emailtosalesforce@y-fq50fah7p9rnb3cj60elbmam.9brdgeau.9.le.salesforce.com

Technical details of permanent failure:
Message rejected.  See http://mail.google.com/support/bin/answer.py?answer=69585 for more information.

----- Message suppressed -----

 

-------------------------------------- to my inbox....

 

thanks in advance.