For Example i have object_1__c and object_2__c and i want to update some fiels of object_1__c when i insert object_2_c fields using trigger also i want that object_1__c fiels become null when i deactive(unchecked) status__c fieds on object_2__c
Hi Asiya,Can you provide more details like what type of fields should be modified on Object_1__c when its child record is created and what do you mean by deactivate status__c. Do you mean change Status__c to Deactivated?Thanks,