-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
21Questions
-
14Replies
Force.com Consulting
Prosperworks LLC is a Sunnyvale based company with offshore development center in India. We provide consulting services for application development on the Force.com platform.
Propserworks provides end-to-end solutions that include customization, integration, and training to ensure successful roll-out of Salesforce.com. Our team of expert analysts, developers and administrators will work with you to move your custom processes and existing legacy applications to the cloud. Thus, Prosperworks reduces your capital and operational expenses while providing highly customized solutions to meet your needs.
Contact us at info@prosperworks.com.
- trish
- November 15, 2010
- Like
- 0
- Continue reading or reply
Auto resize panelgrid
I am trying to create a master-detail layout with a panelgrid. The grid would contain 2 columns, a list of contacts on left hand side and the contact detail on the right hand side. However, I would like the panelgrid to be auto resizable i.e.. on initial load, when only the contact list is displayed the panel grid would occupy 100% width. When a user chooses a specific record, the detail is displayed and the panelgrid columns autoresize to 50% width. Is this possible?
- trish
- May 12, 2010
- Like
- 0
- Continue reading or reply
Setting non-null values to null using update(), Partner WSDL
- trish
- March 04, 2010
- Like
- 0
- Continue reading or reply
Linefeeds with text email Template
- trish
- August 17, 2009
- Like
- 0
- Continue reading or reply
ERROR at Row:1:Column:132 unexpected token: WHERE
Hi,
I am trying to use a standardsetController in conjunction with standard list view. Since, my data base has more than 10,000 objects, if I do not LIMIT the number of records returned by the database.getQueryLocator method, then I get an error - Too many query locator rows: 10001
Here's the code snippet that returns the record set -
public ApexPages.StandardSetController setCon {
get {
if(setCon == null) {
setCon = new ApexPages.StandardSetController(database.getqueryLocator([SELECT name,Home_Phone__c,Work_Phone__c,Mobile_Phone__c,email__c,Email2__c,City__c from Candidate__c LIMIT 10000]));
}
return setCon;
}
set;
}
public List<Candidate__c> getCandidates() {
setCon.setPageSize(25);
return (List<Candidate__c>)setCon.getRecords();
}
However, if I add a LIMIT CLAUSE to my SOQL query, then, when I change the ListView filter to give me a list of objects where the state is set to "CA", I get the following error -
ORDER BY Name ASC LIMIT 10000 WHERE ((State__c = 'CA')) ^ ERROR at Row:1:Column:133 unexpected token: WHERE
- trish
- March 16, 2009
- Like
- 0
- Continue reading or reply
Web service callout failed: Unable to parse callout response - Amazon S3 CopyObject
Hi,
I am trying to integrate Amazon S3 and salesforce. I have created an Apex class from the S3 WSDl using WSDL2Apex. When the S3 copyObject method is invoked, I get the following exception
System.CalloutException: Web service callout failed: Unable to parse callout response. Apex type not found for element http://s3.amazonaws.com/doc/2006-03-01/=CopyObjectResponse
However, the object copy from one bucket to another is successful. Can somebody help me with understanding this exception?
I tried debugging the using Force.com IDE and the response seems to be the one expected for a successful COPY operation.
- trish
- March 04, 2009
- Like
- 0
- Continue reading or reply
.NET Web Service response exceeds 100KB size
- trish
- December 01, 2008
- Like
- 0
- Continue reading or reply
apex:inputTextArea , changing the height when richtext =true
- trish
- November 20, 2008
- Like
- 0
- Continue reading or reply
Apex:detail - Unknown runtime error
Message Edited by trish on 10-16-2008 01:31 PM
- trish
- October 16, 2008
- Like
- 0
- Continue reading or reply
EnhancedList
- trish
- October 14, 2008
- Like
- 0
- Continue reading or reply
Deployment / Data Migration Lead Position Available
Title: Deployment / Data Migration Lead
Duration: 6-12 months
Location: SF / Bay Area
Our client is moving their CRM application to Salesforce.com. The application deployment is in process. Now they need a Lead to take care of Data Migration initiative. This is a high visibility position that requires interaction with business owners, power users and the implementation team.
Qualification:
- 10-15 years of experience in IT/SDLC with at least 6-8 years in Lead / Managerial role
- Excellent verbal and written communication skills
- Experience in Leading large teams
- Ability to understand, implement and utilize processes
- Proven experience in leading data migration projects
- Experience in large scale data migration to SalesForce. The database is Oracle.
- Willingness to work extra hours as per project demands. There is provision for overtime in the budget.
- Good knowledge and experience in PM methodologies
- Ability to provide industry references during the hiring process
The compensation will be comparable to the best in the industry. This is a contract position with a possibility of it turning into a permanent role based on mutual interest.
If interested, please forward your profile to sunil.phatak@akraya.com
- trish
- September 23, 2008
- Like
- 0
- Continue reading or reply
Send Email to Custom Objects
- trish
- September 19, 2008
- Like
- 0
- Continue reading or reply
InputField Data Rendering
- trish
- August 21, 2008
- Like
- 0
- Continue reading or reply
Mail Merge fields on lookup/masterdetail relationship fields
- trish
- August 07, 2008
- Like
- 0
- Continue reading or reply
undefined message when there is only 1 record in a custom object
for(i=0;i<qr.records.length;i++)
{
....... Logic for displaying the record.....
- trish
- July 25, 2008
- Like
- 0
- Continue reading or reply
DuelingListBoxesElements Undefined
Message Edited by trish on 07-23-2008 10:26 AM
Message Edited by trish on 07-23-2008 10:26 AM
- trish
- July 23, 2008
- Like
- 0
- Continue reading or reply
Multiselect Lookup control
- trish
- July 23, 2008
- Like
- 0
- Continue reading or reply
Search text in attachments
I am new to SFDC and Apex code development. Is there a way to do a full text search on attachments using Apex/Force.com APIs ? Also, are there any kind of file operations (read/write) APIs?
Thanks
- trish
- July 11, 2008
- Like
- 0
- Continue reading or reply
Data Storage recommendations
We're developing an application on Force.com platform that will require a number of document attachments for various objects. We will be needing storage space and capabilities in addition to the default storage that comes with Force.com license. Appreciate any suggestions regarding third party data storage providers that has worked for other Force.com applications.
Thanks
- trish
- July 10, 2008
- Like
- 0
- Continue reading or reply
Force.com Developer Sandbox
Thanks,
Trish
- trish
- July 09, 2008
- Like
- 0
- Continue reading or reply
Setting non-null values to null using update(), Partner WSDL
- trish
- March 04, 2010
- Like
- 0
- Continue reading or reply
Javascript in VF Pages Corrupted By HTMLEncoding
This Javscript within a VF Page:
var dhtml = '<table>';
for(var i=0; i < objCollection.length; i++){
dhtml += '<div>' + objCollection[i].someProperty + '</div>';
}
dhtml += '</table>';
Is being HTML encoded and rendered to the browser as:
var dhtml = '<table>';
for(var i=0; i < objCollection.length; i++){
dhtml += '<div>' + objCollection[i].someProperty + '</div>';
}
dhtml += '</table>';
Does inline Javascript need to be wrapped in any particular apex control to disable HTML encoding?
I noticed apex outputText values can be wrapped in encoding macros, but I prefer not to emit inline javascript from controller properties.
Thanks in advance for any guidance you may be able to provide!
-Mike
- Mike Leach
- October 28, 2009
- Like
- 0
- Continue reading or reply
Linefeeds with text email Template
- trish
- August 17, 2009
- Like
- 0
- Continue reading or reply
ERROR at Row:1:Column:132 unexpected token: WHERE
Hi,
I am trying to use a standardsetController in conjunction with standard list view. Since, my data base has more than 10,000 objects, if I do not LIMIT the number of records returned by the database.getQueryLocator method, then I get an error - Too many query locator rows: 10001
Here's the code snippet that returns the record set -
public ApexPages.StandardSetController setCon {
get {
if(setCon == null) {
setCon = new ApexPages.StandardSetController(database.getqueryLocator([SELECT name,Home_Phone__c,Work_Phone__c,Mobile_Phone__c,email__c,Email2__c,City__c from Candidate__c LIMIT 10000]));
}
return setCon;
}
set;
}
public List<Candidate__c> getCandidates() {
setCon.setPageSize(25);
return (List<Candidate__c>)setCon.getRecords();
}
However, if I add a LIMIT CLAUSE to my SOQL query, then, when I change the ListView filter to give me a list of objects where the state is set to "CA", I get the following error -
ORDER BY Name ASC LIMIT 10000 WHERE ((State__c = 'CA')) ^ ERROR at Row:1:Column:133 unexpected token: WHERE
- trish
- March 16, 2009
- Like
- 0
- Continue reading or reply
Web service callout failed: Unable to parse callout response - Amazon S3 CopyObject
Hi,
I am trying to integrate Amazon S3 and salesforce. I have created an Apex class from the S3 WSDl using WSDL2Apex. When the S3 copyObject method is invoked, I get the following exception
System.CalloutException: Web service callout failed: Unable to parse callout response. Apex type not found for element http://s3.amazonaws.com/doc/2006-03-01/=CopyObjectResponse
However, the object copy from one bucket to another is successful. Can somebody help me with understanding this exception?
I tried debugging the using Force.com IDE and the response seems to be the one expected for a successful COPY operation.
- trish
- March 04, 2009
- Like
- 0
- Continue reading or reply
.NET Web Service response exceeds 100KB size
- trish
- December 01, 2008
- Like
- 0
- Continue reading or reply
apex:inputTextArea , changing the height when richtext =true
- trish
- November 20, 2008
- Like
- 0
- Continue reading or reply
Send Email to Custom Objects
- trish
- September 19, 2008
- Like
- 0
- Continue reading or reply
Returning Data from Pop up VF page to Parent VF Page
<script type="text/javascript">
{
var clt = window.open("{!$Page.clientlookup}?ctxt=client&ctid=clientid","lookup","width=750,height=390");
}
</script>
<apex:form id="frmpos">
<apex:pageBlock title="New Ticket" id="pos">
<apex:inputText value="{!clientId}" id="client"/>
<apex:commandLink onclick="openclient();return false();">
</apex:commandLink>
<apex:inputText id="clientid"/>
<script type="text/javascript">
window.opener.document.getElementById('clientId').value = '{!$CurrentPageReference.parameters.cid}';
alert('{!$CurrentPageReference.parameters.cid}');
return false;
</script>
<apex:pageblock title="Select Client">
<apex:pageBlockSection title="Client List" id="result">
<apex:outputPanel id="rlist" title="Result">
<apex:pageBlockTable value="{!searchresult}" var="clt" columns="5" id="list" width="100%">
<apex:column value="{!clt.Name}"/>
<apex:column >
<apex:facet name="header"><b>Client</b></apex:facet>
<apex:commandLink id="classtype" onclick="setvalue();">
<apex:param name="cid" value="{!clt.Id}"/>
<apex:param name="ccode" value="{!clt.Client__c}"/>
{!clt.Client__c}
</apex:commandLink>
</apex:column>
</apex:outputPanel>
</apex:pageBlockSection>
</apex:pageblock>
</apex:form>
- Shwetal Desai
- September 08, 2008
- Like
- 0
- Continue reading or reply
Mail Merge fields on lookup/masterdetail relationship fields
- trish
- August 07, 2008
- Like
- 0
- Continue reading or reply
undefined message when there is only 1 record in a custom object
for(i=0;i<qr.records.length;i++)
{
....... Logic for displaying the record.....
- trish
- July 25, 2008
- Like
- 0
- Continue reading or reply
Parser was expecting element 'http://schemas.xmlsoap.org/soap/envelope/:Envelope' but found ':html'
I am calling a external web service in a Visual force Controller and getting the following error:
Parser was expecting element 'http://schemas.xmlsoap.org/soap/envelope/:Envelope' but found ':html'
Any idea?
Thanks in advance,
NG
- Naresh
- July 18, 2008
- Like
- 0
- Continue reading or reply
Data Storage recommendations
We're developing an application on Force.com platform that will require a number of document attachments for various objects. We will be needing storage space and capabilities in addition to the default storage that comes with Force.com license. Appreciate any suggestions regarding third party data storage providers that has worked for other Force.com applications.
Thanks
- trish
- July 10, 2008
- Like
- 0
- Continue reading or reply