Время создания
Filters

Hello,

I have been asked to help with an environment built within the default package of "Custom."

It seems that the previous user did not create a new prefix or package to build out their new objects and fields but rather kept the default prefix of "Usr" and package of, "Custom."

 

As far as I know, they have kept all newly added elements in the environment without external factors for additional dependent packages.

I have attempted to transfer the elements in the configuration section and have accomplished that, but of course, I will run into compilation errors and dependency issues.

My end goal is to upload this project environment to the marketplace safely. So my question is this:

How can I safely transfer the elements of the default "Custom" Package to a new package that can ultimately be exported for the marketplace?

Thank you in advance for any help someone can provide.

Like 0

Like

0 comments
Show all comments

Hello Everyone,

 

I'm currently exploring security options within creatio, to secure the process with Password. Specifically, My goal is to restrict access to certain process by requiring user to enter password before any modifications.

 

Could anyone share insights or best practice to implement password protection for Process in Creatio? Are there any built-in features or recommended approces to achieve this?

 

Your guidance would be greatly appreciated. Thank You!

Like 0

Like

0 comments
Show all comments

Clio version 6.1.0.13 was released. Now, you can add packages to the workspace with auto generate composable application descriptors.

 

// Init clio workspace
clio createw
 
// Add package to workspace
clio add-package MyApp -a True

 

If you have one application in the workspace, new packages will automatically be included in it.

 

// Init clio workspace
clio createw
 
// Add package and app metadata to the workspace
clio add-package MyApp -a True
 
// Add a package to the workspace and include it in MyApp
clio add-package MyPackage

 

This command can be used to add several applications to one workspace.

 

// Init clio workspace
clio createw
 
// Add first app to workspace
clio add-package MyApp1 -a True
 
// Add the second app to the workspace
clio add-package MyApp2 -a True

 

P.S: Error of work with temp directories in multiple Clio instances at one time was fixed

0 comments
Show all comments

Can I add an MS Teams meeting link to a bulk email? Should I add the meeting link before it is accepted? 

Like 0

Like

3 comments

Hello!

Yes, you can do it. You can add any kind of links to Bulk Email. Sometimes, when system adds additional tracking parameters to the original link, the link to Teams may stop working, so to avoid this, we recommend using a third-party service that will create a redirect link to the original meeting link and add this redirect link to the template. 

Best regards,
Anton

Do you have any recommendations for a third-party service that I could use? 

Felecia Harris,

We don't have any official recommendations or partners to recommend. 

Show all comments

Hi,

 

I would like to set up a few notifications:

First one - when the below workflow is changed that a notification is sent:Second one - when feed's are updated that a notification is sent

 

What is the best way to approach this?

Like 1

Like

1 comments

Hello!

You can configure business processes to listen for changes on the specified objects:
1. The first process will listen for changes in the object's stage.
2. The second process will check if a message has been added to the related feed channel ((determining the necessary ID code of the feed object).

You can create the notification using the following parameters:

Show all comments