I have tried to retieve the Object in OData. but it shows internal exception with following message. I have already deleted the column Name PhoneNumber.

The EDM instance of type '[Terrasoft.Configuration.OData.ContactInformation Nullable=True]' is missing the property 'PhoneNumber'.",

Like 0

Like

1 comments

Hello Prabin, 



Please try to generate source code and compile the website to actualize OData on it. 

After that, please try to run...MoreLess

Show all comments

Dear community,

In one of our projects, we encounter an issue with an Odata4-call on the Account section, where following error is returned: 

{"error":{"code":"","message":"An error has occurred."}}

So this error occurs with following call in Odata4:

https://dev-convenient.creatio.com/0/odata/Account

However...

MoreLess

Like 0

Like

5 comments

Hello Vincent,

Please try to use "top" to decrease the number of data.

https://dev-convenient.creatio.com/0/odata/Account?$top=5

Waiting fo...MoreLess

Show all comments (4)

Hello community,

I'm working on an assembly package and I'm currently using OData3 for some integrations. I noticed that the end-point "/0/ServiceModel/EntityDataService.svc/" is not exposing the methods of the custom entities. Do you have any ideas to solve this problem?

Let me know.

Thanks in advance,

Luca

Like 0

Like

3 comments

Hello Luca,

I am not sure I understand you correctly. Can you please send an expected result and an actual result you receive?

Thank you!

Best regards,

Oscar

Show all comments (2)

Hello everybody

When we request section data via OData the date fields are returned with the authenticated user time-zone setting and not UTC.

Is there a way to obtain date fields in UTC via OData, regardless authenticated user time-zone?

Thanks

Like 0

Like

1 comments

Hello,

The only way to achieve your business task is to create a separate user that will be used in OData requests authentication, set the...MoreLess

Show all comments

Hi Team, 

Can we using oData to insert localization strings with the same user. Example I want to enter the name of product in English and French using a user Supervisor in English. There is any way to do that?

Like 0

Like

3 comments

Hi Federico,

It's impossible since (if talking about products as an example) the localizable values for product names are stored in the ...MoreLess

Show all comments (2)

Hi Community, 

I have to use Odata of Creatio environment from Postman using OAuth 2.0 authentication. For that, I have followed a Tech hour session of Creatio Trainers.

Tech Hour - Integrate like a boss with Creatio, part 2 (Odata)

But, while generating token at 38:10, I am not getting token in a response instead of that I am getting some HTML code like below.

Please suggest and help how to get token and if I am missing something. :)

Thanks in Advance.

Like 0

Like

4 comments

Hi Patrik,

Can you please provide a complete HTML-code from the response? There should be some description of the response at the bottom.

Best regards,

Oscar

Show all comments (3)

Hello

I am updating the unsubscribe column data on Contact records with a php script.

Since a few days i get an error 500 when updating value in Contact: {"DoNotUseEmail":"true"}

When trying the request in postman, I get error 500 the first time, if I immediatly trying a second time it just works.

Using the same php script on a test environment doesnt give me this error.

  

Like 0

Like

2 comments

Hello Antoine,

Is the application hosted in the cloud or locally?

Best regards,

Oscar

Show all comments (1)

Hi Community,

I have built a Business Process that Triggers on "Record Added" for a Section.

My goal is that when I Create a Record in the section with OData using the "POST method", That custom business process should be triggered by System. But It is not getting triggered.

When I tried to create...MoreLess

Like 0

Like

5 comments
Best reply

Hi Pratik, 



This is the know issue of the version. 

Our R&D team is working on this to be fixed in the future releases. ...MoreLess

Show all comments (4)

Hi community,

I'm trying to read the contact tags using odata, in particular  I would like to expand the ContactTag object when I read the ContactInTag,

an  error raises

"The query specified in the URI is not valid. Could not find a property named 'ContactTag' on type 'Terrasoft.Configuration.OData.ContactInTag'."

Which is the correct entity name to expand ?

Like 0

Like

6 comments

Hello Stefano,

In the ContactInTag object, the reference to ContactTag is actually the property called Tag. I believe if you expand Tag, it...MoreLess

Show all comments (5)

Hi, 

I need to get a list of accounts with their accountAddress as a list ,

and I Have this NavigationProperty  in account Entity

how I can wite the query to join account and account address using "AccountAddressCollectionByAccount" NavigationProperty 

Thanks 

Like 0

Like

1 comments
Best reply

Hi Moheman,

OData cannot perform such an operation in one action if calling /0/odata/Account endpoint. You can retrieve data from related entities...MoreLess

Hi Moheman,

OData cannot perform such an operation in one action if calling /0/odata/Account endpoint. You can retrieve data from related entities...MoreLess

Show all comments