You need to sign in to do that
Don't have an account?
CloudGeek
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
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 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 Nirwal
You can use these validation rules just like as reference