How can we set up "Select from similar" functionality, when a contact or an account is added automatically when creating a new lead.

Does it have to do something with duplication rules setup? Does this comes Out-of-the-box?

Like 0

Like

1 comments

Hello Kavian,

 

Hope you're doing well.

 

You can find more information about the "Select from similar" functionality for Contacts and Accounts created from Leads in the articles below:

https://academy.creatio.com/docs/user/marketing_tools/leads/leads_faq#t…

https://academy.creatio.com/docs/user/marketing_tools/leads/leads_faq#t…

 

Also, the search process for similar contacts/accounts for Leads is being performed based on the parameters from "Duplicates rules" settings. To find the needed duplicates rules, please go to the System designer and open the "Setup duplicates rules" section, there you will be able to configure duplicates search parameters for Contacts and Accounts created from Leads (there are two folders for those rules: "Leads: similar accounts", "Leads: similar contacts"):

 

 

Best regards,

Roman

Show all comments

Hello community,

 

On clicking the feedback CSAT ratings in https release environment we are getting the error seen in the following link

https://drive.google.com/file/d/1Lalt3mpCkUwY_bpxE-HSODJpuVzV2ryX/view?…

(At this point I am unable to add attachment :( )

The system settings are correctly configured (The URL that gets redirected is right). Could you please let us know the reason for this error and what we can do to resolve it?



 

Like 0

Like

1 comments

Hello,

 

Please check if your SysPortalConnection user has the portal license assigned to him and also check if the password for the SysPortalConnection is the same as the password specified in the UserManagementSauPassword key of the root/Terrasoft.WebApp/Web.config file.

 

Also what message is logged in the application logs at the moment you click the link? Also do you click the link directly from the case processing tab or do you receive a feedback email and click the link from the email? Because clicking the link from the processing tab of the case is restricted for company employees and can lead to this error (secure case evaluation, logged-in company employees cannot rate cases).

 

Best regards,

Oscar

Show all comments

Hi,

We want to set up a report for the customer per loan number of the redemptions and the interest income to be paid. All needed data is stored within Creatio including loan duration, interest percentages, etc.

The overview should show per month, the redemption amount, the interest amount, the total amount to be paid; all months should be included in the overview.

Will it be possible to realise such a document without additional coding or is there a template available?

Guido Buurlage

Like 0

Like

0 comments
Show all comments

Need to grant access of a group of accounts / contacts to partners via partner portal.

All I found so far is to do it individually, record by record.

Is there a better way ?

regards,

Like 0

Like

6 comments

Hello Ricardo,

 

Hope you're doing well.

 

If I understood your business task correctly, for this purpose you can use the "Access rights setup wizard for Creatio" add-on. Please find more details about the mentioned add-on in the link below:

Additionally in the next articles, you will be able to find useful information about the working process with the Creatio portal:

 

Best regards,

Roman

Roman Rak,

Dear Roman,

I have just installed Access rights setup wizard for Creatio.

After selecting some accounts, clicking on "Set up access rights", and choosing permanent (or temporary) righs the system shows "loading" and never returns... Am I missing anything ?

Dear Ricardo,

 

Please make sure you have followed the installation and user guide:

https://marketplace.creatio.com/sites/marketplace/files/app-guide/Acces…

 

Kind regards,

Roman

 

Dear Roman, 

Here you go:

Implementation instructions

1. Contact the support service to install a package with the [Access rights] business process or install it manually using the [Installed applications] link in the system designer.

 

I installed via the the [Installed applications] link in the system designer.

 

2. Record access rights configuration is carried out by clicking the [Actions] button in the section list. To configure access rights:

a. The user who makes the configuration must have the access rights to the [CanManageAdministration] system operation.

b. The user must be a member of the [System Administrators] organizational role.

 

I am using the  Supervisor user,  which has the needed access rights.

 

Any other recommendation ?

 

Regards,

Ricardo Bigio,

I had the same issue with this package. I believe it started working after I logged out and back in again (a refresh wasn't enough). I might have also compiled the workspace as well.

Ryan

I recompiled the workspace, and now I have another problem: I can grant access rights for a selection of  accounts (If I open each account individually, I can see that the access was granted). But If I select the same group os accounts (with "Select multiple records" / "Set up access rights" / ")  nothing is shown in the "Granted rights"detail, as if the rights were not granted. 

Show all comments

Dear Community,

There are some system settings, email templates which we would like to change according the environment in which the package is deployed. For example, we want to change the URL in email templates to that of BUAT/Production URL. Is there a way to automate this process? Is it possible to run a Business Process/ Stored Procedure exactly once, as soon as package is installed successfully?

 

Thanks

Like 0

Like

3 comments

Dear Shivani,



When you add a web link or object link to your template, they are saved in Html code of an indicated template in <a href="">name</a> tag. The link in a tag is static and within template transfer, it will not be changed. 

This functionality did not include the logic of creating all-purpose links, which would work when migrating templates to another environment.

This has been already reported to our R&D team so they can work on implementing the needed logic upon future releases.



Best Regards,

Ivanna Yatsura

Ivanna Yatsura,

Hi Ivanna. Follow up question reg Package installations and entity events - https://community.creatio.com/questions/do-package-installations-trigge…



Request your inputs. 

M Shrikanth,

 

You will be updated on the corresponding post shortly.



Best Regards,

Ivanna Yatsura

Show all comments

Is it possible to change an item value (not caption) color on an edit page ?

Like 0

Like

2 comments

Hi Ricardo,

Yes, you can add CSS to a page and then can set the color of a field using the CSS. See https://customerfx.com/article/adding-custom-css-style-sheets-in-bpmonl…

Ryan

Hello Ricardo,

 

As was correctly mentioned by Ryan, for this purpose you need to add CSS, where you will be able to configure any colors your business task requires. Additionally to the article which was kindly shared above, the next articles can be helpful as well:

Kind regards,

Roman

Show all comments

In a custom business process, we need to add/edit "Opportunity product" records using "Open edit page", but OpportunityProductPageV2 is not shown as an option for the "Which page to open?" question.

Why is that ?

Like 0

Like

1 comments
Best reply

Hello, Ricardo.

 

The [Open edit page] process element only opens the standard section pages, like the opportunity record page. "OpportunityProductPageV2" is considered a custom page, therefore only the [Pre-configured page] process element can open it.

 

That said, the "OpportunityProductPageV2" includes an [Opportunity] field users cannot fill out, therefore you might want to consider creating a similar page from scratch using the [Auto-generated page] element instead.

 

You can learn more about the [Pre-configured page] and [Auto-generated page] elements here:

https://academy.creatio.com/docs/user/bpm_tools/process_elements_reference/user_actions/pre_configured_page_process_element

https://academy.creatio.com/docs/user/bpm_tools/process_elements_reference/user_actions/auto_generated_page_process_element/

 

Best regards,

Bogdan S.

Hello, Ricardo.

 

The [Open edit page] process element only opens the standard section pages, like the opportunity record page. "OpportunityProductPageV2" is considered a custom page, therefore only the [Pre-configured page] process element can open it.

 

That said, the "OpportunityProductPageV2" includes an [Opportunity] field users cannot fill out, therefore you might want to consider creating a similar page from scratch using the [Auto-generated page] element instead.

 

You can learn more about the [Pre-configured page] and [Auto-generated page] elements here:

https://academy.creatio.com/docs/user/bpm_tools/process_elements_reference/user_actions/pre_configured_page_process_element

https://academy.creatio.com/docs/user/bpm_tools/process_elements_reference/user_actions/auto_generated_page_process_element/

 

Best regards,

Bogdan S.

Show all comments

Hello,

 

 I have a possible business case with the request of restricting access to Account Records with the Type of Vendor.  The idea being that members of the Sales Role do not see these records at all in the Accounts Section.  Does anyone have thoughts on this or have done something like this before?

 

Thanks!

-Scotty Chapman 

Like 0

Like

2 comments

This article has a similar example process that changes access rights based own the owner field. You'd do something similar where you'd trigger the process off a change in the type field and then set access rights of the record accordingly. https://academy.creatio.com/docs/user/bpm_tools/bpm_process_examples/ho…

Basically, you'll use the Change Access Rights process element to set the access rights for the record based on the account type. For accounts with type=Vendor, you could either (1) remove all current access rights then grant access rights for some specific role or (2) restrict access rights for the sales role specifically based on the type value.

Ryan

Perfect - thanks Ryan!

Show all comments

Team,

Trying to look for the "Indexing for full-text Search" option for a custom section in 7.17.2.1728_SalesTeam_Softkey_PostgreSQL_ENU and 7.17.3.1377_SalesTeam_Softkey_PostgreSQL_ENU packages deployed on-site. Though I find "Indexing for full-text Search" option in 7.17.3.1377 cloud instance, I am not able to find the same options in the site locally hosted in my laptop. Is there a way by which we can enable it?

 

Screenshot attached.

Like 0

Like

1 comments

Hello!

 

Could you please confirm that the Global Serch was installed for the local websites according to the Setting up the global search service instruction?

 

Thank you in advance!

Olga. 

Show all comments

Hi I am trying to synchronise inbox from Gmail as well as Outlook and download emails into Creatio cloud instance. But I am not able to see the downloaded emails. Attached Screenshot for reference. Kindly let me know if I am missing anything.

 

Product - Creatio Sales

version - 7.17

File attachments
Like 0

Like

1 comments

Dear Dharni,

Try to change the synchronization period to 1 or 3 days and see if that helps. You might have a lot of emails during the week so application fails to with timeout while reading all of them. If there's no positive result - please approach the support team to look into the issue closely.

Regards,
Dean

Show all comments