7.16
Sales_Creatio

Hello all,

When we tried to upload any file in Attachment detail, FileApiService is called and the file gets uploaded successfully.





When I tried to call the same API in postman, bypassing all headers and Query parameter it resulted in an error stating that: 'Can't parse file length'. I have no clue why the error is popped up.





Kindly help me in solving this issue.



Thanks and Regards,

Adharsh S

Like 0

Like

3 comments

Dear Adharsh,

Most probably, the issue happened because you didn’t specify a body of the request. The body contains file data in binary format...MoreLess

Show all comments (2)
Email
email templates
Business Process
attachments
7.16
Sales_Creatio

Hello all,

I am trying to create business process where the user is able to select an email template, decide whether or not they want to include the attachments from the object in the email (i.e. if they are sending from a document record, include the attachments from the document record), an...MoreLess

Like 0

Like

2 comments

Dear Kevin,

You can use Auto-generated page and show lookup with templates so the user could select them, or forward the user to Templates...MoreLess

Show all comments (1)
products
details
7.16
Sales_Creatio

Hi,

I am wanting to put a new Detail Section on an Account level tab which shows all of the products purchased by that account. 

I have tried to find a Detail which will show this, but all of the following do not allow me to tie to the Account and therefore are all empty on the page:

Like 1

Like

3 comments

Hey Mark , In the detail page of the details you want  , add the accounts lookup and associate it on accounts page using the account lookup and Id. 

Show all comments (2)
7.16
Sales_Creatio

 Hi,

We have tried to implement Static Code analysis for the creatio codes (both JS, C#)

using SonarQube - Static code analyzing tool. This setup has separate code analyzing

for client and server-side. We could get a successful result on running the client code(JS Part), but not the same in...MoreLess

Like 1

Like

2 comments

Dear Adharsh, 

You can build a project in any way needed, you can find the project following this path in installation files: ...MoreLess

Show all comments (1)
server-side
developer
deployment
7.16
Sales_Creatio

Hi

I'm following the Kubernetes tutorial in the Academy to deploy the Exchange service:

https://academy.creatio.com/documents/administration/7-16/deploying-synchronization-service-kubernetes?document=administration#CSH_3

I deployed Redis database and ExchangeListener package using Helm.

When I deployed...MoreLess

Like 0

Like

3 comments

Hello Mohamed,

Seems that your 8089 has no process that listens to this port so that's why you cannot forward the listener to this port. Try...MoreLess

Show all comments (2)
Email
server-side
Sections
7.16
Sales_Creatio

Hello

I'm deploying Creatio Exchange Listener for my developing environment. 

I'm following this academy guide:

https://academy.creatio.com/documents/administration/7-16/deploying-synchronization-service-docker?document=administration#CSH_4

I got this error message when I created the listener container:

...

MoreLess

Like 1

Like

4 comments

Hello Mohamed,

This is strange that your Exchange service returns this:

{
  "ServiceStatus": "Started",
  "version": "0.5.0",
  "connections":...

MoreLess

Show all comments (3)
Email
display
7.16
Sales_Creatio

Dear mates,

Is it possible to always display emails CC when the page email open ?

Without having to click on the CC button ?

https://prnt.sc/spzdzd

Thanks,

Nicolas

Like 0

Like

2 comments

Hello Nicolas, 



You simply delete container called "CC" for Email Edit Page in Section Wizard for Activity section, replace...MoreLess

Show all comments (1)
TimeLine
database
7.15
Sales_Creatio

Dear mates,

I would like to modifiy our timelines on differents pages.

I try to follow the guide: https://academy.creatio.com/documents/technic-sdk/7-13/timeline-tab

But i can not access the database to do the modifications.

How can we have an access to the database ?

Thanks,

Nicolas

Like 0

Like

1 comments

Hello Nicolas,

This method is only good for the development environments deployed on-site. Since the modifications are implemented directl...MoreLess

Show all comments
7.15
Sales_Creatio

Dear mates,

Is it possible to open the page call after a call ?

Thanks,

Nicolas

Like 0

Like

21 comments

Hello Nicolas,

Yes, this is possible and the sequence is as follows:

1) Execute this SQL query in the database of the app:

update Sysmodule...MoreLess

Show all comments (20)
Detail_summaries
marketplace
Detail_summaries_for_Creatio
7.16
Sales_Creatio

Hello Creatio lovers :-)

I have defined to test two products with their price in different currencies (USD and CLP, represented in Chile as (USD as USD and CLP as $)

When I did an Opportunity, using products with prices in the defined currencies "Detail summaries for Creatio add-on" sum...MoreLess

Like 2

Like

3 comments

Hello Julio,

you need to customize a multi-currency field for the Total column in the 'Opportunity product' detail. A multi-currency field...MoreLess

Show all comments (2)