Write Data

Certified Associate Developer

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.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    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. 

Reply
  • 0
    Certified Lead Developer

    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. 

Children