+ Start a Discussion
santoshkumar moturusantoshkumar moturu 

How to update related list name in another field in salesforce

I have an standard object called case, I need to update a  custom field with case object attachment name
Deepak Pandey 13Deepak Pandey 13
Hi Santosh, 
If any relation b/w them than use process builder. Other way write trigger.
saurabh_kumar_Ssaurabh_kumar_S
Hey Santosh 

Whenever  a new attachement is created on Case , you can write a trigger on attachement , and check if related Object is case , than update related case object : custom field with attachment name .