Hi Community,

I am trying to update the fields for my section called payment request. Please see the code below 

this.showInformatinDialog(result.success + "\n" + result.message); // for checking the status of update query execution

I am getting false for result.success. Please see the below screenshot.

I wrote the same code for other sections and it working fine for all other sections.

Please help me with this.

Many Thank.

Akshit.

Like 0

Like

2 comments

First, I believe that the response includes response.errorInfo which you can check for any error messages. Second, if you look in the browser...MoreLess

Show all comments (1)

Hi All,

 

I have a use case to display a field containing values updating dynamically by querying the data from another table. And display the data in the calendar section page container similar to setup up the summary calculation.

 





Similar to the below image which shows total number o...MoreLess

Like 0

Like

3 comments

Hello Adharsh,

You need to add label control element to "SeparateModeActionButtonsRightContainer" container in ActivitySectionV2 ...MoreLess

Show all comments (2)

Is there a custom HTML control in Creatio that I can use to build a tree hierarchy and visualize it in the UI? The input parameter to the control will be a single node that could be at any position in the tree. The logic should query the database for the links to traverse upwards and downwards from the said node to complete the tree.

Is there already a control in Creatio that can be repurposed for this use-case?

Thanks in advance...

Like 0

Like

1 comments

Hello,

You can find an example in the Advanced Settings => Package Dependencies tab.

There is also another one in the Account section, Account...MoreLess

Show all comments

Hi Community,

Below  is the business rule I need to apply

Below is the code I wrote 

This doesn't work in mobile app but it also is not throwing any error.

Can anyone help me with this issue!

Many Thanks,

Akshit.

Like 0

Like

1 comments

Hi Akshit,

Here is an example of the code that has perfectly worked on my end:

Terrasoft.sdk.Model.addBusinessRule("Case", {
    name: "Make...

MoreLess

Show all comments

Hi Community,

I want to apply the below business rule in mobile app

Below is the code I have written in the module : 

Below is the error I received when I logged in with other user(User other than mention in the code):

Requesting you help me to figure out the issue!

Many Thanks,

Akshit.

Like 0

Like

1 comments

Hello Akshit,

Hope my message finds you well.

Please restart the application pool in IIS if this is an on-site solution or contact u...MoreLess

Show all comments

Hi Community,

I have created a custom package and added all the necessary modules required for applying business rules in it.

I have then created a custom module with the business rule and added this module inside the ModelExtension attribute of required model[UsrPurchaseOrders] in MobileApplicationManifestDefaultWorkplace.

Business rule : 

Please help me with this issue.

Many Thanks.

Akshit

Like 0

Like

1 comments

Hello Akshit,

I've used the same code on my side:

Terrasoft.sdk.Model.addBusinessRule("Case", {
    ruleType: Terrasoft.RuleTypes.Activation...

MoreLess

Show all comments

Following this post  I was able to set most fields i needed to rich text however no matter what I try the case description field will not change to rich text. Any ideas on what to try to make it rich text?

Like 0

Like

8 comments
Best reply

Hi Michael,

I've found that if your element in the diff is a merge, changing the contentType doesn't always work. Since the case description...MoreLess

Show all comments (7)

Hi community,

I am using ReportService to generate a report in pdf format Below is my script

when I set ConvertToPdf = true it shows the below error to me

I am sure below is the service method I am calling.

I have to do this urgently, please suggest me some solution for this.

Many Thanks.

Akshit.

Like 0

Like

4 comments

Hello Akshit,

Can you please specify the version of your application? Also, can you check if you have Aspose package installed in the...MoreLess

Show all comments (3)

Hi Community,

I want to ask how to get a  job at creatio?

Like 0

Like

1 comments

Hello Akshit,

Thank you for being interested in our company!

You can find open vacancies on the next resources and apply for a position...MoreLess

Show all comments

Is it possible to create an email template (email templates lookup) that has fixed attachments such as a ms word or ms excel file? For my use case this would be for emails being sent OUT of Creatio from a synced mailbox TO external customers who do not access Creatio, instead they just receive an email to their normal email service such as gmail or outlook. 

Like 0

Like

1 comments

Dear Mitch,

Unfortunately, it cannot be done since email templates do not have required architecture for storing attachments. As a workaround...MoreLess

Show all comments