Validation in Interactive Grid using Apex Collection in Apex 19

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 25

  • @tubesazzad
    @tubesazzad 5 ปีที่แล้ว

    Thank you very much for sharing the tutorial! I was looking for a similar solution for a while.

  • @AliAkbar-cl1wt
    @AliAkbar-cl1wt 4 ปีที่แล้ว

    Great example.i really really need this example.
    Great 👌👍

    • @OracleTestlab
      @OracleTestlab  4 ปีที่แล้ว

      Thanks for the comment, please subscribe and suggest your friends if you find the videos helpful.

  • @varshahr3174
    @varshahr3174 4 ปีที่แล้ว

    How the data is getting added to collection when you click on Add Row button in toolbar

    • @OracleTestlab
      @OracleTestlab  4 ปีที่แล้ว

      It’s done with the js in dynamic action. Initialized on load and then collection member is added with the javascript in dynamic action.

  • @MrSuperIbro
    @MrSuperIbro 5 ปีที่แล้ว

    Is there is any possibility to validate in interactive grid before submitting for example if you have
    invoice and you want to check the available quantity of item because this invoice may have about 15 items but once you click apply change you found there is too many item that there is no available quantity for it I mean (Validation like dynamic action one you Change the quantity the validation occurred ) maybe we can use Ajax callback . and there is some thing else if you want the item to be unique in this invoice

    • @OracleTestlab
      @OracleTestlab  5 ปีที่แล้ว

      you can check the values of the collection items with javascript and/or dynamic actions.

  • @MuhammadKhan-yj5fq
    @MuhammadKhan-yj5fq 5 ปีที่แล้ว

    Sure..
    I want to create a tabular form for accademic record. .. Before this form i have basic data form where the candidate can put his basic data and will create his login credential too.. That form will redirect him to the accademic tabular form...
    Here i want to get the id from basic login credential to save the accurate data related to the loginuser... Now can you help.

    • @OracleTestlab
      @OracleTestlab  5 ปีที่แล้ว

      You want to personalize data according to login credentials?

    • @MuhammadKhan-yj5fq
      @MuhammadKhan-yj5fq 5 ปีที่แล้ว

      Yes..
      Please understand the scenario first...
      I have a table called online_apply..
      Fields... Id, student_name, cell, email and password...
      This table will create basic data... When candidate will save his basic data then he will be able to login through his provided email and password by providing function in backend.
      Now as he will login he will redirect to the academic form..here i want to get his id as already login user..

    • @kalaiyarasanr1789
      @kalaiyarasanr1789 2 ปีที่แล้ว

      @@MuhammadKhan-yj5fq th-cam.com/video/Iit17WjyXeA/w-d-xo.html this is my channel. check this video, this will help you to sort out the requirement

  • @daxmlai
    @daxmlai 4 ปีที่แล้ว

    good knowledge i am have some confusion that you created region collection is it require to use the collection ?

    • @OracleTestlab
      @OracleTestlab  4 ปีที่แล้ว

      No, that's not required, I created that ti view the values of the collection members.

  • @daxmlai
    @daxmlai 4 ปีที่แล้ว

    I Got it and done it working fine but there is one question i want to ask. if i first entered DR 500 and remain two record of CR. 200,300 AND 500 Validation raise i remove record of CR.500 now both are okey but still validation raise because record exists in collection. how to handle this please guide me.

    • @OracleTestlab
      @OracleTestlab  4 ปีที่แล้ว

      Please check the code in dynamic actions.

    • @daxelai
      @daxelai 4 ปีที่แล้ว

      @@OracleTestlab
      Dynamic action on change event but when delete record than collection not updated.
      Sir can you guide me?

    • @OracleTestlab
      @OracleTestlab  4 ปีที่แล้ว

      @@daxelai I n the code I have deleted the existing member and then added new member. It should work.

    • @daxelai
      @daxelai 4 ปีที่แล้ว

      @@OracleTestlab
      My email dax.apex@gmail.com can you send me your contact on this mail I can send my application credential
      Can you help me to find out my error

    • @daxmlai
      @daxmlai 4 ปีที่แล้ว

      @@OracleTestlab sir, without change DR or Cr amount delete the record after validation raise i am 100% sure again validation raise error