[Ideas] Notification for any related activity in forum
I receive an email whenever there's an activity related to my post or comment on the forum. But would be better if there's a notification kind of feature anywhere on the site itself.
View Article[Forums] In-App Chat Mobile - How to make chat realtime
Just spent some time understanding how the In-App Chat Web component also works and it seems that there's an additional configuration you need to do in Firebase (also applicable to the In-App Chat...
View Article[Forums] Host Environment
Hi Chetan,Your personal area app can't be moved to another non personal environment, with IPP you can move apps among enterprise environments.Regards,
View Article[Forums] Change date format in whole application
Hi Stepan,You can use this forge component, and then place in your date time expressions the correspondent timezone.https://www.outsystems.com/forge/component/500/time-zone/?Unfollow=FalseRegards,
View Article[Forums] Change date format in whole application
This is the component I use mostly to handle timezones. Yes by default everything is in UAT. That's a pain. https://www.outsystems.com/forge/component/500/time-zone/And regarding the date format you...
View Article[Forums] Change date format in whole application
Hi everyone!I want to change the date format in the whole project. By default format is "YYYY-MM-DD". I want to change it to "DD-MM-YYYY".How to change time zones. I'm in Armenia(UTC+4), but...
View Article[Forums] Host Environment
Hi, you need to go to Menu Platform and sub menu IPP and follow the steps
View Article[Forums] Best Approach to develop a Container Like App in Outsystems
assif_tiger wrote:Hi,I have a specific requirement for developing an application, where the application will be 70% common for all clients but rest 30% will be a customize change in terms of behavior /...
View Article[Forums] Multiple mobile app
The solution we went for is that before the login we have two screens, one to choosing the coutry, and one of the coutries has an extra screen that is choosing the language (in my case between french...
View Article[Forums] Host Environment
I have developed the web application in the personal environment, I wanted to host this application into some other domain(Environment). Please let me know how this can be done.
View Article[Forums] how to compare two integers
Hi,I don't know if I understood what you want. But if you want compare IsAnswer with CheckAnsewer you can create a new column with as a result of If((IsAnswer - CheckAnswer) = 0,"equal","not equal"...
View Article[Forums] Time ban on users pressing a certain button more than 3 times
Eduardo Jauch wrote:Hello Daniel,The ban is personalized per user. What do you mean when you talk about "Environment level setting"?Cheers.Apologies for not getting back to you sooner, I had worked out...
View Article[Forums] Problem in Upload to External Database Maria DB
Hi Andre,This forum is about the OutSystems Platform. It seems your problem is non-OutSystems related, but instead it's in the code from the external API. We cannot help you with that.
View Article[Forums] Problem in Upload to External Database Maria DB
Hi Andre,I'm not a PHP expert but you might need to "escape" the file content when building the insert statement.Check this link for more info:...
View Article[Forums] Database size
Hi Gowtam,The number of records is not the metric: it's the total database size that counts. Iirc, a PE is limited to 1GB of storage. Of course, 10 million records of a single Attribute will occupy...
View Article[Forums] Time ban on users pressing a certain button more than 3 times
Joost Rutten wrote:The way i would solve this:- Create a table with 2 columns: Userid and timestamp- Encapsulate the API-call in a server-action- When calling this server action: - Check if there...
View Article[Forums] how to compare two integers
Hi Ankita,First, a couple of observations. For one, please type "answer" when you mean "answer", instead of "ans". It seems you're proficient enough in English, so use English. Secondly, naming: you...
View Article[Forums] Time ban on users pressing a certain button more than 3 times
The way i would solve this:- Create a table with 2 columns: Userid and timestamp- Encapsulate the API-call in a server-action- When calling this server action: - Check if there are 3 records in the...
View Article[Forums] Problem in Upload to External Database Maria DB
Hi Everybody,Our system need to upload file to external database (Maria DB), Maria DB has a BLOB datatype.From outsystems we are using BinaryToBase64 Converter and then pass the Base64 String to...
View Article