Hi all,

I have a requirement for an HR application regarding searching in the attached files. The use case is that the recruiters want to be able to search in the attached CVs in Creatio (like typing "JavaScript" in the search bar, and Creatio should list every attachment containing "JavaScript").

Thank you in advance!

Like 0

Like

1 comments

Hello,

Unfortunately Global Search functionality cannot be applied to the attachments for now.

We've registered a query for our responsibl...MoreLess

Show all comments

Hi Guys,

I want to set a default value to a lookup in classic UI. Kindly let me know how this is possible in Classic UI. I have set up a default value in Freedon UI through rules but rules in Classic don't support the same process. How to do it in classic? Thanks!

Like 0

Like

1 comments
Best reply

Hi Hassan,

Try to set the default value from object settings.





Thanks.

 

Hi Hassan,

Try to set the default value from object settings.





Thanks.

 

Show all comments

Hi all, 

Does anyone have a clue why the following error would appear when trying to run any business process? All our business processes suddenly stopped at 01.00 on Sunday night.

I have asked support, but received an estimate resolution of 2 days, so asking here in the hope someone has see...MoreLess

Like 0

Like

1 comments

Hello,

 

Try to generate source code for all schemas and compile the application.

Show all comments

Hi community,

I want to merge duplicated records under the section Cases. I have a ton of cases that have common information and in my situation, there is a key field created by me which stores an external identifier of the record, which is different from the default Case autogenerated number fiel...MoreLess

Like 0

Like

1 comments

Hello Community,

I have to replace the OOB translation of the Account and Contact Labels (only these two labels) for the italian language.

Which are the correct keys i have to involve in order for a correct update ? For Example which is the correct key for the updating of the Account and Contact Section Labels ?

Sasori

Like 0

Like

4 comments
Best reply

Hi Sasori,

Good day,

The section names are data from the SysModule table, so the key should be Data:SysModule.Caption: + the Id of the record...MoreLess

Show all comments (3)

Hi Everyone.

I have created a detail in my Order's sceen in Classic UI. I want to now enable Multi-select in that Detail. Similar to something like this:

https://customerfx.com/article/programmatically-enabling-multi-select-a…

Now, I am new to creatio. I just need to know where to put this code in the Source code? And Can I use this selection of multiple contacts to trigger a message to those that are selected only from that grid?

Like 1

Like

1 comments

Hello!

To implement it, you will need at least basic developer skills. In this case, we advise you to contact the manager about this issue.

Show all comments

Hi community,

I need to take an array of data in a business process and then format it into a table that's inserted into an email (send email task), also within the business process.

Does anyone know if there is a way of doing this? 



Thanks!

Harry

Like 0

Like

2 comments

Hi Harry,

Here is an article that outlines how to do that: 

https://customerfx.com/article/emailing-a-list-of-multiple-records-from…

Ryan

Show all comments (1)

Hi Creatio Team,

We are currently using Creatio V8.0 demo environment for internal training for Certification purposes.

1. On creating an Invoice using the option "Create Invoice based on Invoice", the system took the full amount specified on Order, instead of Advance Payment. Even when we changed...MoreLess

Like 0

Like

1 comments

Hi!

 

1. There are 2 ways to create invoices. 

 

- When you use the [ New invoice based on this order ] action from the [ Actions...MoreLess

Show all comments

Dear Community,

I am struggling with the use of collections in scripts within a business process.

It seems that a collection of records has these properties: 

Item | Keys | Values | Count | IsReadOnly 

However I cannot seem to access them. 

This is what I wish to accomplish:



I receive data from a webservice, I want to parse this data into a list of keys and a list of values.

 

Thank you.

Like 0

Like

1 comments

Hello Pascal,

The webservice should return a JSON string with a predefined set of keys that then should be parsed in the busines process. So...MoreLess

Show all comments

Hi All,

Executing the below line in business process using script task element to refresh the page. 

Terrasoft.Configuration.MsgChannelUtilities.PostMessageToAll("refreshSalesByVolume", Newtonsoft.Json.JsonConvert.SerializeObject(payload));

Where can I find the "refreshSalesByVolume" text in the source code/sections?

I am new to Creatio. Please help.

Many Thanks.

Like 0

Like

3 comments

It's Creatio cloud-based environment, where can I find the "refreshSalesByVolume" text in the source code/sections?

Show all comments (2)