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

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 25
    Questions
  • 21
    Replies
<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>

 
Hi I am not able to make rich text area in lightning component. 
Need Help with example .
Thanks in advance 
Hi All lightning Experts ,
I am facing a issue . 
I have three objects let A,B and C .
A is parent of B and C .

I have  created a junction object . 'JunObj' .. between B and C . On B object I have created a action button from there we can create a 'junObj' Records . 
What i m trying to do is I want to select C which only associated to A object(in related list ) which is selected on B object record  as parent not all the C   
User-added image
  <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 
You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. i used process builder
how to practice ecommerce cloud
i want to write this query='SELECT idHistorical__c,Name__c,HomeOutstandingValue__c FROM TLItem__c WHERE TLItem__c .Name__c=GLA1 OR TLItem__c .Name__c=GLA2';  

where GLA1='1200-food'; and GLA2='2000=rice' for my batch class how to write?
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?

  • August 07, 2013
  • Like
  • 0