Hello colleagues,

I need to generate a FastReport Template, attach to accounts files and after this send it using, also from Marketplace "Send email with attachments"

How can I orchestrate the process to could send this email with the report attached?

Some suggestions

Like 0

Like

2 comments

Hello Julio,

Please check this Marketplace add-on. I believe it can cover your business need.

Best regards,

Bogdan S.

Show all comments (1)
approval
section cases approval
Sales_Creatio
7.17

Hello Community,

How to make 'Comments on the approve' field mandatory before rejecting an approval?

Like 1

Like

4 comments

can try a business rule on the approval object for status = negative , make comments mandatory. not sure if this will work on the prompt!

Show all comments (3)
#devlabs
#excelreportbuilder
Sales_Creatio
7.17

I am using Creatio marketplace add-on for Excel reports https://marketplace.creatio.com/app/excel-reports-builder-creatio. First I tried it using a trial instance and it was working fine. But in a production instance I am not able to upload templates to the reports.

I have tried removing .jar and...MoreLess

Like 0

Like

2 comments

Do you see any errors in the browser console when you attempt to upload a template?

Ryan

Show all comments (1)
detail
sorting
Sales_Creatio
7.16

Dear Community, 

As per the link : https://community.creatio.com/questions/sort-detail-page-load

we implemented sorting by date time when the detail loads the first time. 

Method 1 

addGridDataColumns: function(esq) {
	this.callParent(arguments);
 
	// add sorting column
	var...

MoreLess

Like 0

Like

7 comments

Hello Shivani,

It happens since the sorting state for detail is saved in the SysProfileData table and each time a user opens a detail the correspondent...MoreLess

Show all comments (6)
Sales_Creatio
7.17

Dear,

In the section, I have a DateTime field.

In the email template I want to display the Date only, so no timestamp.

Email template: https://prnt.sc/10aa38n

Result: https://prnt.sc/10aa4ux

In the Academy I found following article which describes how to add a fixed text as a macro, but not how I can format an existing field.

https://academy.creatio.com/docs/developer/front-end_development/creati…



Any idea how this can be fixed?

Kind regards,

Vincent

Like 1

Like

1 comments

Hello Vincent,

I did a research but it seems that there is no easy way to complete your business task. I've registered the request for the...MoreLess

Show all comments
listpage
removeComma
Sections
Sales_Creatio
7.16

Dear community,

Using "useThousandSeparator": false we can remove comma in section edit page or detail edit page. How do we do it in Section list Page?

Thanks

Like 0

Like

4 comments

Hello Shivani,

You can change the column format in prepareResponseCollectionItem method.

Here is a sample:

define("SomeSection", [], function...

MoreLess

Show all comments (3)
account
Lead
Sales_Creatio
7.17

Dear,

Where we qualify a Lead and the account allready exists, the contact of the lead is not linked to the account.

How could i correct this ?

Thank you

Nicolas

Like 0

Like

2 comments

Dear Nikolas,

Your question is a bit unclear. If you are asking if it is possible to create the opportunity if the account has no linked contact...MoreLess

Show all comments (1)
Sales_Creatio
7.17

Dear community,

after reading about the timeline tab (https://academy.creatio.com/documents/technic-sdk/7-16/introduction-17), i tried to add some fields in various TimelineTileSetting objects, for example in the Activity tile, here is the Data : 

{

    "entitySchemaName": "Activity"...MoreLess

Like 0

Like

2 comments

Hello Patrice,

The problem here is that the ActivityTimelineItemView doesn't know anything about the "Author" column and there i...MoreLess

Show all comments (1)
Sales_Creatio
7.17

I can't see any Website events on the lead page.

I just get the message "Data loading is in progress. This may take a few seconds."

https://prnt.sc/z36psq

https://prnt.sc/z34r5w

It seems I get some errors in my console when I open the Website events tab on the Lead page.

 

Method: POST 
https://chessit.creatio.com/0/rest/TrackingReportService/GetLeadFeed
Error 400 Bad request

I created the Lead via Landing page and my Website events should be set up correctly.

Like 0

Like

2 comments
Best reply

Dear Julius,

Thank you for your patience and for contacting us at support@creatio.com.

As we have discussed in our email thread the new ...MoreLess

Show all comments (1)
prefix
field
Sales_Creatio
7.17

Dear,

I want to add a calculated fieldto my OpportunityProductInterest object.

i add it with the Usr prefix (UsrMarge) , but when i save the object, the system return me the following error:

Unable to save structure. Name: OpportunityProductInterest. 
Label: Product of the opportunity. 
Error:...

MoreLess

Like 0

Like

1 comments