Hey, Community

I'm trying to implement a custom filtering logic for quickfiltering of records and to do the same i'm trying to retrieve the value  from the request using the crt.HandleViewModelAttributeChangeRequest. However, the value is being logged as Proxy(nt) due to security reasons.  I'm wondering if there's a way to bypass this limitation in order to obtain the desired result for a custom quick filter. I've attached some photos for reference.



Like 0

Like

4 comments

Hello Vishal,

 

Please clarify what task exactly you want to achieve. Do you need to get the filter itself?

Hey ,Oleg Drobina,

While entering the value in quick filter, dropdown values need to be filter based on first letter. 

For ex: if i enter 5 , it should show the values start with 5. 





thanks,

Vishal

 

vishal,

 

Understood, thank you!

 

As an option you can change the value in the StringColumnSearchComparisonType system setting to 0 and relogin to the app. In this case the filtration will be performed using the "Starts with" option. There is no inbuilt comparisonType property in the component metadata and the system setting is applied to all filters in the system (in this case if you need to use the "contains" option there should either an advanced filter used or use comparison with the % symbol "like '%5%')

Thank you, Oleg Drobina.

 

Show all comments

Hi Community!

 

Our customer needs to make SSL termination on their proxy server.



We have two systems in the network, prod and user acceptance test (uat).

It seems that a lot of resources like fonts and styles are linked with absolute and not relative URLs, because in the page source we see almost all references starting with the domain name and protocol, like this:

https:////core/5a163192eb90bfcad94b2f013ed4d38d/combined/all-combined.css



This makes problems when the proxy server is redirecting internally to an app hosted at HTTP://serverIP



The question is if there is any way to make the references all relative? Maybe a system setting?



Is there any general guidance for setting up creatio with proxy servers? I only found something for web farms in the deployment guide.



Thanks and BR,

Robert

Like 0

Like

1 comments

Hi Robert, 

 

Unfortunately we don't have practical examples of such implementation and base guides.

 

I've tried to search an answer to your question on Academy, but really everything I found the link you mentioned above: 

 

https://academy.creatio.com/docs/user/setup_and_administration/on_site_…

 

And some info about OData, where The WCF client operates via receiving the service metadata and creating client proxy classes:

 

https://academy.creatio.com/docs/developer/integrations_and_api/data_se…

 

It's will be a useful idea and as soon as we have any guide created by our Core R&D team it will be for sure available! 

 

Thanks!

 

Regards, 

 

Bogdan L.

 

 

Show all comments