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
RobotiRoboti 

Workflow rule not firing on a custom object

Hi,

 

We have a custom object SALES on Opportunity.

1. This object has all the fields calculated from related Opportunity.

2. We have created a workflow rule to send outbound data everytime this object is updated.

3. The relationship between Opportunity and SALES is Master (Opportunity)-Detail (SALES)

4. This object gets updated when we update the related Opportunity.

 

The workflow rule does not fire because except the object name field, all the fields are formula fields on SALES.

Can anyone suggest us the way to achieve the workflow rule to trigger the outbound data?

 

We need the help urgently. Let us know if you need more information.

 

Thanks!

Ashish_SFDCAshish_SFDC

Hi Roboti, 

 

Currently we do not have the option through workflows, please vote for the idea below for future product enhancements. 

 

https://success.salesforce.com/ideaview?id=08730000000BrIGAA0

 

Probably the other way is to either create a workflow on the Opportunity Object or Use a APEX Trigger. 

 

See the trigger for fomula field in the link below,

 

http://salesforce.stackexchange.com/questions/9147/formula-fields-and-trigger

 

Regards,

Ashish

RobotiRoboti

Hi Ashish,

 

Thanks for your reply! We tried to create the workflow on Opportunity object but we do not get the fields of our SALES object to select.

 

I will vote for your idea so that we can see this enhancement in future.

 

We are not into APEX coding so the trigger is a difficult thing for us.

 

Best regards