• Diane12345
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 1
    Replies
Hi!
 
I want to define a buttom (ccontrol)  that opens a task of a certain recordtype in
edit mode and pre-pupulate certain custom and standard fields.
 
Must be something like
 

var URL = "/" + id + "/e?retURL=/{!Contact_ID}&who_id={!Contact.Id}&what_id={!Contact.AccountId}"

How do I pass the record type?

What is the syntax for the name of my custom and for other standard fields?

What must I also look after?

 

Is there any kind of doku? FAQ where I get more Information?

Thanks for any hint....

Diane

tmg, Germany

Hi!
 
I'm developing scontrols in Java Script. It is quite simple to jump at the end to a newly created object,
e.g.
window.parent.parent.location.href = myNewObjectId;
 
but how can I jump directly to the Object in edit mode? (so that the user can go on editing this object) 
Is this possible? How?
 
Thanks
 Diane
 
 
Hi!
 
For generating proposals I need a signature as grafic (or link to the grafic)
in the user object.
 
It would certainly be possible to generate a custom field with type text(18)
and load in the id of the tif stored as document in Salesforce.
 
However the customer will maintain Salesforce users in future on their own 
and needs a possibility to link a user and an image document together on
his own (and not programmatically). How can I do this?
 
 
Thanks for help
 Diane
 
 
Hi!

When I call the dataloader from command line (to insert 1000 items
and more)I get thousends of debug messages in my command shell.
Can I switch off this kind of logging some where?
(inserting does not perform because of all the output).

2nd question (this has already be ask by someone about a month ago,
but was never answered):
After inserting the items, the config.prop-File is recreated and the
passwort is gone. Why this? Is there any way to avoid this other
than copying an original file after each insertion?

Thanks a lot
Diane
Hi!

Just developed a small application that is transfering data from
Baan to Salesforce. It's running fine here in my test environment.

However at customer site there is a proxy that has to be conntected
to get outside.
I'm not a expert for all the soap-connecting stuff and it just worked,
copying it from the samples but how do I have to change the code to
connect via a proxy?
Can someone give me a detailed (Java) code example?

Thanks a lot
Diane
Hi!

We developed a little application that fetches data from salesforce and runs
quite well here in our office.
However at customer site I do not manage to get it run. They have a network configured with proxy but even if the application access directly the IP of salesforce it does not connect to Salesforce - have some errors like:

java.net.NoRouteToHostException: No route to host: connect
at com.com.tmg.prog.ExchangeDataWithSalesforce.login(ExchangeDataWithSalesforce.java:542)
at com.com.tmg.prog.ExchangeDataWithSalesforce.main(ExchangeDataWithSalesforce.java:245)

Can someone point me to any docu where I have an overview of how configurating
the network together with salesforce? Any other hint?

Thanks
Diane
tmg - Germany
Hi!
 
I'm developing scontrols in Java Script. It is quite simple to jump at the end to a newly created object,
e.g.
window.parent.parent.location.href = myNewObjectId;
 
but how can I jump directly to the Object in edit mode? (so that the user can go on editing this object) 
Is this possible? How?
 
Thanks
 Diane