Questions tagged [lightning]

Questions about the Lightning extension to Mozilla Thunderbird

You can find more information about the Mozilla Calendar Project at: http://www.mozilla.org/projects/calendar/lightning/

153 questions
0
votes
1 answer

salesforce lightning components view data not getting refreshed

I have built a simple component to display the contact information. But, its not showing in the page. no clue what is going on ? I have checked apex controller is returning contact correctly. But, the component is not rendering with the received…
0
votes
1 answer

Rendering salesforce lightning component into pdf (Generate PDF)

I am working on a lightning component and within the components layout I have to provide a button which can generate pdf of that lightning component . I found some blogs but still not sure about the actual solution for this . Please let me know if…
Akum
  • 63
  • 1
  • 2
  • 12
0
votes
1 answer

How to get XPath of an element when it is in sub tab (Salesforce Lightning component)

In the following snippets, XPath for the drop down element in last column of accounts table is similar in Subtab and Main page. I am using the XPath expression //table/tbody/tr[2]/td[10]/span/div/a[2][@role="button"] to click on drop down element.…
Rakesh
  • 1
  • 1
0
votes
1 answer

How can I rename the header on the 'New Account' popup in Salesforce Lightning?

In Salesforce Lightning, if I go to Accounts and click 'New', the standard lightning popup displays (see image). You'll notice the header states 'New Account: Indirect Transaction Account'. Is there any way to rename that? I can rename the 'Indirect…
0
votes
1 answer

Katalon Studio: Suppressing Alerts in Chrome Preferences

I'm trying to UI Test Salesforce Lightning with Katalon Studio, and with manual attention, it works, because I am always able to dismiss the Alert that wants to send me notifications (a standard when Lightning is used). The Dismiss/Accept alert…
0
votes
1 answer

Set attribute disabled checkbox

i want to show the checkbox disabled when either of the values are coming, but it is working only for one value.
Coder
  • 428
  • 4
  • 16
0
votes
1 answer

Validate visual flow screen fields using 3rd part javascript library

I am creating a Visual Flow and I have few address fields which needs to be verified via 3rd part Address Verification javascript library(Smarty Street API). I am not able to find how to invoke this javascript inside my visual flow screen. However…
0
votes
2 answers

keyup returns incorrect value (one less)

I am using in one of the lightning components and I am using it to filter a table. But when I'm trying to get its value in JS controller with the keyup function, it's giving one less value than actual. This question has been already asked for HTML…
Brian
  • 61
  • 3
  • 10
0
votes
1 answer

Object doesn’t support property or method ‘readAsBinaryString’ - IE11

Salesforce Lightning component won't attach my files in internet explorer 11, I have searched for a few solutions but none have worked, any ideas. My code for attaching the file is as follows. doAttach : function(component, event, helper) { var…
Nebbyyy
  • 358
  • 4
  • 20
0
votes
1 answer

Developer Console, github

How do i check in code in Git Hub from Developer console. I have been trying to browse, i saw we have to sync code to eclipse and then drop files to Git Hub. Can anyone suggest me a standard way to do this please
user5495947
  • 35
  • 1
  • 8
0
votes
1 answer

aura:if is not evaluating and aura:iteration not displaying

I have a Lightning component that listens for an Updated Account event and retrieves the associated Contacts and Users. It then displays which Account the Contacts are for with a total of Contacts and Users, and creates an SLDS Card with repeating…
Ryan Dinesman
  • 101
  • 1
  • 3
0
votes
0 answers

Exporting lightmaps to another project - Unity

We are currently working on various project as a team. As such, we often have to transfer scenes and such from one project to another. However, we have a problem concerning the lightmaps. When I take my scene, make a package out of it all (lightmaps…
0
votes
1 answer

Thunderbird+Lightning is rendering an ics invitation inappropriately

Using sabre/vobject library I am creating an ics file like this one: BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Sabre//Sabre VObject…
antoniom
  • 3,143
  • 1
  • 37
  • 53
0
votes
1 answer

How to access sobject name in lightning

I need to get the sobject's API name in the lightning JS controller, in the component side we need to specify , but to access in controller, can some one please say. For recordId, we do…
Rashmi S
  • 156
  • 7
0
votes
1 answer

Deployment issue : Lightning Quick Actions for Component Bundles

Trying to deploy lightning component bundles, the lightning components are referenced on quick actions created and placed on account layout. When I am trying to deploy the lightning component bundles, its threwing following deployment issues : I…
Tarun Jain
  • 21
  • 4