Hi

I'm setting up an Exchange Listener service for Creatio on-site deployement.

I'm following this academy article: https://academy.creatio.com/docs/user/setup_and_administration/on-site_…

Everything is ok.

But I didn't find the feature SendEmailsV2 that I have to enable.

Any idea why it doesn't show up in my instance.

Thank you

Mohamed

Like 0

Like

2 comments

Watch this, https://youtu.be/cwTI8pIa_5g

It explains how to deploy ExchangeListener

Show all comments (1)

Hello Team,

Kindly suggest a way to lock fields within a detail when we click on Save button of the detail. This should happen without any dependency on other fields within the detail (unlike we usually do based on boolean value true or false).

Creatio : 7.17 Sales Team    PostGreSQL

Like 0

Like

3 comments
Best reply

You could use the CreatedOn field for this. It doesn't get populated until the save button is clicked (not the CreatedBy - it gets populate...MoreLess

Show all comments (2)

Hi Team,

I have a requirement for adding feed notification based on particular action in a section, say marking a record inactive by making a boolean true. Once the record is inactive, the record related information and its connected Account should be posted in feed message in the below format...MoreLess

Like 0

Like

4 comments

Hello, 

I would suggest to create a separate process parameter and add Formula element for a link and refer to that parameter from th...MoreLess

Show all comments (3)

Hi Team,

We are working in 7.17.2.1728 SalesTeam Creatio with PostGreSQL on file development mode and collaborating with GIT via SourceTree. While trying to "update packages from file system", I am getting the error  -

Error "2SP02:current transaction is aborted. commands ignored until end of transaction block" 

and I am unable to work in the instance any further. Tried executing "commit" in the DB but it did not solve the issue. Kindly help us resolve the issue.

Screenshot attached. 

File attachments
Like 0

Like

5 comments

Hello Dharini,

Hope you're doing well.

Please make sure that your development procedure is organized correctly. For that you can check...MoreLess

Show all comments (4)

Dear Community,

I have access permissions (create, read, update and delete ) set up in section- Accounts dynamically through business process based on a field in section. Now I want to set the same access levels to all details connected to Account section. Can someone guide me on the same?

Thanks

Like 0

Like

3 comments

Hello, 

Currently, the access  permissions for the detail should be set separately from the access  permissions for the section...MoreLess

Show all comments (2)

Dear community,

Is it possible to configure an advanced filtering on "Relationship entity in group" ?

I tried without success.

Like 0

Like

4 comments

Hello Stephane,

Can you please share the way you tried to implement it?

Thanks!

Best regards,

Bogdan S.

Show all comments (3)

Dear community

I developed a package with Sales Team and Marketing edition version 7.16.4,

now I tried to install it on 7.17.3 but the installation fails because the dependent package MarketingSalesTeam_ENU is not found.

How can I solve this issue ?

Like 0

Like

2 comments

Hello Stefano,

The only way to solve this task is to change the dependencies of the package on the development instance. You nee...MoreLess

Show all comments (1)

Dear Community,

"lookupListConfig": 
{
	// Array of filters used for the query that forms the lookup field data.
	"filters": [
		function() {
			var filterGroup = Ext.create("Terrasoft.FilterGroup");
			filterGroup.logicalOperation = Terrasoft.LogicalOperatorType.OR;
			var user=Terrasoft.SysValue.CURRENT_USER...

MoreLess

Like 0

Like

1 comments

Dear S Gokul Aditya,

Thank you for your question!

We recommend visiting this link below in order to apply filters:

https://academy.creati...MoreLess

Show all comments

Dear Community,

I want to restrict create, edit and delete access to a user to set of countries across the sections. for example, a particular user can create, modify or delete records in contact, account or activities for a set of countries defined. please guide me in implementing the same.

Like 0

Like

1 comments

Dear S Gokul Aditya!

Thank you for your question!

In fact, this behavior can be easily implemented by assigning an Organizational Role fo...MoreLess

Show all comments

Hi Team,

Please help me in hiding chat field and making contact field required in activity section for activity type- Task. I tried using business rule in the section but that does not seem to work.

Like 0

Like

1 comments

Hello Gokul,

Hope you're doing well.

If I understood your request correctly, you need to filter values visibility upon some conditions...MoreLess

Show all comments