• Ivargu
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

 

How can i pass values form a string to multipicklist field.

I need to update a multipicklist field.

 

I have concatenated a list of values to a string as:

 

string str = '1; 2; 3; 4';

 

I thought of passing these values directly to the field but the field is not being updated.

Please let me know what needs to be done.

 

Hi..all
 
I am new to salesforce, plz reply me...thanks in advance
I have the following scenario.....
 
I have a custom object which contains a check box field. Upon selection of this checkbox, i need to update two fields on the Account Object. 
How can i do this?? any ideas. Currently we are using .NET
 
I thought of solving this by using Triggers. Any one plz give me an idea.........
 
Reply at your convienence. Thanks
 
 
  • June 11, 2008
  • Like
  • 0