Hi,
I want to prefill some text fields from related Account when creating new Meeting and the prefilled values be visible to the user.
I found a way to accomplish this by adding some lines to client\modules\crm\src\views\record\panels\activit ies.js after line 292
However I guess this is "wrong" way to do it because it might be overwritten. What would be the optimal way?
In my setup the values don't need to be dynamic/linked, just copy plain text from Account to the Meeting.
I want to prefill some text fields from related Account when creating new Meeting and the prefilled values be visible to the user.
I found a way to accomplish this by adding some lines to client\modules\crm\src\views\record\panels\activit ies.js after line 292
However I guess this is "wrong" way to do it because it might be overwritten. What would be the optimal way?
In my setup the values don't need to be dynamic/linked, just copy plain text from Account to the Meeting.
Comment