Thanks for the video. It was great learning , could you please make a tutorial video to view the uploaded documents in a browser with the help of some forge components.
This was a great tutorial! Just wondering, since the _lib tables are temporary, how do we make sure that it doesn't clear out after user has uploaded their files?
Hi, Can you suggest forge component for getting notification after timer ends. like user will set reminder at a particular date and should get reminder.
@@OutSystemsHowTos Just like google calander we set reminder and get push notification in our mobile Similarly I want to get reminder at set time and should get reminder when app is closed also. Thanks.
@@shradhaparkhi3044 got it. So the end user part to implement screen is something you need to think about. This would depend on your app's flow. The guidance on technical part of sending push notifications can be found here success.outsystems.com/Documentation/How-to_Guides/Integrations/How_to_Use_Push_Notifications_with_OneSignal
@@OutSystemsHowTos Actually I assigned with already created project and I am getting lot of problems to understand that code. That's why I wanted to know "how that functionality is implemented? "
@@bhagyashreewakode6854 understood. OutSystems is a modern application development platform. It doesn't have code behind for developers to access/modify like in the traditional development (.Net, Java), rather it has visual models. I think you should start by learning OutSystems first. Once you know OutSystems, you can then easily understand the app you have. Check out the playlist of Getting Started with OutSystems.
Great thanks. Can you aslo share how to upload big file (may be 300mb) in outsystems? Cos it take too long loading time and sometimes got server timeout. Thx.
Hello, in studio, after you have opened the module, select the module name (the topmost) from the navigation tree on the right. Once selected, the properties section will show configurable properties at the module. Try setting a suitable time for "Server Request TimeOut". However, I do not recommend storing large files in the database
hello. good vid tutorial! can you do the submenu within the submenu the built-in menus in outsystems are limited to one submenu. it will help if we can have a multiple submenus :) thanks!
It's a good video, however the approach you have chosen is not the best. The files are stored in a temporary table that is cleared after 24 hours. I suggest following the approach the author is talking about in his video: th-cam.com/video/XbzyI8KLVRg/w-d-xo.html
Great tutorial, thank you!
Thanks for the video. It was great learning , could you please make a tutorial video to view the uploaded documents in a browser with the help of some forge components.
Great stuff. Just wondering if we could use listclear instead of looping in for the delete all client action.
Hi anurag, you absolutely can. and once you know these concepts, there could be even more ways to do one thing.
It's Cool Sir, I hope next you can explaint, how to create header menu and submenu in Outsystem.
Hi Abdul, I will try to create soon
Thanks very much
Hi Could you please let me know how we can implement dark & light mode in your app?
Hi Kumar, do you need to have dark mode in the app you develop using OutSystems or the dark mode in the service studio itself?
@@OutSystemsHowTos In our App
This was a great tutorial! Just wondering, since the _lib tables are temporary, how do we make sure that it doesn't clear out after user has uploaded their files?
very helpful, thank u
Hi, Can you suggest forge component for getting notification after timer ends. like user will set reminder at a particular date and should get reminder.
Hi Shradha, can I check what type of notification you're looking for?
@@OutSystemsHowTos Just like google calander we set reminder and get push notification in our mobile Similarly I want to get reminder at set time and should get reminder when app is closed also. Thanks.
@@shradhaparkhi3044 got it. So the end user part to implement screen is something you need to think about. This would depend on your app's flow. The guidance on technical part of sending push notifications can be found here success.outsystems.com/Documentation/How-to_Guides/Integrations/How_to_Use_Push_Notifications_with_OneSignal
@@OutSystemsHowTos Thank you
Thanks for usefull post. Is it possible this is not working using Adroid/IOS? It seems fine on computer but not in smartphone
Hi Luca, I haven't tried that on phone but there might be some nuances to using the plugin on phone
Hello, I am new to this technology. So will you please make the video on "How to read the code of Outsystems? "
Hello Bhagyashree, can I check why you need to "read" the code?
@@OutSystemsHowTos Actually I assigned with already created project and I am getting lot of problems to understand that code. That's why I wanted to know "how that functionality is implemented? "
@@bhagyashreewakode6854 understood. OutSystems is a modern application development platform. It doesn't have code behind for developers to access/modify like in the traditional development (.Net, Java), rather it has visual models. I think you should start by learning OutSystems first. Once you know OutSystems, you can then easily understand the app you have. Check out the playlist of Getting Started with OutSystems.
@@OutSystemsHowTos thanks for your valuable suggestions. I will do the same
Great video
Is it possible to use it with uploading multiple pictures? if so, what will change ?
Very Good
Did you take any online classes .if you teach any online classes... I will plan to join .
Great thanks. Can you aslo share how to upload big file (may be 300mb) in outsystems? Cos it take too long loading time and sometimes got server timeout. Thx.
Hello, in studio, after you have opened the module, select the module name (the topmost) from the navigation tree on the right. Once selected, the properties section will show configurable properties at the module. Try setting a suitable time for "Server Request TimeOut". However, I do not recommend storing large files in the database
hello. good vid tutorial!
can you do the submenu within the submenu
the built-in menus in outsystems are limited to one submenu. it will help if we can have a multiple submenus :) thanks!
Sure. let me give it a try
kaagi ka buang guro ya lods
It's a good video, however the approach you have chosen is not the best. The files are stored in a temporary table that is cleared after 24 hours.
I suggest following the approach the author is talking about in his video: th-cam.com/video/XbzyI8KLVRg/w-d-xo.html