Hi community

Hello, how can I implement the selection of several categories for the subcategory?

For example: We have Sub A and we need to connect several categories to it ( Category1, Category2 and etc) It doesn’t matter how much. The method where I add one subcategory record for each category not suit me, as there will be a lot of records. There's another way: (If you wanted to do this without duplicating the sub categories, you’d need to develop a 1:many relationship where multiple parent categories can be added for a child sub category. Then you’d have to do the filtering in code rather than use business rules.) Do you have any examples so that I can implement it ?

I do all this in the Lookup Section in one of the lookup.

Like 0

Like

0 comments
Show all comments

Hello,

 

I have a lookup with certain columns. One of the column is a lookup and I need to filter this column based on certain conditions.

 

Is there an example of how to do this?

 

Thanks

Like 0

Like

3 comments

Hello Shivani,

 

If I understand your business task correctly, you would like to apply the filtration for lookup columns on some record page.

This can be achieved with a help of business rules functionality. 

More detailed information about it can be found in the below and related articles:

https://academy.creatio.com/docs/user/no_code_customization/ui_and_busi…



Should you have any questions, please let us know!

 

Best regards, 

Anastasiia

Anastasiia Zhuravel,

 

That was not my requirement. Apologies if I was not clear before. Let me try to state the use case again.

In the lookup section, I have a Lookup table as follows

The highlighted column is a Lookup pointing to SysModule table. I need to filter out certain sections and not show all the sections that comes in the pick list by default. Since the lookup section is different from other sections like Contact or Leads, I cannot use the solution you provided. 



I believe I need to create a client module to override BaseLookupConfigurationSection. It would be great if you could give me an example.



Thanks

Hi Shivani,

 

unfortunately this functionality is not possible at the moment. We will create a request for the  R&D department so they can develop this functionality in future releases.

 

Best regards,

Dariy

 

 

Show all comments