Hi All,

I have created two types of contracts (Loyalty and General) and the default "Subordinate contract" detail is only showing in one page(General). So when creating a Subordinate contract by clicking on the (+) icon, I can see both options.

Is there a way to hide the Loyalty option from there?

Like 0

Like

4 comments
Best reply

Hi Champi,

I believe in this conversation you will find an answer to your task.

Show all comments (3)

Hi community,

To show conversion rate in dashboard we use sales pipeline. Is there a way to show conversion rate without sales pipeline. For example "To show conversion rate in leads between qualification to closed won". Is there a way to implement it. Also suggest best chart to do this.

Thanks in advance.

 

Regards,

Manideep Korni

Like 1

Like

2 comments

Hello Korni,

As I understand your need - you want the same info that the pipeline contains, but to be displayed in a different way. In the...MoreLess

Show all comments (1)

Hi community,

I want to implement "SalesPipeline" chart with custom column in lead section. By default it is tagged to the Column "Qualify status". But Iam using my own custom column "UsrLeadOpportunityStages" to define lead stages in my project. I can try with normal pipeline graph but also I want to implement the stage conversion rate, just like shown in the picture.

Is there a way implement.

Thanks in advance.



Regards,

Manideep Korni

Like 2

Like

4 comments

Hello,



I believe your business task could be achieved by this MarketPlace add-on,

Show all comments (3)

Hi Community,

I am trying to add a fixed filter like "Owner" in Activities to a custom section. Below is the code I added for the same:

initFixedFiltersConfig: function() {
				var fixedFilterConfig = {
					entitySchema: this.entitySchema,
					filters: [
						{
							name: "Owner",
							caption...

MoreLess

Like 0

Like

2 comments

Hi,

Here is an example on adding a custom fixed filter.

Case description:

You need to add a custom fixed filter by column Type to the Contact...MoreLess

Show all comments (1)

Hello,

I am willing to add a process for validation on Save for the Case object as shown in figure attached.

Any insights please?

Thanks,

Like 0

Like

1 comments

Hello,

The following instructions can help you to achieve the result you are looking for: validators schema section

Show all comments

Hi community 

I am trying to get the Min value for a datetime field using the read data business element.

But it seems that creatio is not handling the returned data correctly.

Does anyone have the same problem?

Like 0

Like

3 comments

hi Stefano Bassoli,



You should be using the function in the Read data element.

Could you please describe how you have been using the Read...MoreLess

Show all comments (2)

Hi Community,

I want to hide the "+" button shown below, during column setup. The expectation is that the user should only select the current object's columns. This functionality is similar to Customer Portal users as it is not visible to them.

Is there a way to hide this for normal users also? Any suggestions will be appreciated.

Regards,

Sourav

Like 1

Like

1 comments

Hi,

The code for this button is:

{
						className: "Terrasoft.Button",
						visible: {
							bindTo: "ExpandVisible"
						},
						click...

MoreLess

Show all comments

I have a button on a detail that I want to use to filter the records in the said detail upon clicking it. The Apply filter option doesn't seem to be there. Quick filters seem to be working for a section but not on a detail. 

Anyone knows a possible solution ?

Regards,

Abilash

Like 0

Like

2 comments

hi Abilash,



Have you checked by refreshing the page?

Did you debug to see the execution of the Detail button event?



If the execution of the...MoreLess

Show all comments (1)

Hello Creatio Community,



In our "Lending 7.18.4 Creatio Product" our team wants to call "Fill in product terms" from the server side.

How can we call this functionality (generate application parameters) from the server side?

Regards,

Lirzae

Like 0

Like

1 comments

Hello,

Could you please specify from where exactly would you like to call this function and the purpose of it? Is it from a different application...MoreLess

Show all comments

Can you please tell me in which object (table) data about user rights for a specific record is stored?

For example, in sales there is a record "Laptop" for this record the rights are configured, you need the name of this table where the names of users for whom these rights are distributed are stored.

Like 0

Like

5 comments
Best reply

Hello Tigran,

As Vladimir pointed out, there is no fast way to transfer the rights to records to another instance yet.

Although, you can manage...MoreLess

Show all comments (4)