-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
10Questions
-
11Replies
Storing the result of HTTP response in a custom field of an custom object
Hai all,
Can anyone suggest me the way of storing the HTTP response in a custom field of that object.
Below is the response got which I am able to store in a string by parsing it
STATUS: 999 TO: 919844440404 MSGID: exira1234567890
Is there a way to store the same in the custom field of that object?Please help....
- Vandy7
- May 25, 2010
- Like
- 0
- Continue reading or reply
Retrieving fields of parent object
Hai all,
I have a lookup from my custom object(say,Project) with Contact(standard object) through the customfield contact__c.
Now,if I want to access the fields of Contact object through my custom object,how Can I do it?
I tried doing Project__c.Contact__r.Mobile,But it doesnt work.
Please help me figure it out.
- Vandy7
- May 17, 2010
- Like
- 0
- Continue reading or reply
Getting body of HTTP response
Hai all,
Can anyone suggest me the way of storing the body content of the HTTP response.
Plesae help me with this,its urgent....
- Vandy7
- May 14, 2010
- Like
- 0
- Continue reading or reply
Getting delivery reports for the message sent
Hai everyone,
I am able to send SMS to mobile phone using HTTP API form force.com platform.But I want delivery reports when the message is sent successfully.
Can anyone help me with this????????????????
Thanks in advance.
- Vandy7
- May 13, 2010
- Like
- 0
- Continue reading or reply
Accessing command link
- Vandy7
- May 10, 2010
- Like
- 0
- Continue reading or reply
Navigating to visualforce page
Hai everyone,
Can anyone suggest me a method to navigate to a visualforce page onclick of a custom button in force.com.
I am using a javascript function to navigate but the page opens in a new window.But I want it to be opened in the same window.
Thanks in advance.
- Vandy7
- May 07, 2010
- Like
- 0
- Continue reading or reply
Onclick of command button
Hai everyone,
I have a command button used in one visualforce page.Can I navigate to another visualforce page onclicking that command button.Please help...........
- Vandy7
- May 06, 2010
- Like
- 0
- Continue reading or reply
Accessing E-mail Template
Hello everyone,
I am a newbie to force.com platform.Can anyone suggest me the code for accessing email template through command button in visualforce page.
Thanks in advance.
- Vandy7
- May 06, 2010
- Like
- 0
- Continue reading or reply
Accessing E-mail Template
Hello,
Can anyone sugget me a way to access email template object.I want it to be accessed when i want to retrieve the template in the message field.
Thanks in advance.
- Vandy7
- May 06, 2010
- Like
- 0
- Continue reading or reply
{faultcode:'soapenv:Client', faultstring:'Attribute "xmlns"....
Hello,
var query = "Select LastName,FirstName,MobilePhone,Id from Contact where " + idCondition;
var result = sforce.connection.query(query);
var contacts = result.getArray("records");
The above piece of code shows the following error, {faultcode:'soapenv:Client', faultstring:'Attribute "xmlns" bound to namespace "http://www.w3.org/2000/xmlns/" was already specified for element "query".', }
Please help me to figure it it out.
Thanks in advance
- Vandy7
- May 05, 2010
- Like
- 0
- Continue reading or reply
Retrieving fields of parent object
Hai all,
I have a lookup from my custom object(say,Project) with Contact(standard object) through the customfield contact__c.
Now,if I want to access the fields of Contact object through my custom object,how Can I do it?
I tried doing Project__c.Contact__r.Mobile,But it doesnt work.
Please help me figure it out.
- Vandy7
- May 17, 2010
- Like
- 0
- Continue reading or reply
Getting delivery reports for the message sent
Hai everyone,
I am able to send SMS to mobile phone using HTTP API form force.com platform.But I want delivery reports when the message is sent successfully.
Can anyone help me with this????????????????
Thanks in advance.
- Vandy7
- May 13, 2010
- Like
- 0
- Continue reading or reply
Accessing command link
- Vandy7
- May 10, 2010
- Like
- 0
- Continue reading or reply
Navigating to visualforce page
Hai everyone,
Can anyone suggest me a method to navigate to a visualforce page onclick of a custom button in force.com.
I am using a javascript function to navigate but the page opens in a new window.But I want it to be opened in the same window.
Thanks in advance.
- Vandy7
- May 07, 2010
- Like
- 0
- Continue reading or reply
Accessing E-mail Template
Hello everyone,
I am a newbie to force.com platform.Can anyone suggest me the code for accessing email template through command button in visualforce page.
Thanks in advance.
- Vandy7
- May 06, 2010
- Like
- 0
- Continue reading or reply