How to do CRUD ( Create, Read, Update, Delete) operations in OutSystems without using scaffolding?

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 35

  • @miguelrubio8093
    @miguelrubio8093 Рік тому +2

    This has to be the simplest and most informative outsystems on youtube. Thank for this.

  • @do99uk9uk
    @do99uk9uk 2 роки тому +1

    this video is good to understand how outsystem work in a basic logic! Well done!
    please do more videos like this.

  • @rizwanali7890
    @rizwanali7890 2 роки тому +3

    This was really very helpful please make more video

  • @qyounus
    @qyounus 2 роки тому +1

    This video is much better than outsystem official page learning videos.

  • @Cordycep1
    @Cordycep1 2 роки тому +3

    I am not getting the same result , outsys did not created CustomerId input when creating a new screen from a link.

    • @miguelmarcal2255
      @miguelmarcal2255 2 роки тому

      Were you able to solve this? I'm having the same issue

    • @Cordycep1
      @Cordycep1 2 роки тому

      the fix to the link problem - the aggregate's value field: GetSalesLTCustomers.List.Current.SalesLT_Customer.FirstName - I use firstname as the link . So make sure you have .List.Current.. Hope that helps.

    • @Mystery-Customer
      @Mystery-Customer 2 роки тому

      me too

    • @matadorcorp6798
      @matadorcorp6798 2 роки тому +1

      you can create input manually. And then assign to id

  • @sabrinasiew7035
    @sabrinasiew7035 4 місяці тому

    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?

  • @bhainsley
    @bhainsley Рік тому

    Thanks for this video, team. When are you doing more videos?

  • @brunojacby
    @brunojacby 11 місяців тому

    Amaizing, thank you 🎉

  • @michkelanglo545
    @michkelanglo545 11 місяців тому

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

  • @afizmir4862
    @afizmir4862 10 місяців тому

    Amazing video. Tanks a lot man.

  • @varawatepratiksha8423
    @varawatepratiksha8423 11 місяців тому

    Can you send the documentation of this video?

  • @abhaytyagi2711
    @abhaytyagi2711 3 роки тому +1

    Great Video thanks for it.

  • @hnybtrwfls
    @hnybtrwfls Рік тому

    When I create Details screen there is no customerid created. How to solve this?

    • @OutSystemsHowTos
      @OutSystemsHowTos  Рік тому

      Make sure you have made customerID as the primary key in the data tab under Customer Entity

    • @muslimsattarov6080
      @muslimsattarov6080 Рік тому

      Same question 'customerid' is not created. After I create a New Screen, there's nothing under the 'Details'.

  • @ShravanMukkera
    @ShravanMukkera Рік тому +1

    very thanks bro ..

  • @souravde2029
    @souravde2029 2 роки тому +1

    Okay this was really good...

  • @erickaguila7399
    @erickaguila7399 3 роки тому +1

    Thank you so much

  • @oshaprimaadidaya4589
    @oshaprimaadidaya4589 2 роки тому

    Great Explanation, btw how can I solve this warning:
    "Security Warning
    You're exposing a database operation in the client side. Validate the data in a Server Action before changing the database."
    Thank you!

  • @matadorcorp6798
    @matadorcorp6798 2 роки тому

    Does the one by one delete, deletes from the database or only from the screen list?

  • @thiyagarajan98
    @thiyagarajan98 2 роки тому +1

    This is so cool! Thx bbro

  • @jessicaalbarracin791
    @jessicaalbarracin791 2 роки тому +1

    Muchas gracias!!!!

  • @vikrantkc7116
    @vikrantkc7116 3 роки тому +1

    Thanku so much..Sir..

  • @matadorcorp6798
    @matadorcorp6798 2 роки тому

    can we remove the data using soft delete? (Data will not be deleted from database)

    • @do99uk9uk
      @do99uk9uk 2 роки тому +1

      IMO you could do this with filter.. make a field with boolean value, example: isDeleted. if it is deleted, set it to true, otherwise false. and in the filter part, show data only with isDeleted value : false.

  • @vayamafernando
    @vayamafernando 7 місяців тому

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

  • @tuongduong.1710
    @tuongduong.1710 Рік тому

    Thanks bro

  • @fogodf1
    @fogodf1 2 роки тому +1

    Do on buying products.
    Orange price: $2
    Number of oranges: 3
    Total price: $6