sfdc

How to create Salesforce incremental package.xml automatically?

不问归期 提交于 2021-01-29 08:05:22
问题 Does anyone experiment in creating salesforce Package.xml automatically for continuous integration? If there any script or some idea please share. You know incremental package.xml helps to deploy only the modified files rather than using complete package.xml that redeploy unmodified files as well which takes a lot of time. Thanks in advance! 回答1: Tricky. And not really a programming-related problem, consider cross-posting this to https://salesforce.stackexchange.com/ or maybe even https:/

Why Picklist Not Populating Data for Custom Dependent Picklist Field With lightning:select In Lightning Component

无人久伴 提交于 2020-12-21 02:19:23
问题 I am trying to replicate the below functionality of Custom Dependent Picklist Field With lightning:select In Lightning Component for Custom Object (Ref:- https://sfdcmonkey.com/2018/08/31/dependent-picklist-lightningselect-lightning-salesforce/) , Only difference here is i am using Custom object ERT_Case_Type_Data__c and its 2 picklist Level_1__c and Level_2__c instead of standard object Contact reference in the article Below are ERT_Case_Type_Data__c details Below are ERT_Case_Type_Data__c

Need help to click on the element under the shadow Root (closed) type

ε祈祈猫儿з 提交于 2020-12-13 10:59:09
问题 Null Pointer Exception on click at the element located inside of the shadow Root (closed) Tried to handle it with Java Script: public WebElement getShadowRootElement(WebElement element) { return (WebElement) ((JavascriptExecutor) driver).executeScript("return arguments[0].shadowRoot", element); } Result: Cannot read property 'shadowRoot' of null Added screenshots: 1. 回答1: If your usecase is to interact with the <path> element which is within the <svg> tag, is indeed within a #shadow-root

Need help to click on the element under the shadow Root (closed) type

[亡魂溺海] 提交于 2020-12-13 10:58:08
问题 Null Pointer Exception on click at the element located inside of the shadow Root (closed) Tried to handle it with Java Script: public WebElement getShadowRootElement(WebElement element) { return (WebElement) ((JavascriptExecutor) driver).executeScript("return arguments[0].shadowRoot", element); } Result: Cannot read property 'shadowRoot' of null Added screenshots: 1. 回答1: If your usecase is to interact with the <path> element which is within the <svg> tag, is indeed within a #shadow-root

Salesforce Excel Add in - auto refresh doesn't trigger a data connection download

扶醉桌前 提交于 2019-12-24 06:49:33
问题 I have an excel file which uses Salesforce connections (Salesforce Connector) to download the report file in csv format and updates the excel sheet with new data. When i use the option Refresh All from Data, it automatically initiates the Salesforce.com connector to connect, download and update the new data. I would like to refresh it every 5 minutes. (Initiate Salesforce Connector to connect, download and update the worksheet with latest data). I have tried the following and unfortunately it