Hello,

I am working with the mobile application and specifically in the Activity section.

In this, I have configured the Actions-Visit Detail in the mobile app, but when I check the check-in/check-out in mobile application, the completion time is not getting updated in the detail in the web application...MoreLess

Like 0

Like

3 comments

Dear Malay,

Thank you for your question!

Could you please check if the mobile device has the "Geolocation" turned on and if the synchronization...MoreLess

Show all comments (2)

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)

Hi Community,

We are trying to add send email in a case for each stage but after adding the "Record for macros” with the “[#Main record.id#] for one send email and for another stage when we create the same and add it the previous "Record for macros” value also is not available and the present one also...MoreLess

Like 0

Like

1 comments

Hello Amritha!

Thank you for your question!

Please be advised that in order for the Macros to be executed as intended you may try adding ...MoreLess

Show all comments

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

I recall in the past seeing documentation on this, but now I can't find it. In the cases section, there are several actions that result in a user following the feed for that case. For example, if they post a feed message on that case, if they are set as the assignee. Is that it? Are those the only two things that make a user default to following the case? Is there a comprehensive list of all the actions a user can do that will result in them automatically following the feed of a case?

Like 0

Like

2 comments
Best reply

Dear Mitch, 



There are a few ways of getting subscribed to the case feed:

- If the user creates a record;

- If the user posts a message...MoreLess

Show all comments (1)

Hi Team,

Have a query regarding widget we design in the dashboard can be read filter from the dashboard to modify our output on the widget.

If it is possible please share a scenario with implementation 

This will be really useful to meet some business requirement 

Thank You in Advance 

Like 1

Like

4 comments

Hello Braj,

Unfortunately, I was not able to find an example you requested but you can always check all the needed parameters in the Academy...MoreLess

Show all comments (3)

Hi Community,

How to get the current user contact in Mobile? What is the counterpart of this in Mobile Terrasoft.SysValue.CURRENT_USER_CONTACT? Thank you

Like 0

Like

1 comments

Hi Fulgen,

Please use Terrasoft.CurrentUserInfo.contactName in the mobile app to get the current user contact name.

Best regards,

Oscar

Show all comments

Hi Community,

In mobile, how can I get the value of some fields in lookup fields?

Suppose in Case, using I will get MobilePhone from Contact using CreatedBy field in case. I tried below but it is undefined:

var mobile = record.get("CreatedBy.MobilePhone");

Any idea please

Like 0

Like

1 comments

Hello Fulgen,

You need to use the following code:

record.get("CreatedBy").get("Name")

You can also set the breakpoint in one of the business...MoreLess

Show all comments

Hello all,

I noticed that by default Creatio adds a Non-Unique/Non-Clustered index on all foreign key columns (Look up references). Want to understand this better. 



Indexes can be detrimental when there is a lot of Writes into that table as compared to Reads. This effect gets multiplied when...MoreLess

Like 0

Like

4 comments

Hello,

Foreign key indexes are not mandatory but if you disable or remove that index, it may result in a slower search. We do not recommen...MoreLess

Show all comments (3)

Hi

i want to reload the detail record after i chose the "Processed" case.

i have found this.reloadDetails() but it's use for the function from editpage

Can anyone help me out with this issue ?

Like 0

Like

1 comments

Thank you for your question!

Please be advised that you may feel free to use the "this.reloadEntity();" method for your case.



In addition...MoreLess

Show all comments