Dear Team,

 

       I need to set current login contact as my default filter even though I clear employee filter and when I login back by default it should reset to current contact filter.. Please help me out to achieve this

Like 0

Like

1 comments

Hello!

 

Please check the example in the DEFAULT FILTER FOR SECTION Community post. It explains how to set default filtering conditions in the Account section by the Category field.

 

Please, let us know in case any further infortmation is required. 

 

Best regards, 

Olga. 

Show all comments

Dear Team,

 

       I need to restrict the drag and drop functionality in the activities section grid. Please help me out to achieve this.

Like 1

Like

2 comments

Hello!

 

This request can not be completed by standard user tools of the interface. To make it work, you need to override the entire page logic by means of development.

 

Also, we would like to inform you that the relevant task has been registered for our R&D team. They will overview the possibility of its implementation in further releases. 

 

Best regards,

Olga. 

Olga Avis,

Hi Olga. We understand that this cannot be done using configuration or out of the box tools. Can you give us a few pointers on what we need to override? This is an important feature for us to implement

Show all comments

Hi,

I have a process that sends feed notification when application registers email sent from particular domain. This email automatically creates a case.

How can I configure Add data action to pass to it Id of a case I want to be opened when user clicks on the notification?

Like 0

Like

1 comments

We have a scenario where there are nearly 12 fields in an object.

 

When a field is getting modified in a record, an email should be sent capturing the old value and new value of the field. For capturing the old and new values, we use the change log plugin at https://marketplace.creatio.com/app/change-log-creatio

When more than one field is getting modified, only one email containing all the modified fields should be sent.

Kindly suggest how we can implement the same.

We tried using a business process but facing challenges around capturing changes in field-level.

 

product - service creatio

version - 7.16

 

Like 1

Like

1 comments

You can read the column names, old value & new value of field from the log table used in above plugin, in a loop to read all the fields changed. Each time in loop, put the data as one line in a string field parameter like 

"Field Name : <field> Old value: <value>  New Value: <value> " and when loop exists send the email, add this parameter field which you developed in the email body.

Show all comments

If we have configured Resolution and Response time to be calculated by Service. On change of Service , Response and Resolution Time should be updated dynamically . How can this be achieved ?

Like 0

Like

1 comments

I am exploring ways by which we can add a message to a custom channel within Feed Section via Business Process. Please help me with information.

 

Product - Creatio customer center

version - 7.16

Like 0

Like

4 comments

Hello,

 

The main objects in Feed functionality are SocialChannel, SocialMessage and SocialMention. 

There is also an OOB process called ESN notification but it can only be found via the Configuration section. You can use it as an example to build your own business logic.

Please let us know if more information is required.

 

Best regards,

Bogdan S.

Bogdan Spasibov,

Thanks much for the information provided. I could see the BP related to ESN Notification and it really helped.

I require implementation clarity (especially related to objects) on the following scenario,

 

I have created a custom channel named "Psiog". Now, I would like to add a message, via a business process, in the channel "Psiog" saying that an "employee" (data from contacts section) is "available"/"not available" (chosen from a lookup in a preconfigured page) along with respective comments. 

Could you please help me with the above one? As far as I tried implementation, I could add a message to the Feed in general and was unable to post in a particular channel.

 

 

Adding relevant screenshots

DhariniS,

 

SocialMessage object has a column named EntityId. Please, populate it with SocialChanel.Id value. This should help.

 

Best regards,

Bogdan S.

Bogdan Spasibov,

Thank you! Tried giving the custom channel name in the "object instance" parameter of the social message and it worked!

Show all comments

Hello,

 

Do we have the possibility of locking fields for editing, in the Auto generate page? PFA screenshot.

 

Product is Service Creatio - Customer Center edition

version 7.16

File attachments
Like 0

Like

1 comments

Hello,

 

For these purposes, it is recommended to use [Pre-configured page] process element instead of Auto-generated page as pre-configured page is much more easier to set up.

 

Best regards,

Bogdan S.

Show all comments

Hi,

 

I want to color the alternate records in detail grid in tile view. Can any one provide the solution for this?

 

Regards,

Faustina

Like 0

Like

2 comments

Hello Faustina,

 

Unfortunately, there is no ready-to-use functionality, it should be developed.  But tere is a marketplace add-on the has very similar functionality that you described. Please check it using this link.

This functionality helps to color section grid records but you can use the schemas of the installed package as an example to develop the same logic for the detail.

 

Best regards,

Bogdan S

Hi Faustina,

Are you referring to the alternating light gray background, like what you get on a detail when in list mode? (and not a background color based on some value in the row)

If so, you can add the following CSS to the page:

.grid-detail .grid-tiled .grid-row.grid-active-selectable:nth-child(odd) {
    background-color: #f7f7f7;
}

That will look like this: 

 

You can see how to add CSS here: https://customerfx.com/article/adding-custom-css-style-sheets-in-bpmonl…

Note, the CSS above will add this for all details, so if you want this through the entire system, all you need to do is add this to BootstrapModulesV2 and it will add the alternating gray on rows in all details in card mode.

Also, if you remove the .grid-detail from the front, it will add the alternating gray background on odd rows in section lists in card mode as well.

Ryan

Show all comments

Hi Team,

I am getting the error "Error occurred when saving: Value cannot be null. Parameter name: input" while trying to save the business process by adding AND/OR gates in the process in version 7.16.3.1473_CustomerCenter_Softkey_MSSQL_ENU. Please help me resolve the issue.

Like 0

Like

4 comments

Maybe the gate isn't properly connected on both the input and output sides? Just guessing here. It looks connected from your screenshot but maybe click each flow in and out to make sure. Additionally, I would try deleting the gate, saving the process, then re-adding. Otherwise, maybe try contacting support. I've not had that error before when using a gate, so maybe something else is wrong - after trying the above, of course.

Ryan

Hi Dharini,

 

This error can occur in case the process was configured to use the "Send email" process element (and it is present in your process) and this element had one template it in, but then the template was changed and this change cannot be properly saved. To fix this issue please remove the "Send email" from the process completely, save the process and then add the element back with the template that you need to use in the process logic.

 

Best regards,

Oscar

Ryan Farley,

Thanks Ryan for the suggestions! I have tried them already and brought it up here as those things did'nt really work out.

Oscar Dylan,

Will try it out! Thank you for the suggestion.

Show all comments

Hello Community,



I notice that the default timezone lookup has only 'standard' time zones and nothing for daylight saving time zones like 'EDT – Eastern Daylight Time'. 



1. Does Creatio by default handle daylight saving? If Yes, How?

2. Any inputs on how we can manually handle daylight savings will help.

 

Our application supports global users and displaying accurate time/calendar is of importance to us. Could we have a custom timezone lookup and programmatically modify the timezone of specific users so as to reflect daylight savings??

 

Like 0

Like

4 comments
Best reply

Hello,

 

Yes, Creatio moves to daylight saving time automatically. There is no need to perform any specific adjustments. It is enough for a user to have the non-daylight time zone selected, like EDT, and the time will changed to daylight saving when necessary.

As for changing the time zones lookup, it is not possible. It contains standard Windows time zones lookup that also have connection to the web server time.

 

Regards,

Dean

Hello,

 

Yes, Creatio moves to daylight saving time automatically. There is no need to perform any specific adjustments. It is enough for a user to have the non-daylight time zone selected, like EDT, and the time will changed to daylight saving when necessary.

As for changing the time zones lookup, it is not possible. It contains standard Windows time zones lookup that also have connection to the web server time.

 

Regards,

Dean

dean parrett,

Hi Dean Parrett. You mean that if a user chooses EST, It will automatically account for daylight saving?

 

There is no EDT timezone available in the default lookup.

dean parrett,

Also, can this be added to the Creatio documentation? Neither is it indicated anywhere in the documentation nor is it available in the community. Thanks in advance! 

dean parrett,

Hi Dean. A follow up question - 



Lets say that day light saving kicks in and GMT-4.00 changes to GMT-5.00. It was mentioned in the community link that Creatio handles this automatically.

  1. Does Creatio store GMT-4.00 or GMT-5.00 in the DB? What will be shown to the user inside user profile on the GUI as the time zone offset? 
  2. From where can I get the value of GMT-5.00? Will it change in the 'Offset' column in the Time zone table??

Appreciate your response.

Show all comments