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
CloudGeekCloudGeek 

Salesforce to Salesforce Integration : Validation Rules

Hi,

We are implementing SF to SF integration with our partners in business.

We enabled the set up and Configured the settings and were able to share opportunities.

The requirement is to write a validation rule which should allow only certain close reasons when it is shared with the partner.

How could we identify that the opportunity is being shared technically  (I mean is there any field that I can use to identify it is shared/not ) ?

Please help in this regard.


Thanks in advance.


BR,
Venkat K
Gaurav NirwalGaurav Nirwal
Validation rules verify that the data a user enters in a record meets the standards you specify before the user can save the record. A validation rule can contain a formula or expression that evaluates the data in one or more fields and returns a value of “True” or “False”. Validation rules also include an error message to display to the user when the rule returns a value of “True” due to an invalid value.
Gaurav NirwalGaurav Nirwal
You can use these validation rules just like as reference