You need to sign in to do that
Don't have an account?

How access the data from one SF org to Other SF org??
In one Org we have data model
i.e
Object = CountryValidity
Field :
In other org we are creating data for the same object what we want is while creating the data for object I will just enter the "country" field value and "IsValid" field's value we need to check from first org and whatevr will be the value we will store it in current org.
Hope explaination is good enough .....
i.e
Object = CountryValidity
Field :
- Country = india , IsValid =True
- Country = USA , IsValid =False
- Country = AUS , IsValid =True
- Country = S.Afrika , IsValid =Flase
- Country = PAK , IsValid =True
In other org we are creating data for the same object what we want is while creating the data for object I will just enter the "country" field value and "IsValid" field's value we need to check from first org and whatevr will be the value we will store it in current org.
Hope explaination is good enough .....
https://developer.salesforce.com/docs/atlas.en-us.dev_lifecycle.meta/dev_lifecycle/quick_start_sandbox_changesets.htm
And I need to check this on every contact insert.
Another option is to purchase Salesforce Connect / Lightning Connect licenses and use the external data feature.