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
Bharat Chandra MohantyBharat Chandra Mohanty 

Trigger on record creation

Update the status of position with "Interviews started" when a new review record is created for a position
Explanation:I have 3 objects i.e Position,Application ,Review  
In Position object i have a status field(Picklist)  .Application object and  Position object are lookup relationship.  Application object and Review object are masterdetail relationship.
When a new record is going to created in Review object It will be updated in the status field of Position object ,i.e "Interview Started"
Thank You In Advance For Your Help
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Bharath,

Can you confirm this. In between Review and Position object Position is Parent object and Review is child object ?

Thanks,
 
Bharat Chandra MohantyBharat Chandra Mohanty
Noo I m creating a Position object record first and then creating a application object record by taking lookup to position object. After that review record But in Review object I have only master detail with Application object I don't have any direct relationship between Position object and Review object