问题标签 [salesforce-lightning]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Fullcalendar 调度程序在闪电组件中未正确呈现
我尝试在 salesforce 闪电组件中实现全日历调度程序。
这里是我使用的 fullcalendar 和 scheduler 的版本和文件:
我的 javascript 函数设置日历:
标准日/周/月按钮按预期工作,事件显示正确。我的问题是当我设置defaultview
为时timelineDay
我得到以下结果:
在此处输入图像描述
缺少每个资源的日期信息和事件。我尝试了不同版本的库和 js/css 文件,但无法使其正常工作。任何线索任何人?
css - Salesforce 闪电操作模式大小
我使用了闪电组件,我想知道如何设置闪电动作模式弹出窗口的宽度?
在我的代码下面:
标记组件:
CSS:
salesforce - 将 Twilio 与 Salesforce 集成
我正在尝试将 Twilio 与我的 Salesforce 帐户集成,但我不确定如何去做。我按照此页面上的说明进行操作:https ://developer.salesforce.com/page/Lightning_Open_CTI
我在 SoftphoneProviderHelper 中取消了 Twilio 相关代码的注释。此外,在自定义设置中,我输入了我的 Twilio 帐户 Sid 和令牌。但是,我仍然无法拨打/接听电话。我错过了什么?
salesforce - jQuery UI not loading when lightning component embedded inside VF on console
I am trying to use jQuery and jQuery UI in salesforce lightning component which is embedded inside VF page. This VF page is available on console for ex. domain/my.salesforce.com/console
When I run it I am able to load only jQuery version 3.2.1 inside this console, not other jquery versions are able to load.... fine I am happy with it. but next step is to load the jQuery UI version which should be compatible with jQuery 3.2.1.
But I am getting below error when jQuery UI loads in such scenario : lightning component embedded inside vf which is shown on console.
Jquery UI error:
what I found is jQuery v2.2.4 and jQuery UI - v1.11.2 works together well when use purely as lightning app but do not work when I embed this lightning component inside vf and that vf is part of console.
If you have any idea kindly provide your inputs.
Thanks, Akki
javascript - 视觉焦点页面 - sforce.console.refreshPrimaryTabById 在闪电中不起作用?
我正在使用上面的代码通过其 id 刷新选项卡。当我在 Salesforce 控制台中加载此页面时,它会刷新整个页面。
当我试图转向闪电时,它并不令人耳目一新。闪电中没有定义力。
有什么我想念的吗?
salesforce - Apex Lightning 上传失败,因为缺少测试类
我有EntertainmentController
,和`EntertainmentControllerTestClass。在测试类内部,我添加了测试方法引用控制器中的每个方法,它们都是空方法,所以它们在运行测试时都通过。但是当我上传到包应用程序时,我收到了消息:
salesforce - 将 Salesforce 数据从一个组织迁移到另一个
有哪些免费可用的工具可以通过最少的映射工作将数据从一个 Salesforce 沙箱克隆到另一个沙箱?