• beta3beta
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
We are experiencing some problems when trying to conect to the excel connector, we are not sure about the problem as we have already checked the requirements (latestet office edition, office toolkit3.0, and conector 6.16), is there any ports restrinction, or firwall setting that we should be aware of.
 
What other network securities or maybe consideration should we check?
 
In advance thanks for your support.
 
TRF
Why the excel connector for PE is password protected? Does anyone knows if this code is available for changing?
 
Any suggestion or comment on this will be appreciated.
 
THnaks
 
TRF
Hi,
 
I'm trying to create a new object. Here's part of my code:
 
   var dt    = new DynaBean("Descripcion_Tecnica__c");
   var currentTime = new Date();
   dt.set("Fecha_Solicitud_Viabilidad__c",currentTime);
 
However, sometimes the newly created object is set back one calendar day. For example, if i create the object today the field Fecha_Solicitud_Viabilidad__c will have the value 20/06/2006 4:02 PM instead of 21/06/2006 4:02 PM
 
can someone help me with this?
Hi,
 
I'm trying to create a new object. Here's part of my code:
 
   var dt    = new DynaBean("Descripcion_Tecnica__c");
   var currentTime = new Date();
   dt.set("Fecha_Solicitud_Viabilidad__c",currentTime);
 
However, sometimes the newly created object is set back one calendar day. For example, if i create the object today the field Fecha_Solicitud_Viabilidad__c will have the value 20/06/2006 4:02 PM instead of 21/06/2006 4:02 PM
 
can someone help me with this?