Hi there,

I'm trying to UPLOAD a picture that I took from the camera of my Iphone, into the CRM.

Ideally, that picture would be connected to :

- an Account

- a Contact

- a custom list of competitors

- a description

 

How would you do that ?

 

Like 0

Like

0 comments
Show all comments

Hi Team,

How to upload a image in creatio, and reuse that Image with url in creatio UI.

 

Thanks

Like 0

Like

3 comments

Hello,

 

Could you please specify the exact place (, detail, record, etc)?



What is your business task?



Best regards,

Bogdan

Hi,

In portal section need to show company image logo,So need to upload a image to creatio and reuse in portal section using add web page option.Image not in any pubic network,it exists in local system now so trying to upload it to creatio. Hope You understand the requirement.

 

thanks

ssadula,

 

In order to display a custom image on the portal main page. It can be a banner that conveys the style and spirit of your company. Configure the banner as a separate web page. Create a separate web page on your website similar to the default banner on the portal to display a custom image.

To do this:

  1. Click  → “Set up portal main page.”

  2. Click  → [ Edit ].

  3. Double-click the “Website with image” block.

  4. Specify the title, the page URL, and styles (optional).

  5. Save the changes.

Best regards,

Bogdan

Show all comments

Hello Community,

 

I have a use case where when a user uploads a contact profile photo, I need to perform specific validations - Eg Check the bit depth & file format of the image. If the bit depth or the format doesn't match, I need to reject the image and show a message to the user. These validations are complicated and sometimes not possible on the client side using JS. 

 

I am aware that Contact profile photo gets uploaded via the out-of-the-box ImageAPIService. How do I customize or extend the service to add my own validations on the server side?

Like 0

Like

1 comments

Hello Shrikanth, 

 

Unfortunately, we do not have the exact example of your business task realization. However, we recommend that you take a look at the following Community post where a similar task and ways of its implementation are described: https://community.creatio.com/questions/attachement

 

Please, let us know in case any further information is required. 

 

Best regards, 

Olga. 

Show all comments

Hi Community,

Any idea how i can customize the image uploading to add validation. I need to restrict the image uploading to accept only png file type and limit the size and dimension of the image. Thanks

Like 0

Like

1 comments

Hello Fulgen,

Size of the file can be regulated using "Attachment max size" system setting (value is specified in megabytes). As for additional file format verification - here is the link to community article where same question was asked and resolved.

Best regards,

Oscar

Show all comments