Does Dynamics 365 provides a set of APIs that allow Creatio to interact with its entities, including the Case entity. for an example we need to get single instance as well as list of Case entities base on filter criteria.

 

Like 0

Like

1 comments

Hello,



There is no such OOB intergmation. 



But we've registered it in our R&D team backlog for consideration and implementation in future application releases.



As for now, you can make your own integration using API\Odata:

https://academy.creatio.com/docs/developer/integrations_and_api/data_se…

 

Thank you for helping us to improve our product. 

Show all comments

Hi all,

 

How to copy a new business process from the development server to the production server?

 

Thank you.

Like 0

Like

1 comments

Hi David,



Processes are transferred to the same other custom changes. Please see this article about transferring changes from site to site:

https://academy.creatio.com/docs/7-17/developer/development_tools/packa…

Show all comments

Hi dear community,

We have created a new Freedom UI section in the mobile. We want that a specific 'Field Group' is hidden permanently.

We dont want to delete this field group from the wizard because this would change the positioning of the elements in the layout.

Is there any specific code we have to insert in the Manifest or RecordPageSettings schemas.

Sasori 

Like 0

Like

3 comments

Hi Community,

Any update regarding this topic.

Sasori

Hello Community,

Any update?

Sasori

Hi,

The "Feild Group" doesn't have the property "visible" so it cannot be hidden. In your case, it would be better to delete it and then change the position of the needed elements manually in the RecordPageSettings schema.

Show all comments

Hi all,

 

How to limit the list view to a certain number of records in the Freedom UI home page dashboards?

For example, is there a way for us to limit the list view to show the top 10 records based on the static conditions defined?

 

Thank you

Regards,

Geeviniy

Like 1

Like

1 comments

Greetings,

 

Unfortunately, it is not possible to do it by means of basic functionality.

We have registered an idea and forwarded it to our R&D team for further review.

Show all comments

I want to remove the prefix number (example 950040011 to 50040011) from the telephone number that comes from PABX system. I want to do it inside the CRM. When we use telephony connector (Ex TAPI) the incoming call arrives with a prefix number 9. I want remove it within the CRM.

Like 0

Like

1 comments

Hi,

 

The phone number prefix settings are configured on the PBX side.

 

We receive data from the PBX and display phone numbers in our system according to the following logic:

 

When we make a call or receive an incoming call to the number 1234567890, we "reverse" this number and get 0987654321. We then start comparing this number with existing numbers in the system, starting from the end.



For example, we have the number 1114567890 in our system. We begin comparing it from the end and see that this number partially matches because 1114567890 and 1234567890 have the common ending "4567890"



However, with the number 1234567891, this won't work because we start the comparison from the end, and we'll immediately skip this number in the list of similar ones.



We have a system setting called SearchNumberLength, and this setting determines how many digits from the reversed number we will compare with the number set in the contact/account.



So, if we set this value to 7 when you call the number 1234567890, it will match the number 1114567890 because, from the end, the first 7 digits will be identical - 0987654.

Show all comments

Hello Creatio-Community,

do you know where to find the results from the system setting "Enable gathering mobile application usage statistics" (CollectMobileAppUsageStatistics)? I have not been able to find a lookup or something similar.

Like 0

Like

1 comments

Hello,

 

It should be saved locally on the mobile device you are using.

 

Best regards,

Yuliya.

Show all comments

Greetings everyone! I have started diving into the calendar located in the "Activities" section within the Marketing Module.







I was wondering if anyone has used this to implement an email marketing calendar and if so, what would be the best approach? Thanks for any guidance provided. 



Best,



Lucas 

Like 2

Like

1 comments

Hello!

 

Unfortunately, as of now, there is no possibility to do it using the OOTB functionality.

 

Thank you so much for your idea. We've registered it in our R&D team backlog for consideration and implementation in future application releases. Thank you for helping us to improve our product.

Show all comments

Hello,

 

What does the "ProcessElementId" under an Activity-record in the database refer to? I will attach a picture from our database.

 

In essence, we are trying to create tasks through Odata-API that are tied to a specific case stage. But all tasks we create show up on all stages of the opportunity which we dont want. The only difference between tasks we create from Odata and tasks created through the case stage setup seems to be that the ProcessElementId-value is filled in. 

 

Can anyone tell what purpose this value serves and how we could case stage-dependent tasks?

Like 0

Like

1 comments

Hello, 

The field ProcessElementId refers to a record in the SysProcessElementData table. This table contains information about all the running elements in business processes. The value ProcessElementId represents the ID of the element that created this specific activity.

Show all comments

Hi community, 



Regarding data import, how does the system recognize and track data imports into specific objects? 

For instance, when I click on the link ("Open imported records") provided in the data import notification, I wanted to know how the system knows which object it's associated with and in which object/table is that information being stored?





Thanks in advance

Regards,

Goparna Nasina

Like 0

Like

4 comments
Best reply

It tags the records. Each record imported has a tag added of the date time of the import. When you click that link from the notification it opens the section and sets a filter for that specific tag.

Ryan

It tags the records. Each record imported has a tag added of the date time of the import. When you click that link from the notification it opens the section and sets a filter for that specific tag.

Ryan

Ryan Farley,

 

Thank you Ryan.

I wanted to send a notification when data is imported in a particular object. As you stated above "when we click on notification it opens the section", how can I get that section details or which table in database is the section id stored for that particular import?



Thanks in advance 

Goparna Nasina

Goparna Nasina,

 

The information is stored in the ObjectNameInTag table.

For example in AccontInTagTable.

Bogdan,

 

Thanks Bogdan

Show all comments

Is it possible to set certain business requirements on Dynamic Case Management, for example to require that certain fields are populated or that a lookup field is one of a selection of values?

Like 0

Like

3 comments

To be clear, as I think I might not have been initially, is it possible to have manual transitions with transition requirements, as opposed to automatic transitions when certain conditions are met.

Hello,



"Manually" you can go both to the previous and subsequent stages from the current one, except when there is a mandatory task, in which case you can only go back (to the previous stages) without completing the task. More detailed information is provided at our academy in the block "Dynamic case setup (DCM)":

 https://academy.creatio.com/docs/user/bpm_tools/dynamic_case_setup

Hi Malika, thanks for your reply. I think the options for mandatory tasks is quite limited though right? As it doesn't enable transition requirements like I put in my original question - requiring that certain data requirements are met, such as certain fields being populated or lookup fields contain certain values etc. Unless I'm missing something in the academy documentation you linked to me?

Show all comments