Hello all,

 

I have need for a client to build a way to upload a file to Sharepoint from Creatio. I found a potential method using Python but I am unclear on if I can execute the code with Creatio.

 

Is this something that can be done? I haven't been able to find confirmation either way in the documentation.

Like 0

Like

3 comments

Hello Kevin,

 

You won't be able to use Python inside Creatio app and a possible implementation should use a custom webservice that will send requests from the app.

 

Alternatively there is this marketplace app that was designed to implement SharePoint integration - https://marketplace.creatio.com/app/sharepoint-integration-creatio

Since Creatio's server-side code is all C#, It would be a better route to use C#.  There's likely far more examples online of using C# with Sharepoint - plus Microsoft has a C# client library to use for doing this sort of thing which makes the job easier.

Ryan

Are you trying to upload a file to an object using the API With Python?  I c created a Python script the downloads a Printable, sends it to a Mail Service that prints and mails it. Once it is delivered, it grabs the Signature file  and Uploads it to the object using the API.  Python is run on a local server not in Creatio.

Show all comments

Hello,

 

I would like to know if it is possible and how in Freedom UI

1. Filter lookup-fields in editable detail (we have set filters for Modal page of the detail, but in editable detail they don't work)

2. Hide adding new values in lookup in editable detail (it is easy to do for the single field on the page, but cannot find this for field of detail)

3. Make field required (or filtered) based on condition (on other fields in the record. For example, if you select 'Other' in one field, Notes is required)

 

Thank you very much!

Like 2

Like

5 comments

Hello!

 

Unfortunately, there is no opportunity as of now to filter lookup-fields in editable detail. We've registered it in our R&D team backlog for consideration and implementation in future application releases.

 

Regarding your second question, could you please provide a screenshot for a better understanding of the issue?

 

Regarding the third question, unfortunately, there is also no possibility to set up. 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.

Mariia Sorochan,

Thank you for the answer. Do you know when it is planned to be released? 



Kind regards,

Vladimir

Hello!

 

Unfortunately, as for now, we don`t have any ETA for it, but the R&D team is planning it for future application  releases.

Mariia Sorochan,

I would like to second Vladimirs first request. Please bring filtering to editable details lookups again. Makes no sense to remove such a useful feature from the classic UI, and our team needs this feature for a current clients project. 

Please bring it up with the R&D team as soon as possible and let us know. Is there any reason it was removed? Is there any way to achieve the same result in other ways?

Per Näsström,

I think, this is not removed, but just not implemented in Freedom UI yet

Show all comments

Hi all,

 

Is there a way to use tags in Freedom UI? It was available in Classic UI above the lists.

 

Thanks in advance!

Like 2

Like

1 comments

Hello!

 

In version 8.1.0 tags will be implemented in Freedom UI, the approximate ETA for it is the end of September.

Show all comments

У мене є невеличке недорозуміння пов'язане з обніном інофрмації самого creatio і сторонніми сервісами. Наразі мені потрібно зробити вивантаження даних про лідів  та партнерів в іншу бд, для цього я вирішив використати odata. Зараз я тестую запити через postman і виникає питання, яким методом відбувається авторизація через постмен оскільки при тестуванні самої url адреси в браузері мені надається інформація і помилок не виникає, а коли в postman ввести той самий url скидається типу розмітки, як я розумію на логінацію. Підскажіть можливо вже існуючі сервіси або якісь методи якими можна передати на сторонній сервіс інформацію з creatio, а також на рахунок методів авторизації які є доступними, і якщо там використовуються токени - то де саме їх можна отримати

p.s. сервіс реалізовується на пайтоні

Like 0

Like

2 comments
Best reply

Доброго дня,

якщо ви робите запит в postman відразу на odata скоріше за все вам приходить відповідь що ви не авторизовані. Спочатку треба виконати request  на аутентифікацію як описано тут https://academy.terrasoft.ua/docs/developer/integratsiya_i_vneshnij_api…

запит як описаний тут, наприклад https://academy.terrasoft.ua/docs/developer/integratsiya_i_vneshnij_api…

і отримані cookie BPMLOADER додати в headers наступних запитів, як описано в прикладах тут https://documenter.getpostman.com/view/10204500/SztHX5Qb?version=latest

 

Доброго дня,

якщо ви робите запит в postman відразу на odata скоріше за все вам приходить відповідь що ви не авторизовані. Спочатку треба виконати request  на аутентифікацію як описано тут https://academy.terrasoft.ua/docs/developer/integratsiya_i_vneshnij_api…

запит як описаний тут, наприклад https://academy.terrasoft.ua/docs/developer/integratsiya_i_vneshnij_api…

і отримані cookie BPMLOADER додати в headers наступних запитів, як описано в прикладах тут https://documenter.getpostman.com/view/10204500/SztHX5Qb?version=latest

 

Анастасия Шумейко,

Величезне дякую, дуже сильно допомогли, до цього я не вставляв усі куки

Show all comments

Dear All . In new instalation on server Windows 2022 Creatio version 8.08 I cant login on cratio . On login page doesnt hapen any . In browser console I saw error "Error while sending request 

    response status: 404 (Not Found)

    request url: http://localhost:90/ServiceModel/AuthService.svc/Login

    method: undefined

    request data:" 

Please tell me wher is error seting . I any times see instraction in installation and dont find some inforamtion . 

Thanks a lot .

Like 0

Like

1 comments

Hello,

 

The issue lies within the components. It's necessary to recheck if everything is correctly installed following the article:

https://academy.creatio.com/docs/user/on_site_deployment/application_se…

Show all comments

Hello Community, 

 

Is it possible to change the default filter column when using Search Filter? 

 

I wanted to filter a list page by text in a specific column all the time. But in Search Filter, It changes to Everything on reloading the page. 

How can we set default column for a search filter. 

 

Any suggestions are really helpful.

 

Thanks

Gargeyi.G

 

 

Like 0

Like

1 comments

Hello,

 

Your business task can be only achieved with the help of a separate development process. 

You can use 'entity schema query' filters in particular. Here is the guide on this topic

https://academy.creatio.com/docs/developer/front_end_development/data_o…

You can also use this community post with the example of such logic https://community.creatio.com/questions/default-filter-section

Show all comments

In Calendar Synchronization settings it's now possible only to set the Synchronization period to 1 month, 1 week or 2 weeks:

How is it possible to synchronize the calendar for a wider period (for example 6 months)?

Thanks

Like 0

Like

3 comments

Hello Massimiliano,



Unfortunately, 1 month is the maximum period that can be selected. Selecting a longer period affects mailbox synchronization performance, which is why we do not have such an option for synchronization.

Also, according to our usage statistics, old emails (more than 1-month-old) mostly have no business value, so we don't sync them. 



As a workaround, you can either re-forward them to the mailbox and synchronize your mailbox or create an excel file and import the related data to emails using file import.



However, we have already registered the idea for our R&D team to review this logic in future releases.

Mira Dmitruk,

We are using the Creatio calendar sync, but we are not getting notifications for meetings created more than 1 month in the future. Can you please increase the amount of time that the calendar syncs to the future?

Esther M,


Unfortunately, you can select no more than 1 month of synchronization, and it is not possible to increase this period. At the moment, we also have no workarounds to increase the given limit. 

However, a task has already been registered in our R&D team to consider and implement such a feature in future releases. 


Best regards,
Malika

Show all comments

Dears at community 

 

we are a new startup company and landed with a project for ITSM and would require some help related to scope of work template that can facilitate the user story, use cases, list of features and functionalities that we need to submit to the end client in order to kick off the project. 

 

Urge your support for expert creatio members 

 

thank you, 

 

Regards/Hisham

Like 0

Like

2 comments

Hello,



Welcome.



Community members will be happy to assist you!



Regards,

Orkhan

Thanks Orkhan, looking forward to that

Show all comments

Hi Team,

 

Scenario:

Currently, when we send outgoing emails from Creatio, they are marked as "not processed" in the CTI panel. This means that agents have to manually click on each outgoing email in the CTI panel and mark it as "processed." This manual step can be time-consuming.

 

Question:

Is there a way we can configure Creatio to automatically mark outgoing emails as "processed" when they are sent? 

 

If such automation is possible, could you please provide guidance on which object reference needs to be considered for the CTI panel? Any insights or best practices in implementing this change would be helpful.

 

Thank you all in advance for your assistance

 

Best Regards,

Mayan

Like 0

Like

2 comments

Hi,

 

Such a task can be accomplished by creating a simple business process.

Information about whether an email has been processed or not is stored in the EmailMessageData table in the IsNeedProceed column.

 

For each email created in the system and stored in the Activity table, we also record information about that email in the related EmailMessageData table.



This table is used to display records in the CTI panel.



Therefore, you need to create a process that triggers whenever a new record is added to the EmailMessageData table, where the Role field is 'From' (indicating sent emails), and where the SyncSessionId is not filled in (this column stores the ID of the session that performed synchronization, indicating that the email was sent directly from the email service and not from Creatio). If you want all emails to have the Proceed value, regardless of where they were sent from, you can skip this filtering step.

 

Afterwards, you should update the IsNeedProceed column to false for this record in the EmailMessageData table.



I hope this answers your questions. Thank you for reaching out!



 

Pavlo Sokil,

Thank you so much. I have made the changes, and it is working as expected.

Show all comments

Hello, I'm having a problem tagging records, Creatio support indicates it it produced by OmniChatGPTConnector.

 

Please see the Support indications



 

Hello Julio,
 
Our investigation has revealed that the root cause of the problem lies in the modification of the style for the "ts-modalbox" element within the "OmniChatGPTPanelCSS" scheme of the "OmniChatGPTConnector" package. The alteration of this style is causing the tag window to open is not full.
 
Our recommendation is to remove this modified style, as it appears to be causing the issue. However, we understand that this modification may have been made for specific purposes that we might not be aware of. With that in mind, we strongly advise you to reach out to the developers responsible for this customization.
They can provide insights into the purpose of the style modification and determine how to address the issue holistically.
Additionally, we have passed the information to your manager by adding her to the thread.
 
 
https://prnt.sc/9xHZAgGp1NBO

 

Like 0

Like

1 comments

Hello,

 

As this is an addon developed by third-party developers, we recommend that you contact them directly at support@creomate.com for further assistance with this matter.

 

Best regards,

Yuliya

Show all comments