Hello Community,
I am working on a project where I need to either extend or override `Save Record` functionality in Contact with a custom implementation.
Task: On Saving Contact Record, I have to send this record to client DB to sync data through Code.
Question:
- Should I use `Replacing View Model` schema or other schema to extend / override 'Save' contact functionality?
- what are the steps to do so? Please explain the steps.
Platform: Creatio:Energy 8.2v (Freedom UI)
Like
And if you want to do it on the server side, Ryan has an article about this : https://customerfx.com/article/adding-code-to-listen-for-entity-events-…
Easiest way to create a replacing view of the contact page is to open it in the designer and save it. This will create the replacing view for you.
As for overriding the save on the page, you can see how to do that here: https://customerfx.com/article/adding-code-to-the-save-event-of-a-creatio-freedom-ui-page/
Ryan
And if you want to do it on the server side, Ryan has an article about this : https://customerfx.com/article/adding-code-to-listen-for-entity-events-…
Hi,
I need to save these changes in a custom-package i.e. 'ClientCustomizedFeatures', then how can I do that?
Ryan Farley,
Hi,
I'm wokring on Contact App part of 'Customer 360'. I made some changes, that were stored in 'UsrCrtLeadOppMgmtApp_66rvnxe' package (Creatio created this). This is replacing view of Contact.
Can we create replacing view model of the any entity i.e. contact manually in other package i.e. 'UsrDemo' with the same setting as below:
Is It possible to do this?