How to set a value to PickList() type field programmatically?
I'm doing the following, which is raising an error while creating a user.
new_Division is a custom attribute of systemuser Entity. If I need to set the "value", how can I get the associated value for a picklist?
I'm doing the following, which is raising an error while creating a user.
new_Division is a custom attribute of systemuser Entity. If I need to set the "value", how can I get the associated value for a picklist?
list = newPicklist();
newUser.new_division = newPicklist();
newUser.new_division.name = Division; //Division