How to build a user profile page in OutSystems?

Поделиться
HTML-код
  • Опубликовано: 19 сен 2024

Комментарии • 24

  • @rexcel-g2k
    @rexcel-g2k 5 дней назад

    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)

  • @hinampak9916
    @hinampak9916 3 года назад

    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.

    • @OutSystemsHowTos
      @OutSystemsHowTos  3 года назад +1

      Hello Hin am, thanks. What are you're looking for is very similar to the file upload. Please see this video ruclips.net/video/_qWw3n68fJo/видео.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

    • @hinampak9916
      @hinampak9916 3 года назад

      @@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.

    • @hinampak9916
      @hinampak9916 3 года назад

      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.

    • @OutSystemsHowTos
      @OutSystemsHowTos  3 года назад +1

      @@hinampak9916 for that you can use any available plugin from forge. example this one www.outsystems.com/forge/component-overview/10147/html-document-viewer

    • @hinampak9916
      @hinampak9916 3 года назад

      @@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.

  • @SVerhaar
    @SVerhaar Год назад

    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)...

    • @josedavidnavia6455
      @josedavidnavia6455 Год назад

      Yeah, having the same issue, could you solve it? now i cant use the accounts i created

  • @suhastembhurne6182
    @suhastembhurne6182 2 года назад

    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

    • @OutSystemsHowTos
      @OutSystemsHowTos  2 года назад

      Glad to know Suhas. You can refer to this video for guidance on building dashboards ruclips.net/video/RETqAbtgILo/видео.html

    • @suhastembhurne6182
      @suhastembhurne6182 2 года назад

      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.

    • @OutSystemsHowTos
      @OutSystemsHowTos  2 года назад +1

      @@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.

    • @OutSystemsHowTos
      @OutSystemsHowTos  2 года назад

      you can watch this video to get an idea of how to implement filter. ruclips.net/video/rFv2lu_sbmY/видео.html

    • @dileshtembhurne5105
      @dileshtembhurne5105 2 года назад

      @@OutSystemsHowTos : THank you very much i think it should be work

  • @evafilipe6779
    @evafilipe6779 2 года назад

    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!

    • @OutSystemsHowTos
      @OutSystemsHowTos  2 года назад

      Hello Eva, OutSystems has a built-in end-user management app. Please see this video ruclips.net/video/eB5XJ_NiUtM/видео.html

  • @franciscoalves7098
    @franciscoalves7098 2 года назад

    I got one question how can i do the same, using modules, if the database is on other module

    • @tellaramakrishna7886
      @tellaramakrishna7886 2 года назад

      Manage dependencies!

    • @franciscoalves7098
      @franciscoalves7098 2 года назад

      @@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? 😅

  • @IanBrondial
    @IanBrondial 3 года назад

    I hope you can make a video how to add forgot password in the log in screen for mobile application

    • @OutSystemsHowTos
      @OutSystemsHowTos  3 года назад

      Hello Ian, hope this helps ruclips.net/video/5wyPvHp6h1U/видео.html

    • @kennybhawkins
      @kennybhawkins 2 года назад

      If you are good with outsystems I’ll pay to finish my app $100

    • @OutSystemsHowTos
      @OutSystemsHowTos  2 года назад

      Hello @@kennybhawkins Please do share some background of the app and where you are at. I might be able to just guide you.