Hey Guys, we are using Creatio marketing to send newsletters but when we send campaign or test emails, all the links are not working meanwhile in builder when we click on them they work fine. Is it due to tracking or something else? How to fix this?

Like 0

Like

1 comments

When you send the emails the links are changed to go through the tracking links. In the Domain setup in Creatio it has you create a CNAME DNS...MoreLess

Show all comments

Hello,

In the development version (on-site deployment), is it possible to configure webhooks to receive information from Microsoft Power Automate?

Like 3

Like

1 comments

Hello,

There are several limitations in working with webhooks: 

  • Only POST request method is supported.
  • Only JSON and FormData reques...MoreLess
Show all comments

I want to add contact object and the dropdown values should be the contact object column value. suppose I have a column name full name. its value i don't want as my lookup value. i want the full name column as my lookup value. is it possbile automatically?

Like 1

Like

1 comments

Hello,

The search field in the lookup column displays the object parameter — displayedColumnValue, which is usually the name column.
You ca...MoreLess

Show all comments

I'm trying to set a text field (to use as a title of sorts) that includes a Date type field.

When setting this field, the Date comes through with both the Date and Time.

Is there a no-code way to prevent the Time from also coming through in the text field when it is being set?

Thanks!

Like 0

Like

2 comments
Best reply

Are you setting this in a process? If so, you can set it using .ToShortDateString() as follows: 

[#The date col or value here #].ToShortDateString()

Ryan

Show all comments (1)

Hello Everyone, 

Is there Steps how to Configure emails like xyz@outlook.com. This email is personal email and does not belong to any organization but want to connect it in Creatio. I did revied the guides but there is nothing related this "@outlook.com". 
i have already Create the app pasword but still not Configuring. Please find attach some of the Screenshots.

Like 0

Like

3 comments

Hi,
 

The issue is that Outlook no longer supports Basic authorization.
 

For more details, please refer to:
Deprecation of Basic Authentication...MoreLess

Show all comments (2)

Like 0

Like

1 comments

Hello!

The error "Could not establish connection. Receiving end does not exist" in Creatio typically indicates a communication issue between...MoreLess

Show all comments

Hi Community,
I can't log in through Supervisor after deploying the stand.What to do in this case

Like 0

Like

4 comments
Best reply

First, you're sure you're using the correct password for Supervisor? If you need to reset the password for Supervisor, you can use the following...MoreLess

Show all comments (3)

Hi All, 
 

I have a custom detail called "Contribution" which have two fields Contact, Work Done (%). 

Problem statement - Whenever user added/edited records in detail system should check that the sum of work done (%) adds up to 100% and only then it allows to save the records in detail.

How can I apply this validation?

Please help.

Thanks

Like 0

Like

2 comments

You'll need to use asyncValidate to validate the record and perform an ESQ to get all the records added to the detail so you can ensure the...MoreLess

Show all comments (1)

Hello All, 

is there a way to add a custom Quick filter? let say in the email i want to have a quick filter that has the values of all recipients 

Like 0

Like

3 comments

Hello,

You can check this community post 
https://community.creatio.com/questions/how-add-timeline-filters

Best regards,
Antonii

Show all comments (2)

I need to read all the filters of all the entities via odata. 

https://XXXXXXXX-se-m-se-demo.creatio.com/0/odata/FolderTree

When I run the above URL in the browser, it gives me the names of all the folders of all the objects of creatio. I need to fetch the dataset, which is returned by the folder...MoreLess

Like 0

Like

1 comments

One option would be to look at the network tab of dev tools when using Creatio client, you'll see it accessing data using a SelectQuery - what...MoreLess

Show all comments