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
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 ?
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?
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
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.
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?
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.
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...