Id instead of Label? March 09, 2020, 04:28:52 PM Inline Edit is correct after Saving or clicking the check its correct that it shows the label not the id but when i refresh the page the value goes back to id not the label how can i solve this thanks.... Quote Selected
Re: Id instead of Label? Reply #1 – March 10, 2020, 02:43:42 AM @dexbrian you either use the master-details on that field and forfeit the inline edit or you use a join statement to join the two tables, the down side is that you need to make both the Id field and name fields visible. Quote Selected