Congratulations. 

I have a task of filtering the reference field (Platform) by specific parameters in the page code.
Contact-Account-Licenses-Product-Platform.


In the SQL query, it looks like this:

select "Id", "Name" from "UsrPlatformList" as "platforms" 
	where 
		exists (select * from "Product"...

MoreLess

Like 1

Like

2 comments
Best reply

Ryan Farley,

I am sincerely grateful to you. With your help, other answers in the community and articles from the Academy, I learned and managed...MoreLess

Show all comments (1)

Hi everyone!

Please, help me.

I need pass added parametr for when I calling detail.

I've got ClientModule with details.

One of them is tied to "Opportunity".

I need pass added parametr "Order" for detail when I calling it.

It hepls me use method for calling detail

Like 1

Like

5 comments

You can include values from the page as default values for the detail by modifying the detail definition on the page. 

details: {
    MyDetailSchema...

MoreLess

Show all comments (4)

Hi, when in a section that contains a multiple cases. you change from one case to another with a field change, a button is shown to validate the case change. 



Is there a way to avoid this? I want to progress bar to automatically update from one case to the other without user intervention. 

Like 1

Like

1 comments

I'm having a scenario where I need to add two custom columns in attachment detail and need to edit that.So I have overridden the LinkPageV2 and added those two columns in diff.Now the fields are displaying in the required section attachment detail.However other section showing error in console stating that the columns are not found in that sectionFile Object

Is there a way to dynamically load diff based on the condition/for a particular section only?


Thanks,
Sivaranjani

Like 0

Like

2 comments

No, diff cannot be loaded based on conditions (only properties like visible or enabled can be changed using conditions, but not blocks of code).

Show all comments (1)

When we are creating a case using single object, the cases are getting created. But when we are trying to create using multiple objects we are getting the null response. I'm posting the requests and response and the screenshots below.

Like 0

Like

2 comments
Best reply

Hello,

The InsertQuery endpoint in the DataService doesn't support an array of objects in the body. If you are using InsertQuery for data creation...MoreLess

Show all comments (1)

When I try to compile all, i'm getting the below error - this is an almost vanilla Creatio 8.1.1.3635, just a handful of simple customizations:

Should i worry about this? How can this be fixed?

Thanks!

Like 0

Like

2 comments

Have you tired “generating source code for all schemas” before compiling?

Ryan

Show all comments (1)

Hi Creatio Community,

I am currently facing an issue with the graphical representation of data in Creatio and would appreciate any advice or solutions you might have.
 

I am trying to demonstrate the data of each month every year using a graph. However, due to the large volume of data, the grap...MoreLess

Like 1

Like

1 comments

does the graph need to span such a wide period? Could you not have a graph for each year and one which compares all the years? Try also changing...MoreLess

Show all comments

Hi Creatio Comunity,

Please, advice me on my screen there are 2 knowlegde base fuction ( green & blue). What difference between them? 

Like 0

Like

1 comments

Hello!
 

This is one section but in different interfaces:
Green Knowledge Base is for Freedom UI.

Blue Knowledge Base is for Classic UI.

Show all comments

Hello Creatio Community,

I am currently working with two sections in Creatio: "Contact" and "Line Item." Both sections contain a common field, "Territory ID." My goal is to ensure that whenever a User opens the "Line Item" section, they can only access those records where the "Territory ID" matches...MoreLess

Like 1

Like

3 comments

Hello!

Please note that such logic can be implemented only by creating a business process. 

Best regards,

Mariia

Show all comments (2)

I am writing to request assistance with applying a filter on a lookup field within a detail while performing inline editing of a record on a Freedom UI page in Creatio. The object of this detail resides in the Classic UI.

Could you please provide guidance on how to achieve this functionality? Any examples, documentation, or step-by-step instructions would be greatly appreciated.

Thank you

Like 0

Like

1 comments

Hello,

Please note that this can be setup with the help of business rules, you can find the detailed instructions in this Academy article:
...MoreLess

Show all comments