11
Views
5
Comments
How to make a record appear within an input by placing code that reference at record?

Hii everyone!!! I am in the learning process and at this stage there are many doubts and tests of possibilities. Ayone who could help me wiht this information, i feel grateful.

How to make a record appear within an input by placing code that reference at record?

This image below will make it easier to undestand what i want.


Champion

Hi Francisco,

Better in ID to have a dropdown search for the user type and search (Know the ID of table is hard).

And after to present the information you need a query that will receive the ID selected by the user, this query should be triggered in the handler of OnSelected of the dropdown.

Regards

Thank you very much for the tip, but I don't want to use the dropdown, I want to use an input where the code is placed, it will return the name of the registered item, and the attribute will have a specific code.

Champion

The approach will be the same refered in my first comment!

Hii @FRANCISCO DOS,

Your one Id_Item  can have multiple records  means multiple moviement description because Item_registration to output_moviement entity having 1 to many (1-->*) relationship but in your UI form you can only show one record. firstly change your DB or UI you can show multiple records in table or list one Id_Item will give you multiple records from output_moviement entity.

are you missing something please confirm requirements first.


Thanks & Regards,

Sanjay Kushwah

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.