Hi. I need add some different actions on field “Opportunity Name” ( automatical reneme), when user change opportunitie type. I know how to do it. But I can’t understand how to get “Opportunity Name” and select “Type”, to reneme “Opportunity Name” by changing select “Type”. Thank you for your help.
How are you trying to this, in a Workflow, in a Logic hook, what?
Share code or screenshots sio we can see what your problem is exactly.
I am trying to explore sourse code of page named as “Create opportunity”, there are files view.edit.php and editviewdefs.php in folder modules/opportunities in my IDE
You need to check the Developer Guide and use the extension mechanism. You probably want to override the “display” class on the Opportunities’ Edit view, and inject some javascript to handle the relationship between the two fields. Google for similar examples.
1 Like