Is it possible to send notification messages from a process to a user`s notification center ?

Like 0

Like

1 comments

Dear Ricardo,

It may be done with the help of Add Data element. You would need to add the new record to the Notification object with the required parameters what to display.

Apart from that, I suggest you to take a look a this marketplace template. It may be also helpful:

https://marketplace.creatio.com/template/feed-notifications-account-rel…

Best regards,

Dean

Show all comments

Hi,

As i understanding till now package data banding works by inserting or updating records in corresponding tables but what if i want delete records from some table. Simple example is initial modification of Sales Workplace. Requirement is to remove unneeded sections. After this this modification i have 3 table to bind records to package:

[SysWorkspace]

[SysModuleInWorkplace]

[SysAdminUnitInWorkplace]

Here i have problem because i just removed some Sections from Worplace so i cannot bind this records from SysModuleInWorkplace. Result of installing this package is misleading because i don't have error but this changes doesn't applayed.

What is best practice to transfer this modification in package ?

Regards,

Marcin Kott

Like 0

Like

1 comments

Dear Marcin, 

You can delete records when transferring the package by writing an SQL query and adding it to the package: 

https://academy.creatio.com/documents/technic-sdk/7-15/introduction-6

Show all comments

Dear mates,

In my opportunity products interest detail, i'd like to filter the inactive products.

How can i do that ?

Is it in the OpportunityProductDetailV2 that i must insert a filter ?

define("OpportunityProductDetailV2", [], function() {

    return {

        entitySchemaName: "OpportunityProductInterest",

        details: /**SCHEMA_DETAILS*/{}/**SCHEMA_DETAILS*/,

        diff: /**SCHEMA_DIFF*/[]/**SCHEMA_DIFF*/,

        methods: {}

    };

});

Like 0

Like

2 comments

Dear Nicolas,

You can simply do it via business rules in UI: http://prntscr.com/qbw0eh. Filter by code must be inserted in OpportunityProductPageV2.

Best regards,

Angela

Thank you

Show all comments

Hi,

 

I'm going through initial setup tutorial https://academy.creatio.com/getting-started , but i can't find information how to add this initial settings to the package in case to transfer them from local env to test cloud env.

So my thought is, what is the best practice to make this setup ? I know that i can (and how to do this) add settings to the package, workspaces, lookups and that all required records for schemas are added automatically. But for example i don't know what data binding should be added in case of logo castomisation - SysSettings and SysImage or maybe this example should be settings on each env separately instead of installing package ?

 

Is there any deeper documentation that this one https://academy.creatio.com/documents/technic-sdk/7-15/binding-data-packages ,or even that documentation of tables which could be binding to package in case of system settings ?

Regards,

Marcin Kott

 

Like 0

Like

2 comments

Hello,

There is another article that describes the process of data binding to packages and can be found here. It is not as informative as it should be but it contains additional information on data binding. Also there is a free marketplace app that makes data binding process much more easier and here is the link to it (makes the process of system settings binding much more easier).

Best regards,

Oscar

Oscar Dylan,

 Thank You for help.

Regards,

Marcin

Show all comments

How can I receive SMS messages in a process ?

Like 0

Like

1 comments

In nutshell, configure your SMS gateway to call web service on your BPM instance, then you should configure process to be triggered by that web service call. 

Show all comments

Need to write a process do capture WhatsApp messages. Please help.

Like 0

Like

1 comments

Dear Ricardo,

In the current version of the application there is no out-of-the-box feature that allows WhatsApp integration. Our R&D team has a task to add this functionality in one of nearest versions.

Please find additional information about it in the articles by the links below:

https://community.creatio.com/questions/there-any-integration-whatsapp

https://community.creatio.com/questions/send-and-receive-whatsapp-sms-messages

 If you have any further question, please contact technical support.

Best regards,

Norton

Show all comments

How can I create a new process to add new contact automatically from incoming Email ?

Like 0

Like

1 comments

Dear Ricardo,

Here is the example of the process to start with:

1. Signal http://prntscr.com/q9fe03

2. Read data http://prntscr.com/q9fe41

3. Add data http://prntscr.com/q9fe7x

4. Terminate

As the result the contact has been created - http://prntscr.com/q9fejq

Best regards,

Dean

Show all comments

Hello,

Greetings !!!

 

Could you provide me Avaya phone integration architecture with creatio system.

Thanks a lot.

 

Like 0

Like

1 comments

Hello,

Integration architecture is the same as for any other phone integration - phone server is connected to TMS via TSAPI protocol (for Avaya) and TMS connects phone server to creatio application. TMS must access both Avaya and creatio applications. 

Best regards,

Angela

Show all comments

После запуска БП  система думает и выбивает ошибку, потом некоторое время все тормозит и продолжает работу.

Сам БП состоит из одного Задания-сценарий. То, что он долго выполняется - это логично, как сделать это выполнение в фоне? Что бы система не тормозила?

Like 0

Like

1 comments

Hello! Thank you for your question. I do believe that this is the community you were looking for and there you will receive answer faster: https://community.terrasoft.ru/

Show all comments

Dear mates,

I added a new field on the opportunity object. UsrDCMVersion

Next i published the object.

But this field does not appear in the opportunity selectionnables fields in the section case:

How can i display this field here ?

and here:

Thanks !

Nicolas

Like 0

Like

1 comments

Dear Nicolas,

According to the application logic there is no way to use the text column to determine the cases. You can only use the lookup fields. Try to add the lookup field and it will be available in the list. 

We will register this idea in our R&D team backlog to consider its implementation in future application version.

Dean

Show all comments