• jdevia
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi, I need some help, how can I assign values to int or Double (currency) fields in a Contact.
 
The value that I'm trying to assign comes from a sql server column that is a nvarchar.
 
Line:
 
account.Activos = double.parse(rs["column"].toString());
 
Thanks..
  • April 06, 2006
  • Like
  • 0
Hi, following the sForce_API PDF, and trying to execute the CREATE call sample. I can't find a way to understand this line:

sObject[] records = new sObject[] {account};

I can´t understand the "... = new sObject[] {account};", how is the way to be done??

On my code source i have this on this way:
pruebaCreacionFeb3V1.sforce.SaveResult saveResults = ??????;

How do i populate the sobject array??

Thanks

(C#.net & Enterprise.wsdl)

Message Edited by jdevia on 02-03-2006 08:09 AM

  • February 03, 2006
  • Like
  • 0
Hi, I need some help, how can I assign values to int or Double (currency) fields in a Contact.
 
The value that I'm trying to assign comes from a sql server column that is a nvarchar.
 
Line:
 
account.Activos = double.parse(rs["column"].toString());
 
Thanks..
  • April 06, 2006
  • Like
  • 0
Hi, following the sForce_API PDF, and trying to execute the CREATE call sample. I can't find a way to understand this line:

sObject[] records = new sObject[] {account};

I can´t understand the "... = new sObject[] {account};", how is the way to be done??

On my code source i have this on this way:
pruebaCreacionFeb3V1.sforce.SaveResult saveResults = ??????;

How do i populate the sobject array??

Thanks

(C#.net & Enterprise.wsdl)

Message Edited by jdevia on 02-03-2006 08:09 AM

  • February 03, 2006
  • Like
  • 0