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.
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.
Ajithkumar Radhakrishnan wrote:
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-
PRAMOD JAIN wrote:
Sure I will go through.