-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
2Questions
-
2Replies
SOQL as URL Parameter
Hi,
I want to know if i could pass a dynamic SOQL string as a parameter in url.
String soql = 'Some generated soQL Query' ;
Public String getPageURL() {
PageReference pr = Page.QUICKSEARCH;
pr.getParameters().put('query' , soql);
pr.getURL();
}
I want to know if this causes any problem with speacial characters. WIll this work in all cases? Has any one tried this? And is this a proper way(Can i send a query string as url param)?
Thanks
Bramha
-
- bramha
- October 05, 2012
- Like
- 0
- Continue reading or reply
Error while creating a picklist field
Hi,
I am getting an error message : "Duplicate Values are not allowed" while trying to save a field with the picklist values below.
-
- bramha
- May 05, 2011
- Like
- 0
- Continue reading or reply
Sync problem - Salesforce for Outlook
Hi all,
I have encountered the following error while syncing contacts between Salesforce and Outlook:
"Unable to access Salesforce field MailingState. Check that you have the correct permissions for this field."
Does anyone have an idea why is this happening?
Thanks in advance!
- Davorin
- October 11, 2011
- Like
- 0
- Continue reading or reply
Error while creating a picklist field
Hi,
I am getting an error message : "Duplicate Values are not allowed" while trying to save a field with the picklist values below.
- bramha
- May 05, 2011
- Like
- 0
- Continue reading or reply