OutSystems How-Tos
OutSystems How-Tos
  • Видео 111
  • Просмотров 831 474
How to use the HighCharts library on OutSystems
In this video, Sohel explains how we can integrate the HighCharts JavaScript library into OutSystems to create amazing charts for your applications!
You can also watch the vide on Sohel's channel: @SohelShekhash
Просмотров: 5 291

Видео

How to use Dropdown Search without a Database table in OutSystems?
Просмотров 7 тыс.2 года назад
In this video, we teach you how to do dropdown searches without connecting to a database table. We'll use a local list variable to store your list of values, then we'll use the dropdown search component to quickly add the search functionality. This is a great way to capture data even from APIs without having to store them in a database table!
How to implement save as DRAFT in OutSystems?
Просмотров 3,2 тыс.2 года назад
Video shows one possible way of implementing Save as draft feature by using a flag in the main entity
How to edit an Excel File in OutSystems
Просмотров 8 тыс.2 года назад
In this video, we teach you how OutSystems can help you read an existing excel file then update the contents using the Advanced Excel Plugin from OutSystems Forge. You'll be able to update the file without having to recreate the spreadsheet!
How to use a date picker in OutSystems?
Просмотров 10 тыс.2 года назад
date picker widget can be used to create an input field for selecting a date or date range. video shows the implementation of it as a filter where user can select an start date and end date, then we filter data based on these dates
How to send an SMS in OutSystems?
Просмотров 8 тыс.2 года назад
One can easily send out SMSes by using the Twilio connector www.outsystems.com/forge/component-overview/610/twilio-connector Twilio also offers a free trial. More information here support.twilio.com/hc/en-us/articles/223136107-How-does-Twilio-s-Free-Trial-work-
How to implement multiple files upload in OutSystems?
Просмотров 14 тыс.2 года назад
The video shows an implementation of the Reactive Multiple File Upload plugin from forge www.outsystems.com/forge/component-overview/8411/reactive-multiple-file-upload The plugin is used for adding capability in your apps for allowing users to upload multiple files.
How to create many to many entity relationships in OutSystems?
Просмотров 3,4 тыс.2 года назад
you can create an intermediate entity that has foreign keys of both other main entities. this way you can implement many to many relationships.
How to create self reference entity relationships in OutSystems?
Просмотров 2,5 тыс.2 года назад
an entity can refer to itself, forming a self-reference. the video shows an implementation of it.
How to create one to one entity relationships in OutSystems?
Просмотров 3,6 тыс.2 года назад
see an implementation of 1-1 relationship. the video shows concepts from the data modeling side.
How to create one to many or many to one entity relationships in OutSystems?
Просмотров 5 тыс.2 года назад
the video shows an implementation of one customer having multiple addresses. the focus is on data modeling.
How to use in-app browser for opening external web pages in OutSystems?
Просмотров 8 тыс.2 года назад
The video shows how to use the in-app browser plugin www.outsystems.com/forge/component-overview/1558/inappbrowser-plugin for opening external web pages in your mobile apps
How to build a mobile app with LinkedIn like bottom bar navigation in OutSystems?
Просмотров 2,9 тыс.2 года назад
see how to implement a bottom bar navigation in a mobile app.
How to create a user and assign it a role programmatically in OutSystems?
Просмотров 12 тыс.2 года назад
Video shows how one can assign and reassign the roles programmatically. For the user creation part, plz watch this video first ruclips.net/video/cUqt0tD_Pi8/видео.html
How to build your own end users management app in OutSystems?
Просмотров 4,7 тыс.2 года назад
Watch this video to learn how to extend the system's Users entity to have your own end-users management within your app. For the usual end users management, watch this video ruclips.net/video/eB5XJ_NiUtM/видео.html
How to generate PDF in OutSystems?
Просмотров 13 тыс.2 года назад
How to generate PDF in OutSystems?
How to implement radio buttons in OutSystems?
Просмотров 12 тыс.2 года назад
How to implement radio buttons in OutSystems?
How to implement rating stars in OutSystems?
Просмотров 4,9 тыс.2 года назад
How to implement rating stars in OutSystems?
How to use a range slider with interval in OutSystems?
Просмотров 2,9 тыс.2 года назад
How to use a range slider with interval in OutSystems?
How to use a range slider in OutSystems?
Просмотров 2,8 тыс.2 года назад
How to use a range slider in OutSystems?
How to implement tabs in OutSystems?
Просмотров 6 тыс.2 года назад
How to implement tabs in OutSystems?
How to create dropdown tags or dropdown multi-select in OutSystems?
Просмотров 11 тыс.2 года назад
How to create dropdown tags or dropdown multi-select in OutSystems?
How to create dropdown search in OutSystems?
Просмотров 11 тыс.2 года назад
How to create dropdown search in OutSystems?
How to integrate your mobile app with Google AdMob in OutSystems?
Просмотров 2,1 тыс.2 года назад
How to integrate your mobile app with Google AdMob in OutSystems?
How to show a loading button while waiting for response in OutSystems?
Просмотров 4,8 тыс.2 года назад
How to show a loading button while waiting for response in OutSystems?
How to add a wait or sleep logic in OutSystems?
Просмотров 3,1 тыс.2 года назад
How to add a wait or sleep logic in OutSystems?
How to develop multilingual apps in OutSystems?
Просмотров 4,7 тыс.2 года назад
How to develop multilingual apps in OutSystems?
How to connect with an external MS SQL database in OutSystems?
Просмотров 9 тыс.2 года назад
How to connect with an external MS SQL database in OutSystems?
How to use server actions for server side logic in OutSystems?
Просмотров 5 тыс.2 года назад
How to use server actions for server side logic in OutSystems?
How to use client actions for client side logic in OutSystems?
Просмотров 4,1 тыс.2 года назад
How to use client actions for client side logic in OutSystems?

Комментарии

  • @rexcel-g2k
    @rexcel-g2k 3 дня назад

    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)

  • @letsdoit6438
    @letsdoit6438 19 дней назад

    Hi I have accordion item inside list Having title, country, flag and delete Accordion should not expand on clicking delete icon alone What should I do

  • @subrahmanyambharadwaj4691
    @subrahmanyambharadwaj4691 20 дней назад

    How to highlight the recent most clicked icon? Some way to distinguish other icons is required to know which screen is the user in.

  • @sabrinasiew7035
    @sabrinasiew7035 24 дня назад

    Great! Could you do a video on how to update only one record in one column in an entity through a button click in that row of record?

  • @iknow3335
    @iknow3335 25 дней назад

    too fast, as a beginner

  • @ShadyMansour-zx6yr
    @ShadyMansour-zx6yr 26 дней назад

    looking for using login using Linkedin Authentication, do you have a sample OML

  • @ThetSuTun-s5j
    @ThetSuTun-s5j Месяц назад

    it helps to solve my problem. thank you.

  • @nhantigerlego
    @nhantigerlego 2 месяца назад

    Good guideline to me

  • @MrFnog
    @MrFnog 2 месяца назад

    Thank you, please continue the good work and help for the comunity :) and can you please tellm what song do you use in your videos?

  • @bartomiejsadza5772
    @bartomiejsadza5772 2 месяца назад

    thanks man:)

  • @johnrusselibarra8821
    @johnrusselibarra8821 2 месяца назад

    Great video sir, but i have question about the delete

  • @amnakhan3329
    @amnakhan3329 3 месяца назад

    hi..how the antman u created is in user management?? can u make a vid how u integrate the application n user management?? this thing stuck my whole app kindly plz help in this case

  • @vayamafernando
    @vayamafernando 3 месяца назад

    How to capture age from birthdate. Suppose I need to get players from age under 16

  • @letsdoit6438
    @letsdoit6438 4 месяца назад

    Such An Amazing Explanation, Thank You So Much.

  • @mohamedsalmaan3471
    @mohamedsalmaan3471 4 месяца назад

    Bro How To Sort This Error Can You Pls Help Bro In The Above Video At The Time Of 8:21 You Have Given A Condition By Clicking Add Filter And I did The Same But For Me This Error Is Occuring Cannot apply '=' operator to 'Text' together with 'User' Pls Help Bro

  • @meghachikhale-jt1bj
    @meghachikhale-jt1bj 4 месяца назад

    very informative veido thank you so much

  • @miguelduarte.seguros
    @miguelduarte.seguros 5 месяцев назад

    Hi there! is it possible to start with one radio button option selected when you register for the first time?

  • @adangsaputra5614
    @adangsaputra5614 5 месяцев назад

    Hi, This is very good tutorial for new beginner like me. Anyways, could you please to share another tutorial with current update of outsystem in current year (2024)?? Thank you in advance.

  • @nothandokhumalo8057
    @nothandokhumalo8057 5 месяцев назад

    Hi How do I clear AccordionItem data? My application has a input that take a student number, when you click the button to submit the student number the first accordionItem shows a list of subjects for the student. When you click on a subject from the list accordionItem2 shows details of the subject such as test. Now my issue is when I want to retrieve data for another student without refreshing the while page accoedionItem2 still has the data for the first student, I want to make sure that my accordionItems are empty when i click the button to submit. Please assist, I am new to OutSystems

  • @techplatform5100
    @techplatform5100 5 месяцев назад

    but now if i want to store these two values in a database, how to do it?

  • @SwethaRajan-pu6ye
    @SwethaRajan-pu6ye 5 месяцев назад

    very helpful, thank u

  • @afizmir4862
    @afizmir4862 6 месяцев назад

    Amazing video. Tanks a lot man.

  • @rahulkrishnagunneri2541
    @rahulkrishnagunneri2541 6 месяцев назад

    Just like displaying the file names can you make an video to display the file content uploaded by the user (just an preview of the uploading data or file content features like file size, number of rows and columns etc)?

  • @letsdoit6438
    @letsdoit6438 6 месяцев назад

    Such a excellent and adorable explanation

  • @DhanushantBishnoiDSB
    @DhanushantBishnoiDSB 6 месяцев назад

    Can you also create a video on how to "close popup" on ESC key or clicking outside the popup

  • @lomonosovplan
    @lomonosovplan 6 месяцев назад

    What should I write in username and password sections?

  • @user-hm3qy3iq7x
    @user-hm3qy3iq7x 6 месяцев назад

    When you are dragging and dropping the customer entity in the screen how does automatically create 2 screen customer and customer detail screen will it not create just one screen

  • @TronNg-g6r
    @TronNg-g6r 7 месяцев назад

    I no longer get the logmessage suggestion when typing it in search

  • @BintangIndraM
    @BintangIndraM 7 месяцев назад

    hi, nice video. Can we tracking URL on in-app browser plugin?

  • @michkelanglo545
    @michkelanglo545 7 месяцев назад

    when i click link page ,its does not getting a new parameter by default.

  • @mohammadmz1058
    @mohammadmz1058 7 месяцев назад

    Excellent video

  • @varawatepratiksha8423
    @varawatepratiksha8423 7 месяцев назад

    Can you send the documentation of this video?

  • @brunojacby
    @brunojacby 7 месяцев назад

    Amaizing, thank you 🎉

  • @krizzaa8710
    @krizzaa8710 8 месяцев назад

    Hi! If I use screen template can I customize the design?

    • @MrDionmar
      @MrDionmar 5 месяцев назад

      yes, you can customize .css style.

  • @krizzaa8710
    @krizzaa8710 8 месяцев назад

    Hi if I added customized CSS class for each template how can I use it if example: I only needed the Home page template from this template module and I don't need the other templates Should I manually grab the css block from the theme?

  • @shifaasif5540
    @shifaasif5540 8 месяцев назад

    can you share the link of this project?

  • @shifaasif5540
    @shifaasif5540 8 месяцев назад

    I can't find the FieldDelimiter in config

  • @hakimtai5030
    @hakimtai5030 8 месяцев назад

    How can I implement this in reactive? I have to convert the screen into pdf on click of click with data inside the pdf

  • @muslimsattarov6080
    @muslimsattarov6080 8 месяцев назад

    Very useful, thank you very much! The only thing I thought about is that in this case a registered user gains access to all my outsystems apps, can I restrict users of this app to only this app?

  • @hitendrasinghshekhawat4526
    @hitendrasinghshekhawat4526 9 месяцев назад

    Sir, please make a video on how to hide records in-app,only show the login person self details

  • @hitendrasinghshekhawat4526
    @hitendrasinghshekhawat4526 9 месяцев назад

    Sir, please make a video on how to hide records in-app,only show the login person self details

  • @hitendrasinghshekhawat4526
    @hitendrasinghshekhawat4526 9 месяцев назад

    Sir, please make a video on how to hide records in-app,only show the login person self details

  • @pedromiguel1322
    @pedromiguel1322 9 месяцев назад

    Thank you so much! This was exactly what I wanted!

  • @carolsOliveir
    @carolsOliveir 9 месяцев назад

    Hello! Could you please make a video explaining how to use GitHub with Outsystems?

  • @mayank4459
    @mayank4459 9 месяцев назад

    Sir how can I upload bigger excel file???

  • @ApexMissingApe
    @ApexMissingApe 10 месяцев назад

    I really appreciate you putting this video together. It's has helped me a lot in my project. Do you know if it's possible to have a 'dropdown search' cascade/link to a regular dropdown?

  • @Akashjadhav-dy6dj
    @Akashjadhav-dy6dj 10 месяцев назад

    Hello sir how to manage Login Session in Android Application in OutSystem Just like we store data in our Native Android Apps

  • @Akashjadhav-dy6dj
    @Akashjadhav-dy6dj 10 месяцев назад

    Hello sir how to manage Login Session in Android Application in OutSystem Just like we store data in our Native Android Apps

  • @Akashjadhav-dy6dj
    @Akashjadhav-dy6dj 10 месяцев назад

    Hello sir how to manage Login Session in Android Application in OutSystem Just like we store data in our Native Android Apps