Can anyone tell me what are the events that we can use to trigger a handler code other than "clicked" on a button? for example hover-over, dropdown clicked, etc.?

Please specify the events that are already supported by creatio or if they require some customization to make them work.

Like 0

Like

1 comments

Hello Ahmad,

There is no such official documentation. Each business task needs to be reviewed separately to find the perfect solution. ...MoreLess

Show all comments

Hello Community,

I have created a button in a MiniPage which via the ProcessModuleUtilities executes a business proccess.

This business process has simple logic, its reponsible for opening a preconfigured page.

I want that when clicking the button, the preconfigured page is opened in a new Browser Window

How can that be achieved

Sasori

Like 0

Like

5 comments

Hello Sasori,

There is no option to achieve the task required in your case unfortunately even using NetworkUtilities or message sending...MoreLess

Show all comments (4)

Hello Creatio Community,

When clicking a button, we want to be directed on the City Edit page on a new broswer window, having the possiblity to add e new City.

How can this be achieved ?

Sasori

Like 0

Like

4 comments
Best reply

Hello Sasori,

This cannot be achieved in the current application version since there is no direct link to call on creating a new record...MoreLess

Show all comments (3)

Hello Creatio team,

How can i activate the Section Wizard option for the followin detail:

This feature is deactivated in the PlanningAccountDetailV2 schema part of Field package

I need to activate the wizard for this task:

Deactivate the filter that filters the accounts based on the selected employee.

Like 0

Like

2 comments
Best reply

Hello Sasori,

In order to deactive the filter based on employee it is just needed to click on the cross sign, and you will see all the accounts...MoreLess

Show all comments (1)

Hi there,

I made a button that call ProcessModuleUtilities on click. Once clicked, the callback is called and a BodyMask is shown but never hidden.

Here is the button :

			{
				"operation": "insert",
				"name": "GetAccountBtn",
				"parentName": "LeftContainer",
				"propertyName": "items",
				...

MoreLess

Like 1

Like

2 comments
Best reply

When you use a callback with ProcessModuleUtilities, you're responsible for clearing the mask in the callback function.  Add MaskHelpe...MoreLess

Show all comments (1)

Hello community!

I am going to change user type when button clicked, plaese help me ASAP!

define("ContactPageV2", [], function() {
	return {
		entitySchemaName: "Contact",
		attributes: {},
		modules: /**SCHEMA_MODULES*/{}/**SCHEMA_MODULES*/,
		details: /**SCHEMA_DETAILS*/{}/**SCHEMA_DETAILS*/,
		businessRules...

MoreLess

Like 0

Like

4 comments
Best reply

Hello,

Eugene in this community post shared an example on how to modify the lookup value from the client-side logic. Use the:

this.set("LookupName"...MoreLess

Show all comments (3)

Hello,

I am using the following link to create multi select from a detail using my custom sections.

https://academy.creatio.com/documents/technic-sdk/7-16/adding-multiple-…

whenever i add the following :

    mixins: {

            // Connecting the mixin to the schema.

            LookupMultiAddMixin: "Terrasoft.LookupMultiAddMixin"

        },

the detail does not display, when i remove it, the detail displays but i cannot add anything.

Did anyone face this kind of behavior ?

Maher.

Like 0

Like

3 comments

Hi maher,

What errors do you see in the browser console?

Ryan

Show all comments (2)