Skip to main content
November 22, 2022
Question

Write Data

  • November 22, 2022
  • 2 replies
  • 0 views

Hello Everyone,
This is AEW live build challenge demo. I want to write the value to WINNER_COUNTRY_ID OF the database table WC_COUNTRY.
I want to select the country name from WC_COUNTRY.
Can you give me some ideas how to work on this process.

    2 replies

    aparajitas0002
    November 23, 2022

    There is no use case as such in the live build challenge but to write the winner in match table, you would map the primary key of country table. What you can do is show the two countries of the match as options (radio button/card/dropdown) on an interface--> submit and write the country selected in the winner column.

    This could be a related action on the match record to update the winner of a match. 

    November 28, 2022

    Thank you, Also can you please tell me how to add images in the read-only grid from the database. I tried all different options as a!imagefield, a!webimage, also the link but it showed blank.