Hi all, 

Does anyone know if it is possible to send the crt.CreateRecordRequest to a specific page and not to the objects default form? 



I want open the a modal form page rather than the default form. I suppose it will be added in upcoming releases but wondering if there is a workaround now.



Thanks!

Like 0

Like

3 comments

Hello,

In the basic code I found this example:

request: "crt.CreateRecordRequest",
                            params: {
                 ...

MoreLess

Show all comments (2)

Redis permission denied

Like 0

Like

6 comments

Hello,

Could you please elaborate on this and describe your question in more detail?

Show all comments (5)

Hi community,

I would like to know the base function that gets called when you click on a lookup value and takes you to a new page in FreedomUI. We are looking to override the function and add our own logic to it.

Thanks in advance.

Regards,

Abilash.S

Like 0

Like

1 comments

Hi,

In creatio-devkit-common there is the Bs class with the constructor with this function:

process: async t=>{
              ...

MoreLess

Show all comments

I am trying to create a basic printable report that includes data from Section as well as the detail of that section

and I have created the template in Word,

and the report setup in creatio is as below,

But the output only has data from the main section but not from the detail,

Can you please help with this?

Like 1

Like

0 comments
Show all comments

We are trying to integrate our service with Creatio CRM and one of our needs is adding custom fields to such entities as Lead, Contact, Order after getting an access token to customer's CRM account

Is there any possibility to use Creatio Rest API to add such fields? 

If yes, I would be glad to get an example of such request

Thank you

Like 0

Like

0 comments
Show all comments

Hello Community, 

Is there a way to copy the record on click of a button in the Form Page such that it will open the record with copied values and is open to edit values?

When I tried to copy a record using Modal class it directly creates a new record in the DB. I don't want to create a new record in DB with copied values but to open a new record with copied value.

Thanks in Advance

Like 0

Like

3 comments

Hello,

By clicking a button you can start a business-process in which you have the element "Open edit page". In this element, you can also set...MoreLess

Show all comments (2)

Hi Community,

I would like to know how we can make a column mandatory in an attachment list (the detail here) as soon as we upload a file to the detail.

Thanks in advance!

Regards,

Abilash.S

Like 0

Like

1 comments

To make a column mandatory in FreedomUI, you can follow these steps:

  1. Identify the column you want to make mandatory in the detail view of...MoreLess

Show all comments

Hello,

How can an otm file be loaded into the Creatio?

Thanks!

Like 0

Like

1 comments

Hello,

Use the File extensions AllowList (FileExtensionsAllowList) system settings to set up a list of allowed file extensions. By...MoreLess

Show all comments

Hi Creatio Community,

I would like to know the name of the function/handler that's called when creating a record and saving it in an editable detail in FreedomUI so that we can override it. We also noticed SaveRecordRequest doesn't seem to be called here.

Thanks in advance.

Regards,

Abilash.S

Like 0

Like

4 comments

Hello,

These should be the crt.CreateRecordRequest request and the crt.CreateRecordHandler handler. Try those in either:

1) Pag...MoreLess

Show all comments (3)

I'm Getting Error while compiling the workspace everytime. I checked the error log and it's saying as below. Kindly help to resolve this. Have attached the file for reference.



[57] ERROR IIS APPPOOL\Creatio Terrasoft.Core.UserConnection OnCurrentUserConnectionChanged - Overwriting UserConnection.Current in the same context is not allowed    at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)

File attachments
Like 0

Like

1 comments