• SFDC-cloud
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 20
    Questions
  • 7
    Replies

Is there a way to parse the file into better readable form or in a tabel 

Total number of SOQL queries issued issues per transcation / request while loading a Visual force Page?

Is there way to archieve dev log file ?

 

Thanks

Any idea on performance test recommendations in Salesforce.com ?

Hi All,

 

We are working to come up with document that could help us, if any client has perfromance issue and what should be the performance expectations with Salesforce.com/Force.com

 

any documnet or link will be helpful.

 

In all stages of SDLC from proformance point what should be consider or what are guidelines ? any link or document will be helpful.

 

Thanks 

Start Date : ASAP

Long term 

 

We need SFDC QA , location bay area .

 

Please contact ramesh@horizcons.com or 20670881855

Need Bigmachines Developer . 

 

Start ASAP

 

 

Role: Visualforce developer (SFDC)
Location: Bay Area, CA
Duration: Long Term
Start date: IMMEDIATE
In person after phone screen...
Need candidate only with 401 or 501 certification.
 
MINIUMUM QUALIFICATIONS:
 
·         Computer Science degree or a related area education
·         7+ years of programming/systems analysis experience. 
·         3+ years of experience on SFDC customization, Force.com Design, Development and deployment. 
·         Solid Experience in SQL.
·         Experience on Visual force pages, Apex programming, Triggers, Reports and Dashboards. 
·         Experience on Web services and Salesforce to .Net web service integration. 
·         Solid SQL experience. 
·         Agile software experience 
·         Self-starter in a dynamic and fast paced environment.
Email : ramesh@horizcons.com or call 4195811407

We  have two openings. 

Location SFO , Ca

 

Candidate MUST HAVE:

5+ years of c#/java and .net and/or asp.net development experience

SFDC developer – they prefer DEV 501 and at LEAST 3+ years of SFDC architecture/design and development.

Experience with the SFDC developer toolkit

 

email your resume to ramesh@horizcons.com

Email your resume to ramesh@horizcons.com   Salesforce Developer opportunity

Location: Bellevue, WA
Start: ASAP
Pay Rate: Market
Logistics: Onsite 

KEY QUALIFICATIONS:
• Understanding and ability to support integration of Salesforce with other third party solutions 
• Ability to manage the SF instance using the standard aspects of the Salesforce Setup menu 
• Ability to create and manage custom objects, fields, and formulas 
• Ability to develop and maintain custom reports 
• Ability to develop and maintain dashboards 
• Ability to develop and maintain validation rules and custom workflow 
• Audit, uncover and resolve data integrity issues 
• Complete bulk imports of data 
• Batch reassignment of accounts and opportunities based on organizational changes 
• Recommend, implement, test, and deploy Visualforce pages 
• Recommend, implement, test, and deploy Apex classes and triggers 
• Advanced Excel capabilities and related data manipulation a plus 
• Experience with Apex programming language, VisualForce development, report writing software and Salesforce.com certification a plus 
• Working knowledge of SQL.
• Knowledge of HTML4/5 and CSS2/3.
EDUCATION:
• 3+ years’ experience with Salesforce.com development preferred 
• Demonstrated academic excellence. Bachelor’s degree in business or technology field or equivalent work experience

I am trying to display the data returned by the below query but not successfull, 

 

SELECT ID,Name, (SELECT Opportunity.amount FROM OpportunityContactRoles Order BY Opportunity.CloseDate DESC Limit 1 ) FROM Contact Where Lead_Source_Contact__c ='abc'

 

How can I display opportunity.amount using visualforce ?

 

<apex:pageBlockTable value="{!searchResults}" var="o" rendered="{!NOT(ISNULL(searchResults))}">                    <apex:column headerValue="Name">               

        <apex:outputLink value="/{!o.Id}">{!o.Name}</apex:outputLink>      

         </apex:column>                   

  <apex:column value="{!OpportunityContactRoles.Opportunity.amount}"/> I am getting error message  Error: Unknown property 'VisualforceArrayList.Opportunity'

 

 

</apex:pageBlockTable>

 

TIA!!!!

 

-          SFDC knowledge will be added advantage

We have an urgent onsite BMI (Big machines) requirement for  San Jose, California. Duration : 6months Rate : Open

 

Please see if you can help to fulfill this requirement. Below is the detailed job description for your reference -

 

Responsibilities:

-          The candidate will be responsible to customize the Commerce Process, Configuration Process and Document Engine for BigMachines application

-          Provide (customize) the Salesforce.com integration with BigMachines

-          Get the business requirement from BSA (Business System Analyst) and implement

-          Create the Functional Specification Document and Technical Design Document for different enhancement requests

-          Candidate will be responsible for user management in BigMachines

Requirements

-          Candidate must have real projects implementation experience with total experience of 3-5 yrs and at least 1 yr of BMI experience.

-          Candidate should be comfortable with the following components in the Commerce Process -Workflow Engine, Data Table, Integration XSL files, Commerce Attributes, Commerce Actions, Transitions Rules

-          Candidate should be comfortable with the following components in Config Process - Product Families, Constraint Rules, Recommendation Rules, Recommendation Items, Hiding Attributes

-          Candidate should be comfortable with the following components in Document Engine - Create new documents, Create new documents in Word, Excel and PDF format, Debugging process

-          Candidate should have BMI web services experience

-          Candidate must have knowledge on SFDC and BMI integration

-          Should be comfortable with access control like commerce actions, page layout



SkillsSFDC customization, Visual force pages, SQL, Visual force pages,
Description
We have an immediate need for a Visualforce developer,(SFDC).

Please do not send candidates who do not match the requirement...
 
Role: Visualforce developer (SFDC)

Solid Experience in SQL.

Start date: ASAP
 
MINIUMUM QUALIFICATIONS: 

Computer Science degree or a related area education
7+ years of programming/systems analysis experience. 
2+ years of experience on SFDC customization, Force.com Design, Development and deployment. 

Solid Experience in SQL.

Experience on Visual force pages, Apex programming, Triggers, Reports and Dashboards. 
Experience on Web services and Salesforce to .Net web service integration
Solid SQL experience. 
Agile software experience 
Self-starter in a dynamic and fast paced environment.

 

Rate :  DOE ,  Number of Openings :  1 ,  Duration :  Long Term

Java Performance Engineer(Application Level) ,  San Jose CA . 

 

Work closely with performance team to execute all the load test cases and help the team in making relevant performance fixes

Immediate Interviews...Can close the position immediately with a BEST match...
 
Locals Preferred...
 
Review the designs of Oracle/JAVA and SFDC from the performance view

Perform code reviews of the areas to identify performance bottle necks and help the engineers make the needed changes

Execute single user and multi user performance tests to ensure the application adheres to the business criteria

Is there a way , I could combine my user name. I had to create new username for some issue and did email support but no response.

 

This will be of great help. 

 

Thanks 

can we add to the case list view fields : to see if there any  attachement attached to the case;

 

for eg: the list view will have as following;

 

Case #  , Last updated , , , , ,  attachment

1, date, , , ,,,  yes or the attahcment sign

Thanks 

 

 

I added below line of code in one VF page and it did work and the same link of code is not working when using sites, I had to use pdfcreated and then it did work

 

 <apex:sectionHeader title="" subtitle="Report" printUrl="javascript&colon;window.print();"/>

 

Any way to use this with out installing pdfcreater.

 

 

Thanks 

 Mode of payment

We are looking for a Cast Iron specialist for configuration and supporting an SFDC implementation.

 

At present this is a part-time support over the next couple of months.

 

Location: Novato, CA

 

If you are interested, pl. get back to us with your resume and also your availability and respond with the following queries -

Total hours you can dedicate in a week/day

 Your present location

 Your resume

 Your expectation/bill rate

Hi,

 

I have 10+ year's of IT  and 4+ years of Salesforce.com exp.

 

I am willing to do part-time work . 

 

Location US 

 

Thanks 

- The candidate needs to have completed  301 course - Huge plus

Need 2 SOLID candidates…Locals preferred…..

 

Location: Bay Area, CA

Duration: Long term.

Rate: BEST

 

We have a requirement for a SFDC Admin/configurator. This position needs a very senior guy who can do both the roles and preferably Salesforce certified

 

 SFDC Solution architect (configuration and administration)

Is there way to archieve dev log file ?

 

Thanks

I am trying to display the data returned by the below query but not successfull, 

 

SELECT ID,Name, (SELECT Opportunity.amount FROM OpportunityContactRoles Order BY Opportunity.CloseDate DESC Limit 1 ) FROM Contact Where Lead_Source_Contact__c ='abc'

 

How can I display opportunity.amount using visualforce ?

 

<apex:pageBlockTable value="{!searchResults}" var="o" rendered="{!NOT(ISNULL(searchResults))}">                    <apex:column headerValue="Name">               

        <apex:outputLink value="/{!o.Id}">{!o.Name}</apex:outputLink>      

         </apex:column>                   

  <apex:column value="{!OpportunityContactRoles.Opportunity.amount}"/> I am getting error message  Error: Unknown property 'VisualforceArrayList.Opportunity'

 

 

</apex:pageBlockTable>

 

TIA!!!!

 

Is there a way , I could combine my user name. I had to create new username for some issue and did email support but no response.

 

This will be of great help. 

 

Thanks 

I have a field called IT Executive Team of data type lookup on users. 

 

I want to create a validation rule to make it a required field for all users who are not in a particular role.

 

Any pointers will be greatly appreciated. Thanks in advance

 

 

Hello,

I'm wondering if there's a way to use a custom field to create a footer to be inserted into my existing templates. The footer would contain HTML (images and hyperlinks) and generate other fields like caseID and a custom field I've created. I thought it would be someone non-technical could simply add the custom field in if a new HTML template was created as opposed to having them try to copy and paste HTML in the source code view. If anyone has had any luck with this, I would appreciated advice on if this is possible.

 

Thanks!

We have couple of SalesForce Consultants that are rolling off from the projects. I will be more happy to work with if you have any requirements.  

 
*********************************************
Zenfair Solutions Inc is a Premier IT Services/Consulting Provider specialized in Salesforce Implementations and Staff Augmentations.
Our experienced and certified Salesforce Consultants, Administrators and Developers can help with your projects.
Core Competences:
SalesForce Customizations
Apex Development
Visualforce Development
Force.com sites
*********************************************

Hello All

 

I have a force.com site in which users (i call them users but they are just contacts in my Org, not real SF users) can login and log cases, attach files etc. (please ignore the similarity to cutomer portal - it is a given state).

 

another functionality is that a user can view logged cases along with their comments and attachments (and is able to download the attachments).

everything was working fine untill i created an assignment rule for the new cases inserted to be directed to a queue.

Now, once the user logs in to the site and tries to download an attachment, he gets an authoriztion required page.

 

Now, i was thinking permissions - but i can still see the case, comments and attachments just fine. the only thing that isnt working is when i try to download an attachment.

 

I am using the

{!URLFOR($Action.Attachment.Download, attachmentId)}

syntax.

 

any insights will be most appreciated.