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)

Hello!

I have these 3 buttons that I want to hide or remove on a condition.

This is the code that removes them. 

If the Ownership Status (added in the attributes) is 'Inactive', then these buttons should dissapear.

Does anybody know how I can do this on a condition in diff?

Like 0

Like

2 comments
Best reply

First of all, rather than using operation: remove, change that to operation: merge, which will let you modify the properties of the element...MoreLess

Show all comments (1)

Hello team,

I was trying to replicate account photo functionality in a custom section. I noticed that the getAccountLogo method gets called twice. Please see below screenshot (Hello from getAccountLogo is repeated twice)



This is causing errors in my functionality. Can someone please check?

Like 0

Like

1 comments

Hi,

If you want to add a photo to your custom section then there is instruction on how to do it.

Take a look at this conversation, there yo...MoreLess

Show all comments

Hi community,

I try to display (or not) an element based on information found on the contact page of the connected user. I tried with a business rule but I only can choose the user connected and not its related objects and their attributes.

So I tried something like that in the methods :

		methods...

MoreLess

Like 0

Like

3 comments
Best reply

Hi Julien,

I cannot see the checkIfInHR method call on the init method execution, but I suppose you wanted to call it inside the "enabled"...MoreLess

Show all comments (2)



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)