- 111
- 873 582
OutSystems How-Tos
Singapore
เข้าร่วมเมื่อ 17 มี.ค. 2021
OutSystems How-tos is a channel for beginners who are keen to learn application development using the popular OutSystems Platform. The channel has newbie-friendly, tutorial-style, short videos which are ideal for not only getting the task done but also establishing an understanding of the key concepts, even if you just started learning OutSystems today.
We release new videos every week!
Feel free to follow along:
👍 Like | 💬 Comment | 🔔 Subscribe
We release new videos every week!
Feel free to follow along:
👍 Like | 💬 Comment | 🔔 Subscribe
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
You can also watch the vide on Sohel's channel: @SohelShekhash
มุมมอง: 5 694
วีดีโอ
How to use Dropdown Search without a Database table in OutSystems?
มุมมอง 8K2 ปีที่แล้ว
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.4K2 ปีที่แล้ว
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
มุมมอง 9K2 ปีที่แล้ว
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?
มุมมอง 11K2 ปีที่แล้ว
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?
มุมมอง 8K2 ปีที่แล้ว
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?
มุมมอง 14K2 ปีที่แล้ว
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.6K3 ปีที่แล้ว
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.7K3 ปีที่แล้ว
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.8K3 ปีที่แล้ว
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?
มุมมอง 6K3 ปีที่แล้ว
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?
มุมมอง 8K3 ปีที่แล้ว
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?
มุมมอง 3.2K3 ปีที่แล้ว
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?
มุมมอง 12K3 ปีที่แล้ว
Video shows how one can assign and reassign the roles programmatically. For the user creation part, plz watch this video first th-cam.com/video/cUqt0tD_Pi8/w-d-xo.html
How to build your own end users management app in OutSystems?
มุมมอง 4.9K3 ปีที่แล้ว
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 th-cam.com/video/eB5XJ_NiUtM/w-d-xo.html
How to implement radio buttons in OutSystems?
มุมมอง 13K3 ปีที่แล้ว
How to implement radio buttons in OutSystems?
How to implement rating stars in OutSystems?
มุมมอง 5K3 ปีที่แล้ว
How to implement rating stars in OutSystems?
How to use a range slider with interval in OutSystems?
มุมมอง 3K3 ปีที่แล้ว
How to use a range slider with interval in OutSystems?
How to use a range slider in OutSystems?
มุมมอง 3K3 ปีที่แล้ว
How to use a range slider in OutSystems?
How to create dropdown tags or dropdown multi-select in OutSystems?
มุมมอง 12K3 ปีที่แล้ว
How to create dropdown tags or dropdown multi-select in OutSystems?
How to create dropdown search in OutSystems?
มุมมอง 11K3 ปีที่แล้ว
How to create dropdown search in OutSystems?
How to integrate your mobile app with Google AdMob in OutSystems?
มุมมอง 2.2K3 ปีที่แล้ว
How to integrate your mobile app with Google AdMob in OutSystems?
How to show a loading button while waiting for response in OutSystems?
มุมมอง 5K3 ปีที่แล้ว
How to show a loading button while waiting for response in OutSystems?
How to add a wait or sleep logic in OutSystems?
มุมมอง 3.3K3 ปีที่แล้ว
How to add a wait or sleep logic in OutSystems?
How to develop multilingual apps in OutSystems?
มุมมอง 5K3 ปีที่แล้ว
How to develop multilingual apps in OutSystems?
How to connect with an external MS SQL database in OutSystems?
มุมมอง 10K3 ปีที่แล้ว
How to connect with an external MS SQL database in OutSystems?
How to use server actions for server side logic in OutSystems?
มุมมอง 5K3 ปีที่แล้ว
How to use server actions for server side logic in OutSystems?
How to use client actions for client side logic in OutSystems?
มุมมอง 4.2K3 ปีที่แล้ว
How to use client actions for client side logic in OutSystems?
I set the Timer for a Server Action, but it is not working at a scheduled time. I checked the Action itself and it works. I activated and ran the Timer from the Service Center as well, but it is not running. Why is it not working? What can be the reason?
Can you take multiple pictures
Great Work
Iam using but goes to the false branch woh we add touch id
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?
Do you have videos for mobile apps in ODC?
how can i fetch the data?
im stuck in rating value, i cannot see entities Rating that i make, the option just have "StartIndex" and "MaxRecord", can someone help me?
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 have accordion item inside list Having title, country, flag and delete Accordion should not expand on clicking delete icon alone What should I do
How to highlight the recent most clicked icon? Some way to distinguish other icons is required to know which screen is the user in.
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?
too fast, as a beginner
looking for using login using Linkedin Authentication, do you have a sample OML
it helps to solve my problem. thank you.
Good guideline to me
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?
thanks man:)
Great video sir, but i have question about the delete
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
How to capture age from birthdate. Suppose I need to get players from age under 16
Such An Amazing Explanation, Thank You So Much.
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
very informative veido thank you so much
Hi there! is it possible to start with one radio button option selected when you register for the first time?
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.
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
but now if i want to store these two values in a database, how to do it?
very helpful, thank u
Amazing video. Tanks a lot man.
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)?
Such a excellent and adorable explanation
Can you also create a video on how to "close popup" on ESC key or clicking outside the popup
What should I write in username and password sections?
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
I no longer get the logmessage suggestion when typing it in search
hi, nice video. Can we tracking URL on in-app browser plugin?
when i click link page ,its does not getting a new parameter by default.
Excellent video
Can you send the documentation of this video?
Amaizing, thank you 🎉
Hi! If I use screen template can I customize the design?
yes, you can customize .css style.
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?
can you share the link of this project?
I can't find the FieldDelimiter in config
How can I implement this in reactive? I have to convert the screen into pdf on click of click with data inside the pdf
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?
Sir, please make a video on how to hide records in-app,only show the login person self details
Sir, please make a video on how to hide records in-app,only show the login person self details
Sir, please make a video on how to hide records in-app,only show the login person self details