Время создания
Filters
Studio_Creatio
Sales_Creatio
Marketing_Creatio
Service_Creatio
8.0

Hello Community,


        I am developing a custom Angular component to be used in a Creatio instance. As shown in the screenshot, it directly prompts for “Open source code.” Instead, I want to pass inputs to the component in the same way standard components handle input parameters.

 

 

 

 

 

 

 

Currently, in the Angular code, the input is being passed as shown below:

@Input()
@CrtInput()
url: string = "";
 

Questions:

  1. What other approaches are available for passing input parameters to custom Angular components?
  2. Also, which JavaScript library would you recommend for working with fillable PDFs?

Regards,
Ajay Kuthe
(Creatio Developer)

Like 0

Like

0 comments
Show all comments
system users
organizational roles
functional roles
Studio_Creatio
8.0

I have already created Organizational Roles and Functional Roles, and mapped them to multiple users.

Now I need to move this configuration to another sandbox environment.

My questions are:

  1. Is there a way to export Org Roles, Func Roles, and user mappings (include password, org role, and functional role together?
  2. Can the user–role mappings be directly imported into another sandbox, or do they need to be reconfigured manually?

I would appreciate any insights or best practices from anyone who has done this before. Thank you.

Like 0

Like

0 comments
Show all comments
Studio_Creatio_enterprise_edition

Hi there

I have a custom field called Start Date on my screen for Contact. All I want to do is to prevent users to be able to enter dates that are before 2026.  The Start Date must be any dates in or after 2026.

I thought it would be a simple requirement that would have a no-code solution.  Can you be kind enough to let me know if it's possible?  I just cannot get that to work.  

Thank you

Like 2

Like

0 comments
Show all comments

Hi Community!

Somebody knows how to do a filter in this field for the EmailComposer component?

Like 0

Like

1 comments

Hello,

Unfortunately, at the moment, it is not possible to filter the "To" field in the Message composer element.

However, our development team already has a task to review and add this functionality in future application releases.

Thank you for helping us to improve our product.

Show all comments

where can we find ApiBaseUrl, to connect an external application via Oauth 2.0

Like 0

Like

1 comments

Hi Shivanshi, 

In the system designer menu, find OAuth integrated applications. You need to configure you app in that section. 

https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/integrations-and-api/authentication/oauth-2-0-authorization/manage-oauth-integrations

Show all comments