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:

  1. Should I use `Replacing View Model` schema or other schema to extend / override 'Save' contact functionality?
  2. what are the steps to do so? Please explain the steps.

    Platform: Creatio:Energy 8.2v (Freedom UI)
Like 1

Like

4 comments
Best reply

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-…

Show all comments (3)

Hello,

I'm trying to add a button to contact page details (Contacts_FormPage), I'm currently using Creatio on cloud version 8.1.3.6734 with Freedom UI
I followed these steps:

  1. Navigated to Settings > Advanced Settings
  2. Created a new package, and added ProductCore dependency
  3. Created a Replacing vie...MoreLess
Like 0

Like

2 comments
Best reply

Creatio has two types of pages, Freedom UI pages and classic pages. They are completely separate/different pages. The ContactPageV2 is the classic...MoreLess

Show all comments (1)

Hi community,

I try to display (or not) an element based on information found on the contact page of the connected user. I tried with a business rule but I only can choose the user connected and not its related objects and their attributes.

So I tried something like that in the methods :

		methods...

MoreLess

Like 0

Like

3 comments
Best reply

Hi Julien,

I cannot see the checkIfInHR method call on the init method execution, but I suppose you wanted to call it inside the "enabled"...MoreLess

Show all comments (2)

Hi !

Is there any way to change the default value when someone makes a call from "incoming" to "outgoing"?

We almost always make outgoing calls and sometimes we forget to change that and we can't change it afterwards..

Like 0

Like

3 comments
Best reply

Hello Julien,

I have the steps to change this default to outgoing here: https://customerfx.com/article/setting-the-default-call-direction-to-ou…

Ryan

Show all comments (2)

Hi all,

      I found the "ContactPageV2" use method "syncEntityWithCommunicationDetail" when changing value of any community option. So, how can I override that method in my "ContactPageV2"?

Thanks

Like 0

Like

2 comments

Hello Mai,

You need to simply override the basic method and put your logic in it. Here is the Creatio Academy article that will be useful.

Best regards,

Oscar

Show all comments (1)