+ Start a Discussion
Manjunath T NManjunath T N 

How master-detail records are synchronized/accessible in junction object?

Problem here is CaseJiraItemAssociation__c object is a Junction Object which is having two master-detail relationships Case__c and JiraItem__c. in background they are creating JiraItem__c record (Only Id and Name field) and storing that Id and CaseId in CaseJiraItemAssociation__c junction object but somewhere all fields of JiraItem__c object is updating with values which I couldn't able to find where exactly and I have HostingType field in Case which I need to copy to JiraItem__c object through CaseJiraItemAssociation__c junction object, can anyone help me pls?