117
Views
4
Comments
Solved
populate the value of other field automatically based on the given value.
Question

Hi,

How to populate the value of other field automatically based on the given value.

Example: If the ID of a Particular person is entered, then the "Department" and " Location" of the corresponding person based on that Id should be populated to the text box.

Thank you.

2019-12-07 10-53-52
Ajithkumar Radhakrishnan
Solution

Hi Nandini,


You can make use of Ajax call in the input box that you have defined to enter the id. ie., Onchange property will be available in the text box where you can create an action holding an aggregate to fetch the data based on id.

And then refreshing the container to display the data.

2019-04-18 15-23-21
Naina

Ajithkumar Radhakrishnan wrote:

Hi Nandini,


You can make use of Ajax call in the input box that you have defined to enter the id. ie., Onchange property will be available in the text box where you can create an action holding an aggregate to fetch the data based on id.

And then refreshing the container to display the data.


Thank you. 

2025-08-22 10-19-44
Pramod Jain
 
MVP

Hi Nandini,

You can do it like Ajith has suggested you.

These are very basic things make sure you have gone through the online video tutorial of Outsystems , they cover many basic things . if you don't please go through it . 



Regards,

-PJ-

2019-04-18 15-23-21
Naina

PRAMOD JAIN wrote:

Hi Nandini,

You can do it like Ajith has suggested you.

These are very basic things make sure you have gone through the online video tutorial of Outsystems , they cover many basic things . if you don't please go through it . 



Regards,

-PJ-


Sure I will go through. 

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