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
Guru RamGuru Ram 

help out for write trigger for below condition

1.Implement trigger in store__c custom object , trigger will only execute when Default Address is true
  1. Create 2 fields in  Place__c  custom object, City and Country.
  2. Fetch Stock__c custom object City and country with help of Store__c id, Stock__c and Store__c Relation ship (One to Many)
  3. Update Palce__c address field City and Country
Deepak Maheshwari 7Deepak Maheshwari 7
Can you please elaborate your requirement?
Deepak Maheshwari 7Deepak Maheshwari 7

Please also specify relationships among the three objects specified.

Also which is parent and which is child?