• Dino_Salesforce Developer
  • NEWBIE
  • 34 Points
  • Member since 2014

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 8
    Replies
I have a apex pageblock which is:

<apex:pageBlock id="kl" rendered="{!isVisible}">
</apex:pageBlock>

<apex:commandButton value="OK" action="{!submitOK}" reRender="kl"/>


In function submitOK........ I made isVisible = false;

But still the pageblock is displaying.. Please helpout in this issue...
We are looking for a full time Salesforce Developer for an industry leading Fortune 1000 organization in the Minneapolis area.  This company offers an excellent salary, bonus, benefits, etc.  Please email phil@tech2resources.com if interested.
I have a apex pageblock which is:

<apex:pageBlock id="kl" rendered="{!isVisible}">
</apex:pageBlock>

<apex:commandButton value="OK" action="{!submitOK}" reRender="kl"/>


In function submitOK........ I made isVisible = false;

But still the pageblock is displaying.. Please helpout in this issue...
Hi
I am using salesforce sites to create records of a custom object from external user.I am using a  controller ,ther user creates serverl objects data ,in the process I need get third object id to perforum the remaining controller logic.what is the best pratice to get object records ids.


First ---User creates Contact information
next custom object
next custom object details in the forms .I need to get third object id ,how do I get it.

Thanks in advance.
  • July 21, 2014
  • Like
  • 0
Our client is looking for a Salesforce Data Integration Consultant for a 5-month project in Illinois.
Requirements:
- Salesforce Developer Certification
- 3+ years of Salesforce.com Data Integration Experience
- Experience with data migration and integration to Salesforce, including data quality and cleansing
- 2 to 3 migrations projects with Salesforce and other CRM's from various data sources
- Excellent communication and client-facing skills
To learn more about this role, please contact TJ McGoldrick at tj.mcgoldrick@runconsultants.com or 678-593-3340.
Hi Guys,

i've just tried to add the discount field into a Order Visualforce.
But i get the following error Error: Invalid field Discount for SObject OpportunityLineItem

This is my Visualforce.

<table border="0" width="100%" id="table4">
<tr>
       <td bgcolor="#C0C0C0"><font face="Arial">Pos.</font></td>
    <!--   <td bgcolor="#C0C0C0"><font face="Arial">Produkt Nr.</font></td> -->
       <td bgcolor="#C0C0C0"><font face="Arial">Produkt</font></td>
       <td bgcolor="#C0C0C0"><font face="Arial">Beschreibung</font></td>
              
       <td bgcolor="#C0C0C0"><font face="Arial">Anzahl</font></td>
       <td bgcolor="#C0C0C0"><font face="Arial">Einzelpreis</font></td>
       <td bgcolor="#C0C0C0"><font face="Arial">Discount</font></td>
       <td bgcolor="#C0C0C0"><font face="Arial">Gesamt Preis</font></td>
</tr>
<tr>
<apex:variable value="{!1}" var="count"/>
       <apex:repeat value="{!Opportunity.OpportunityLineItems}" var="line">
          <tr>
             <td>{!FLOOR(count)} </td>
             <td>{!line.PricebookEntry.Name}</td>
             <td>{!line.Description}</td>
                          
             <td><apex:outputText value="{0, number, 0}">
              <apex:param value="{!line.Quantity}" /></apex:outputText></td>
             <td><apex:OutputField value="{!line.UnitPrice}"/></td>
             <td>{!line.discount}</td>
             <td><apex:OutputField value="{!line.TotalPrice}"/></td>
          </tr>
          <apex:variable var="count" value="{!count+ 1}"/>
       </apex:repeat>  
</tr>
<tr>
       <td bgcolor="#C0C0C0" align="right" colspan="7">
       <font face="Arial"><b>Total:</b>&nbsp;<apex:OutputField value="{!Opportunity.Amount}"/></font></td>
</tr>
</table>

We have a professional edition so there is no field level security or something like this.
Any suggestions?
Thanks in advance.
When my users do a lookup of accounts and don't find the account, they click "new" and then the form that appears does not contain all our requried fields, so they can't save the record. Is there a way to add and remove fields from this form...Doesn't seem to be the Compact layout, which is what I thought it would be.
Created 2 objects . Job application and Review  ..
they are related to each other..follow all the steps correctly but can't see in app how they r related..
plz help

We are a team of salesforce.com consultants looking for a full time Salesforce Administrator/Consultant who can work virtually with our clients from their home office.  This person must have the ability to get on a call with a client and develop a quick understanding of client business issues.  You will need to be able to evaluate a business issue faced by the customer and determine how best to employ salesforce.com to solve it. 

 

Core skills would include:

  • All normal salesforce.com administration tasks and an understanding of all major functional areas of Salesforce.com
  • Including (but not limited to) reports and dashboards.
  • Data imports (using data loader or other tools).
  • General problem solving skills in Salesforce.com
  • Have a very good feel for where visualforce can be used to solve business problems - for example, where a trigger might be used due to workflow limitations, or where a visualforce page might be used in place of the standard user interface to make a complex business task easier for a user.
  • Ability to design the data model to support given business requirements and architect the various associated systems. 
  • You should be able to efficiently, effectively, and clearly coordinate and manage work with our development team while managing the client relationship from start to finish.  This would include some evening hours to work with our overseas developers to explain & manage project requirements.
  • Salesforce.com Certified Administrator

 You do not need to be a developer – other individuals in our company will do the actual development. 

Our client is looking for a Salesforce Data Integration Consultant for a 5-month project in Illinois.
Requirements:
- Salesforce Developer Certification
- 3+ years of Salesforce.com Data Integration Experience
- Experience with data migration and integration to Salesforce, including data quality and cleansing
- 2 to 3 migrations projects with Salesforce and other CRM's from various data sources
- Excellent communication and client-facing skills
To learn more about this role, please contact TJ McGoldrick at tj.mcgoldrick@runconsultants.com or 678-593-3340.