Solved

Dropdown list saving the ID instead of the project name

  • 5 August 2022
  • 3 replies
  • 32 views

My dropdown list is saving the ID instead of Name. Not sure why and how would i solve this , i dont want to purposefully save the 'Project Name' on the create method becuase i still need the ID later to populate some fields.

icon

Best answer by paulk 5 August 2022, 14:02

View original

3 replies

Userlevel 3
Badge +9

What property do you have specified for the value in the drop down SmartObject configuration?


 



Changing the property will set the value that is set when you call the save method, you can also drill down in to the SmartObject properties of the control to save any of the values for the selected item in the drop-down.


 



Cheersā€ƒ

Thank you @paulk feels like such a careless mistake i forgot to check .
We all miss things sometimes! Last week I spent 2 hours trying to figure out why some CSS was not changing a font only to realize I had a typo in the font name.

Reply