• Matrix Returns
  • NEWBIE
  • 70 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 25
    Questions
  • 21
    Replies
hi ,
I want to set ui:input for phone Number i want user can enter 10 digits not more not less than it and it will display error when user fail to do so
<ui:inputText class="slds-input inputFieldWidth"
                                                                  labelClass="slds-form-element__label slds-form-element__label_edit slds-no-flex"
                                                                  aura:id="inputId5"
                                                                  required="true"
                                                                  value="{!(v.relateddatalist.OpptyContact[0].Contact.Phone)}"/>
<button class="slds-button slds-button_icon slds-button_icon-border-filled" tabindex="0">
              <svg class="slds-button__icon" aria-hidden="true">
                <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#bold" />
              </svg>
              <span class="slds-assistive-text">Bold</span>
            </button>

 
IPfolio is a highly succesful SaaS company, passionately providing some of the world’s most innovative companies with our SFDC based Intellectual Property Management solution (check out what some of our clients say).

We are searching for an experienced Salesforce Developer to permanently reinforce our remotely organized product development team led from Vienna, Austria (CET timezone). 

Find details and application form here:
https://app.trinethire.com/companies/12418-ipfolio-corporation/jobs/9895-senor-salesforce-developer
Hi I am not able to make rich text area in lightning component. 
Need Help with example .
Thanks in advance 
  <script language="JavaScript" type="text/javascript">
        function CloseAndRefresh(){
            self.close();
            window.opener.location.href="/{!$CurrentPage.parameters.id}";
            window.top.close();
             }
   </script>
User-added image

how to get rid off from it?
User-added image
Please see the image where show filter and show charts is disable by salesforce at a certain condition .
I want implement this feature for Lightning action button for details page of object .let i am overring the details page using lightning component. 
So, My question : is it possible ??
Any suggestion greatly appriciated 
best practices for test classes
public class MyCases {
    public list<Case> acc{get;set;}
    public String defaultLanguage{get;set;}
  public String selectedLanguage {get;set;}
    public MyOpenCases() {
        acc=new list<case>();
        onLoad();
                   
          defaultLanguage=userinfo.getLanguage();
                selectedLanguage  = defaultLanguage;
         }
    
    public void onLoad(){  //This function get called automatically on on load
 
        acc=[SELECT CaseNumber,Status,CreatedDate,ClosedDate FROM Case WHERE status='open' AND Limit 200 ];
 
 
    } 
}

Hi,

 

I do have a doubt regarding Salesforce.com.

 

Can we develope Games in the Salesforce.com platform?