Hi all,

I am trying to display a field from a related table on a page.

I have 2 objects: Account and Contact. I've added a new integer field to Account called UsrScore.

I'd like to display the UsrScore field on the Contact page (based on an attribute).

I'm fairly certain I want to use EntitySchemaQuery but I can't find the correct syntax. Any help would be appreciated.

Nb. I'm not using the Freedom UI. 

Like 0

Like

2 comments
Best reply

On the contact page, add an attribute to store the value from the account:

attributes: {
    "AccountScore": {
        dataValueType: Terrasoft...

MoreLess

Show all comments (1)

Hey, 
 

I'm working on Contact Entity where I have to show 'Total Concerts' bound to a contact in detail page.

I have created a service file from where I'm getting total concerts data. I'm calling this service file as API in handler method: 'HandleViewModelInitRequest'. API is working fin...MoreLess

Like 0

Like

3 comments
Best reply

If you only want to display that value, and not save with the record, you can create an attribute on the page, store the value there, and then...MoreLess

Show all comments (2)

Hi Team,

Could anyone please help me achieving the things below?

I have added two custom attributes in the client module.

One of lookup type and the other for text. As soon as the user selects the value in the Title Dropdown, the Description text field should be auto-populated with the corresponding...MoreLess

Like 0

Like

2 comments
Best reply

First of all, you'll need to have a change event for when the lookup attribute it selected, add something like this to the lookuip attribute: ...MoreLess

Show all comments (1)

Why is this not working? I am genuinely confuse.



Setting visibility using ESQ is not working. Am I missing something?

 

define("OpportunitySectionV2", ["ConfigurationConstants"], function(ConfigurationConstants) {
	return {
		entitySchemaName: "Opportunity",
		details: /**SCHEMA_DETAILS*/{}/**SCHEMA_DETAILS*/...

MoreLess

Like 1

Like

5 comments
Best reply

Solem Khan Abdusalam,

It's been a bit since I last tried this, but I've tried binding visible (and caption) of buttons in ActiveRowActions and...MoreLess

Show all comments (4)

Hi i want to make new duplicate search rule

I created a new workplace and added a new section. I wish it would look for duplicates for the records in this section. Which has the same order date, account and Opportunity

- created new order (object - zamowenia, add new order)

Like 1

Like

6 comments

Hello!



Please ensure that the duplicate search rules were added to the custom section according to the instruction.

The bulk duplicate search...MoreLess

Show all comments (5)

Hello community!

I need to set fields required based in values of a lookup at client side.

I was trying to test how isRequired works in attributes , but I found that the only way to work with it, is declaring the explicit value to True or False.

Tried to use a virtual column, and a method function,...MoreLess

Like 0

Like

3 comments
Best reply

Cesar Jaramillo,

Let's see what method of making fields required* dynamically actually works good – it is using rules/businessRules.

You ca...MoreLess

Show all comments (2)

In an edit page, we have fields that can be changed by the user or calculated by the page Javascript code, depending on specific circunstamces.

In this case we need to inhibit the attribute dependency method call, to make sure it is not called when the field is calculated by the page code, and not by the user.

Is it possible ?

Regards,

Like 0

Like

3 comments

Hi Ricardo,

Everything is simple - these specific circumstances should be included into the logic of custom method calls inside the JavaScript...MoreLess

Show all comments (2)

Changes on attributes dependencies are not being triggered on my detail edit page. Any reason for that ?

regards,

Like 0

Like

1 comments

Ricardo,

It's really hard to understand the issue completely without the code of the detail edit page and without the logic that the code represents...MoreLess

Show all comments



Dear Community,



I was wondering if there's a comprehensive list somewhere where we can find all the attributes for the schema page.

Some of the examples are:

- In diff we can add different things like

"operation": "delete",

                    "name": "",

                    "propertyName": "",

                    "parentName": "",

                    "values": {}

Where can I find a list of things I can put in the Diff and "values"?

Same thing for messages, attributes, ...



Thank you in advance!

Like 0

Like

3 comments

Hi Yosef,

You can find the chain of articles here that describes multiple schema configurations:

https://academy.creatio.com/documents/technic-sdk/7-16/introduction-3

The...MoreLess

Show all comments (2)

Can we add columns of an object to be selected in a custom lookup, similar to the data validation lookup? 

For e.g. in one lookup, can I have column Name, object and attribute where object = contact and attribute will have values as the columns in contact object.

Like 0

Like

1 comments

Dear Krishna, 



The mentioned data entry compliance lookup and it's functionality is build upon a few separate objects in "Completeness"...MoreLess

Show all comments