-
ChatterFeed
-
0Best Answers
-
2Likes Received
-
0Likes Given
-
25Questions
-
21Replies
Can please let me know ? How this following lines work in lightning component ?
<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>
-
- Matrix Returns
- July 03, 2018
- Like
- 0
- Continue reading or reply
how to make custom Rich text area in lightning component
Hi I am not able to make rich text area in lightning component.
Need Help with example .
Thanks in advance
Need Help with example .
Thanks in advance
-
- Matrix Returns
- July 02, 2018
- Like
- 0
- Continue reading or reply
Lightning look up filter
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
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
-
- Matrix Returns
- May 16, 2018
- Like
- 0
- Continue reading or reply
After record lock by approval process . CloseandRefresh() javascript Button not working
<script language="JavaScript" type="text/javascript">
function CloseAndRefresh(){
self.close();
window.opener.location.href="/{!$CurrentPage.parameters.id}";
window.top.close();
}
</script>

how to get rid off from it?
function CloseAndRefresh(){
self.close();
window.opener.location.href="/{!$CurrentPage.parameters.id}";
window.top.close();
}
</script>
how to get rid off from it?
-
- Matrix Returns
- April 23, 2018
- Like
- 0
- Continue reading or reply
Disable a button on lightning user interface
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
-
- Matrix Returns
- April 18, 2018
- Like
- 0
- Continue reading or reply
i have upgraded my professional edition to enterprise but my sandbox is still professional edition
help needed
-
- Matrix Returns
- December 20, 2017
- Like
- 0
- Continue reading or reply
I am System admin but when i am creating contact using process builder in professional edition org it is showing You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or
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
-
- Matrix Returns
- December 10, 2017
- Like
- 0
- Continue reading or reply
-
- Matrix Returns
- November 20, 2017
- Like
- 0
- Continue reading or reply
-
- Matrix Returns
- September 10, 2017
- Like
- 1
- Continue reading or reply
-
- Matrix Returns
- August 05, 2017
- Like
- 0
- Continue reading or reply
query for Batch class using String in Filter
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?
where GLA1='1200-food'; and GLA2='2000=rice' for my batch class how to write?
-
- Matrix Returns
- May 19, 2017
- Like
- 0
- Continue reading or reply
-
- Matrix Returns
- April 18, 2017
- Like
- 0
- Continue reading or reply
-
- Matrix Returns
- September 10, 2017
- Like
- 1
- Continue reading or reply
lightening component validation
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)}"/>
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)}"/>
- shifali sharma 11
- July 03, 2018
- Like
- 0
- Continue reading or reply
Can please let me know ? How this following lines work in lightning component ?
<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>
- Matrix Returns
- July 03, 2018
- Like
- 0
- Continue reading or reply
Hiring: Senior Salesforce Developer for ISV Managed Package Development (flexible location)
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
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
- Harald Mayer
- July 02, 2018
- Like
- 0
- Continue reading or reply
how to make custom Rich text area in lightning component
Hi I am not able to make rich text area in lightning component.
Need Help with example .
Thanks in advance
Need Help with example .
Thanks in advance
- Matrix Returns
- July 02, 2018
- Like
- 0
- Continue reading or reply
After record lock by approval process . CloseandRefresh() javascript Button not working
<script language="JavaScript" type="text/javascript">
function CloseAndRefresh(){
self.close();
window.opener.location.href="/{!$CurrentPage.parameters.id}";
window.top.close();
}
</script>

how to get rid off from it?
function CloseAndRefresh(){
self.close();
window.opener.location.href="/{!$CurrentPage.parameters.id}";
window.top.close();
}
</script>
how to get rid off from it?
- Matrix Returns
- April 23, 2018
- Like
- 0
- Continue reading or reply
Disable a button on lightning user interface
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
- Matrix Returns
- April 18, 2018
- Like
- 0
- Continue reading or reply
- ramesh babu 114
- November 20, 2017
- Like
- 0
- Continue reading or reply
can you please help me for writing the test class
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 ];
}
}
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 ];
}
}
- Guru Ram
- April 26, 2017
- Like
- 0
- Continue reading or reply
- sultan
- July 05, 2014
- Like
- 0
- Continue reading or reply
Games in Salesforce.com
Hi,
I do have a doubt regarding Salesforce.com.
Can we develope Games in the Salesforce.com platform?
- swathi
- August 07, 2013
- Like
- 0
- Continue reading or reply