hi, i am very grateful for your lecture. currently i have problem when update profile my Name, Username and Password are null, any idea to solve this problem?
Hi, thank you for your tutorial! However, when I change/add any UserProfile attributes in the UserProfile screen, it sets all the other values to null (including username and password)...
@@tellaramakrishna7886 done that, i turned the entitys public, but that aint valid because if i turn public to one user then every user got acess to it, ... Does this males sence? 😅
Hello! Your video is great! Im a beginner in OutSystems. How did you loggin in the login page? I don't know what information i have to give on User and Password. Thanks!
Hello sir, First thankyou for creating very useful video, I want to go next level, I had create many users but now I want to create dashboard screen for all, How we create Please if possible so create one video for that. Thanks
Hi, I want to create Page for all user but different user has different data so how can I display it on screen . eg, If I registered 100 user then dashboard report for 100 user is different. So how I create it.
@@suhastembhurne6182 if its only about data, then in your database design you should be storing data/records for different users (think how you identify which records are for which user). Then while showing it on a dashboard you just have to add a filter in your query to filter the results for current logged-in user only.
Hi Sir, thank you for these tutorial videos. Appreciated all the effort. If possible, in your next tutorial, can you show us how to upload / import binary data (image.jpg/png or documents.doc/excel) , save it to database/local then display it to screen or web block with same format or as html. Hope you can show us a sample application with these functionality, thank you so much.
Hello Hin am, thanks. What are you're looking for is very similar to the file upload. Please see this video th-cam.com/video/_qWw3n68fJo/w-d-xo.html For displaying the images, after retrieving the images from DB, use the image widget on the screen and change its property for "type" to binary data. Give it a try and let me know
@@OutSystemsHowTos thank you for your suggestion. I've tried it. It works on images, like jpg, png, etc. But how about showing the preview or displaying the content for doc / docx / xls files? Is there to a way to display their content using only the widgets available? thank you for your advise.
Basically I what i want to do are the following - Upload a file. Save the file in DB. Display the list of saved files from db in a screen or block. On click on the file name, display the content to either a block or container o widget.
@@hinampak9916 for that you can use any available plugin from forge. example this one www.outsystems.com/forge/component-overview/10147/html-document-viewer
@@OutSystemsHowTos thank you so much, you help a lot. I will try your suggestion, but currently i am looking into this reactive web previewer from forge. Thank you, more power to your channel. Already subscribed.
can you do a login page that can direct to two different page if there are two roles which are admin and user (i only need the logic in the button)
hi, i am very grateful for your lecture. currently i have problem when update profile my Name, Username and Password are null, any idea to solve this problem?
Hi, thank you for your tutorial! However, when I change/add any UserProfile attributes in the UserProfile screen, it sets all the other values to null (including username and password)...
Yeah, having the same issue, could you solve it? now i cant use the accounts i created
I got one question how can i do the same, using modules, if the database is on other module
Manage dependencies!
@@tellaramakrishna7886 done that, i turned the entitys public, but that aint valid because if i turn public to one user then every user got acess to it, ... Does this males sence? 😅
Hello! Your video is great! Im a beginner in OutSystems. How did you loggin in the login page? I don't know what information i have to give on User and Password. Thanks!
Hello Eva, OutSystems has a built-in end-user management app. Please see this video th-cam.com/video/eB5XJ_NiUtM/w-d-xo.html
I hope you can make a video how to add forgot password in the log in screen for mobile application
Hello Ian, hope this helps th-cam.com/video/5wyPvHp6h1U/w-d-xo.html
If you are good with outsystems I’ll pay to finish my app $100
Hello @@kennybhawkins Please do share some background of the app and where you are at. I might be able to just guide you.
Hello sir,
First thankyou for creating very useful video,
I want to go next level, I had create many users but now I want to create dashboard screen for all,
How we create
Please if possible so create one video for that.
Thanks
Glad to know Suhas. You can refer to this video for guidance on building dashboards th-cam.com/video/RETqAbtgILo/w-d-xo.html
Hi,
I want to create Page for all user but different user has different data so how can I display it on screen .
eg, If I registered 100 user then dashboard report for 100 user is different. So how I create it.
@@suhastembhurne6182 if its only about data, then in your database design you should be storing data/records for different users (think how you identify which records are for which user). Then while showing it on a dashboard you just have to add a filter in your query to filter the results for current logged-in user only.
you can watch this video to get an idea of how to implement filter. th-cam.com/video/rFv2lu_sbmY/w-d-xo.html
@@OutSystemsHowTos : THank you very much i think it should be work
Hi Sir, thank you for these tutorial videos. Appreciated all the effort. If possible, in your next tutorial, can you show us how to upload / import binary data (image.jpg/png or documents.doc/excel) , save it to database/local then display it to screen or web block with same format or as html. Hope you can show us a sample application with these functionality, thank you so much.
Hello Hin am, thanks. What are you're looking for is very similar to the file upload. Please see this video th-cam.com/video/_qWw3n68fJo/w-d-xo.html For displaying the images, after retrieving the images from DB, use the image widget on the screen and change its property for "type" to binary data. Give it a try and let me know
@@OutSystemsHowTos thank you for your suggestion. I've tried it. It works on images, like jpg, png, etc. But how about showing the preview or displaying the content for doc / docx / xls files? Is there to a way to display their content using only the widgets available? thank you for your advise.
Basically I what i want to do are the following - Upload a file. Save the file in DB. Display the list of saved files from db in a screen or block. On click on the file name, display the content to either a block or container o widget.
@@hinampak9916 for that you can use any available plugin from forge. example this one www.outsystems.com/forge/component-overview/10147/html-document-viewer
@@OutSystemsHowTos thank you so much, you help a lot. I will try your suggestion, but currently i am looking into this reactive web previewer from forge. Thank you, more power to your channel. Already subscribed.