Hello Community,

 

I have custom section with editable list designed based on solution described on post 

https://community.creatio.com/questions/editable-list-section-page

 

Now i'm looking possibility to add event handler on the value of the control is changed.

Let's look example of BaseLookupConfigurationSection/Field sales rules Lookup (because this is a similar case and similar schema code) :

Example scenario is to calculate End date after change Start date but before save record.

 

I see that attributes dependiencies doesn't work on section schema.

Can i inherite method somehow ConfigurationGrid.onUpdateItem  or do it in different way ?

 

Thanks,

Marcin Kott

 

 

Like 0

Like

1 comments

Hi Marcin,



You can use attributes on the page. easiest would be to create a detail using section wizard. It will create a detail schema and page schema for you. On the page schema you can use attributes (as in normal page) and dependencies. And this logic will trigger whenever you will be changing anything in the grid.



Also note that business rules and rules will work this way as well if you need those.



Regards,

Dmytro

Show all comments