Hi,
Can anyone please tell if there is any inbuilt function available which converts accented letter to normal letter ( e.g è to be converted to e).
Thanks in advance!!
Best Regards,
Hi Biplab,
I don't believe there's a built-in function to do that, but it's doable with JavaScript for example.
Hello,
You can create your own client action and make it as a function, on your action define your input, and one output that will return the resulthere is a JavaScript code which you can use https://ricardometring.com/javascript-replace-special-characters
https://stackoverflow.com/questions/990904/remove-accents-diacritics-in-a-string-in-javascript
some Forge are also available check here - https://www.outsystems.com/forge/component-overview/9165/normalize-stringhttps://www.outsystems.com/forge/component-overview/10429/text-normalizerhttps://www.outsystems.com/forge/component-overview/12832/diacritics-accent-removal-server-sidehttps://www.outsystems.com/forge/component-overview/6766/remove-accents-diacritics
I hope this helps
Thanks
Hi Rúben, Tousif,
Thanks for your response. Actually I'm using web application (OS11) and this conversion need to be done inside a service module, so not sure if java script can be used there as binding Java script variable and OS variable will not be possible in service module I think.
Biplab
Did you try this extension that Tousif shared:
https://www.outsystems.com/forge/component-overview/12832/diacritics-accent-removal-server-side
It's server side.
Rúben