Images
containers
Sales_Creatio
7.18

Hello community,

I have a case where based on a lookup value, I need to display an image. The code is working and logging values as expected but the image does not seem to load. When inspect HTML I find the following

[object Object]" title="">

and the error

https://dev2-is-il.creatio.com/0/Nui/[object%20Object]...MoreLess

Like 0

Like

6 comments
Best reply

Shivani Lakshman,

Rather than bind the image element in the diff to the function (which won't work since the ESQ in the function is asynchronous)...MoreLess

Show all comments (5)
Application
dependency
package
Sales_Creatio
8.0

Hi community,

I am developing an application only for the "Sales" module which includes the Sales enterprise, the sales team and the sales commerce edition. Actually, I am developing the application in a "Sales Enterprise" environment and I only have the "SalesEntepriseSoftKey_ENU" package.

Which should be the right package to set to work with all the Sales product versions ?

Many thanks for your help.

Best regards,

Jonathan

Like 0

Like

3 comments

Hello,

Please refer to this Academy article (+ this) to define the package dependencies.

Best regards,

Mira

Show all comments (2)
PhotoContainer
diff
Sales_Creatio
8.0

Hello team,

I was trying to replicate account photo functionality in a custom section. I noticed that the getAccountLogo method gets called twice. Please see below screenshot (Hello from getAccountLogo is repeated twice)



This is causing errors in my functionality. Can someone please check?

Like 0

Like

1 comments

Hi,

If you want to add a photo to your custom section then there is instruction on how to do it.

Take a look at this conversation, there yo...MoreLess

Show all comments
#reports
#contacts
#user_rights
Sales_Creatio
8.0

Hello

I have a business case were the managers need to extract a report to identify the accounts and/or contacts group by user, where the user is either the owner of the record or the user to whom the record has been shared with. Please note that the records are visible by owner, that said, is a private...MoreLess

Like 0

Like

2 comments
Best reply

Hi Adriana, 

You can create VIEW in the database (Access rights to Contact are stored in the table SysContactRight) and object based...MoreLess

Show all comments (1)
Email
Sales_Creatio
8.0

We're looking for a way to link a document that is loaded into Creatio in an email template that is sent. 

For example, a contract is uploaded into the Attachments section of an Opportunity. The Opportunity is won, and a notification email goes out to specified users. The email includes information from the record, but also a link to the document within the Attachments section. 

Like 2

Like

1 comments

Hello Susan,

Your business task can be achieved via custom business process. You'd need to use [Process file] and [Send email] elements to...MoreLess

Show all comments

Dear,

I would like to display a field on the timeline of email activity on the account page.

On my activity custom object, i have add fields : dateRead, dateClick, dateBounce…

For example i would like to display dateClick if it is filled in.

So to know more about the account tile :

selec...MoreLess

Like 0

Like

2 comments

Sorry for the inconvenience, but it actually works fine.

it would be nice to have an interface to manage the tiles

Show all comments (1)

Dear Creatio Community,

when linking a mail to a record a pop-up shows up and asks the user if he wants to "Link all emails from the conversation with this record?".

We don't seem to fully understand the meaning of this message. If the user clicks "yes" it appears like all e-mails from this e-mail address are also linked with the same record...

Could someone please explain the function of this pop-up?

Is it possible to disable it when linking a mail to a record?

Kind regards,

Markus Kumpfmüller

Like 0

Like

1 comments

Dear Marcus,

Thanks for your question.

The pop-up message 'Link all emails from the conversation with this record?' should show the email...MoreLess

Show all comments

Hi,

We need to notify the admin if any user exports data using Export to Excel option. I have created a small business process to create the notification. I need to call this business process when someone exports the data. I see the exportToExcelFile() in Data Utilities that calls ReportService to generate the report, but not sure how to override this function to call the process after the service is called. Any help is much appreciated. 

Like 1

Like

4 comments

Hi,

You can add replacing module to the schema BaseDataView and call your business-process in the method exportToExcel.

 define("BaseDataView"...

MoreLess

Show all comments (3)

I Have a detail where the copy ,edit and delete options must be hidden to all users except for the system administrator. Can someone help?

Thanks

Like 0

Like

1 comments

Hello Yasaswini,

This can be achieved only by means of development. You can find some examples here on our Community posted by other participants: ...MoreLess

Show all comments
osm
JS
Open_Street_Map
Sales_Creatio
7.18

I need to make it open a panel with Open Street Map on it but my code is not working, when I click on the button I added, it gets the loading screen but doesn't show anything and the console shows an error.

My Code:

{
    showMapContainer: function() {
		var mapsConfig = {
			mapsData: []
		};
&nbs...

MoreLess

Like 1

Like

1 comments
Best reply

I solved it, I needed to add the GetMapsConfig in messages:

I solved it, I needed to add the GetMapsConfig in messages:

Show all comments