• venkatesh 44
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi

Every one

I have this question how can i get the coordinates from the google map

based on our address
then the response will be in formate of JSON
 
 
please can any one tel me how can we do that.
 
Thanks Advance
evry one.

Hi am very new to apex am writing small program "fetch the account name from the account records by passing phone numer" am geting this erroe

 

Non-void method might not return a value or might have statement after a return statement. at line 7 column 1

 

my program

 

public class Fetch_Account_Name_From_Phone
{
public set<string>Fetch_Acc_Name(String p){
set<String> s1=new set<String>();

List<Account> acc=[select name from Account ];
for(Account a:acc)
{
String s=a.name;
s1.add(s);
System.debug('0019000000Btg2c'+s1);
return s1;

}
}
}

 

please can any one tel me how can i solve this problem

Hi

frnds,

 

Am new to web services i dnt know any thing about webserivces ,

I have some doubts in webservices 

plz gve sugeestion to me

 

1. what is web services?

2. why we use web serivces?

3.what is the best way to learn webservices

4.if any one have regarding books or pdf for webservices plz send to me

5.throgh webservices how we conncect one organization to anther organtion

 

 

plz any one give me idea about these question

 

Thank u for advance all my frnds....

Hi

frnds,

 

Am new to web services i dnt know any thing about webserivces ,

I have some doubts in webservices 

plz gve sugeestion to me

 

1. what is web services?

2. why we use web serivces?

3.what is the best way to learn webservices

4.if any one have regarding books or pdf for webservices plz send to me

5.throgh webservices how we conncect one organization to anther organtion

 

 

plz any one give me idea about these question

 

Thank u for advance all my frnds....

Hi

frnds,

 

Am new to web services i dnt know any thing about webserivces ,

I have some doubts in webservices 

plz gve sugeestion to me

 

1. what is web services?

2. why we use web serivces?

3.what is the best way to learn webservices

4.if any one have regarding books or pdf for webservices plz send to me

5.throgh webservices how we conncect one organization to anther organtion

 

 

plz any one give me idea about these question

 

Thank u for advance all my frnds....

Hi

frnds,

 

Am new to web services i dnt know any thing about webserivces ,

I have some doubts in webservices 

plz gve sugeestion to me

 

1. what is web services?

2. why we use web serivces?

3.what is the best way to learn webservices

4.if any one have regarding books or pdf for webservices plz send to me

5.throgh webservices how we conncect one organization to anther organtion

 

 

plz any one give me idea about these question

 

Thank u for advance all my frnds....

hi,

 

i want to develop one java application to send mail from the program. Please help me how to get mail.smtp.username and password

what is the main differnce between this

 

Text

html with letter head

custom without letter head

visualforce

 

 

where we use all please can any one tel me with an exapmle

what is the main differnce between this

 

Text

html with letter head

custom without letter head

visualforce

 

 

where we use all please can any one tel me with an exapmle