Hi community,

I have the following situation :

From the "ENCOWAY SESSION" button, I want to override the onClick() method from it to automatically start a business process from there. How can I do this ?

Furthermore, my business process should take the object id (e.g. opportunity id) corresponding...MoreLess

Like 0

Like

2 comments
Best reply

Hi Jonathan,

I have an article on that topic with the code you'll need to start the process and pass the current record Id into a process parameter...MoreLess

Show all comments (1)

Column not appearin in API call. 

I created a new column last week, it's not appearing in the API call. 

Changes are Publish and Behaviour is set to General.

Like 0

Like

4 comments

Is there anyone that can help please?

Show all comments (3)

Hello Everyone.

I want to log in a separate file every communication with a Web-Service (request , response time etc).Is there any built-in , or tools from Marketplace to realize this task. Or I should customize the source -code.  

Like 0

Like

4 comments
Best reply

Petrika,

Perfect, then additionally you can use the same approach with EntitySchemaQuery, but create record is some section and then use...MoreLess

Show all comments (3)

Hi community,

When implementing a web service, I have a GET method with a parameter :

public int GetMethod(string name)

In this method, I did a query to get the age of the person in parameter :

var select = new Select(UserConnection)

     .Column("Age")

     .From("Contact")

 ...MoreLess

Like 0

Like

4 comments
Best reply

Hi Jonathan,

Usually you use dataReader to get the value from your select query. What you can do is:

bool hasRecord = false;
using (DBExecutor...

MoreLess

Show all comments (3)

Hi community,

I was trying to implement a section under the "Sales" workplace just to have a google maps view of the adresses directly related to my customers under the "customers" or "accounts" section. I was searching some add-ons to do this and i found this one https://marketplace.creatio...MoreLess

Like 0

Like

2 comments

Dear Jonathan,

Thank you for your question!

In this case we would recommend contacting [Google Maps route for Creatio] support via email...MoreLess

Show all comments (1)

I've added a new column to Creatio yesterday and expecting to pull through the API but it's not there?

Does anyone know how long it takes? Or what I might be doing wrong?

Like 0

Like

4 comments

By the way I'm using ODATA3 through Power Bi

Show all comments (3)

Hello Community,

Logging of incoming and outgoing API requests via Custom configuration services in Creatio is a very typical use case wherever system integration is in the picture. Logging the absolute URI, request/response body, response status code, any custom headers added to the request are...MoreLess

4 comments

Hello!

Our R&D team has a problem registered on this topic on their side so to enable easy logging setup in the application UI for custom...MoreLess

Show all comments (3)

Hi Team

I created a Node.js script to upload attachments using FileApiService.

Here is my script:

var axios = require('axios');

var fs = require('fs');

establish_connection();

async function establish_connection()

{

        ...MoreLess

Like 0

Like

1 comments

It's hard to say how it should be done on Node.js. However, there is an easy way to find if your request is correct. Please install "teleri...MoreLess

Show all comments

Hi, 

In need to call an api and then show the result in a lookup modal for the user to select a result record. 

I have implemented the api call in a Business Process. I have implemented a button that opens a lookup modal. The problem is that I dont know how to make the lookup modal to get the results from the business process that calls the api. 

Regards,

Javier Turell 

Like 1

Like

3 comments

Dear Javier,

Since you are calling an external web service from business process, you need to parse a received reply and use the retrieved data...MoreLess

Show all comments (2)

Hello, i am trying to integrate the form my friend have on his Wordpress website to the CMS.

Looked at the API Docs and found that Web-to-Object best suitable to what im trying to do.

Any way i dont have his credentials, i am build for him the function ready to put inside the wordpress, s...MoreLess

Like 0

Like

3 comments

Hello Ohad,



If you want to pass fields that are not present at "Lead" object, you should add them, so they will appear at "Lead" table. Yo...MoreLess

Show all comments (2)