问题标签 [ondemand]
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.
web-services - 修复 CRM On Demand 错误 SBL-ODU-01006
我正在尝试通过 SOAPUI 客户端访问 CRM On Demand WebService
服务器正在响应
你能指出我做错了什么吗?非常感谢。
workflow-foundation - 如何在所有页面上运行按需工作流
我必须在我的自定义实体上运行按需工作流,
假设我有 100 万条记录,那么我如何在这些记录上运行这个工作流程。
因为,据我所知,我们只能选择记录,然后从功能区单击运行工作流并指定它。以这种方式最大单次尝试,我只能选择一页记录,因此访问受限
任何想法?
oracle - Oracle CRM On-Demand - Use Tasks Status to update Service Request Status
We're using CRM On-Demand for our Service Group and I'm running into an application limitation and am wondering if anyone has a workaround or just some general ideas on how to accomplish our goal.
In the application, our major focus is around the Service Request and driving for users to create Tasks for all Activities related to working towards closure. For example, a customer calls in and we need a technical resource to make a return call to diagnose the issue in detail, so a Task is assigned to that resource. Once that Task has been marked as completed, I'd like the Status to be updated. I tried creating a workflow using JoinFieldValue()
, which wasn't working. I tried a more basic approach and tried to just have a field on the Service Request be populated with the Status of the Task, but that did not work either.
Upon further investigation in the Help File, there is a relationship from the Activity object to the Service Request object, but not one the other way.
So, has anyone else run into this limitation and found some other method to have a Status change on the Task update the Status of a Service Request?
(Also, I'd like to try and avoid writing a custom web service for this purpose, which is why I'm trying to use the tools in the app)
Thanks in advance for any ideas!
oracle - Oracle CRM On-Demand - 用于定制的在线技术资源
是否有人拥有用于定制 Oracle CRM On-Demand 应用程序的良好站点或在线资源?我有帮助文件和 Web 服务文档,但在现有论坛或可用的文章/播客中似乎没有太多价值。
我是我们公司实例的新管理员,似乎没有很多示例或成功案例。
任何资源表示赞赏!
javascript - How to load Google's Custom-search-engine(CSE) JS APIs after page loads?
I am using Google Custom Search Engine with their new auto-completion feature. I want this whole javascript to be loaded AFTER the page itself is loaded. The original Google code is this:
I have transformed this code using tutorial about JS dynamic loading to this code:
Well, even though I think my solution should work(the same way has Google changed their Analytics on-demand asynchronous code), it doesn't. The page loads fine and as soon as CSE loads, the page goes blank. Something clears the DOM, I suppose its some kind of "Google thing" ? Can someone bring some light on this problem and possibly a working solution ?
Thanks
dynamics-crm-2011 - Microsoft CRM 2011 按需开发和测试环境
是否有人对设置 Microsoft CRM 2011 On Demand 的开发和测试环境的最佳方式提出建议?
到目前为止,我看到的建议包括:
- 为只有一个用户的另一个帐户付款
- 创建虚拟机
- 与合作伙伴托管的环境一起使用
selenium - 使用 3rd-party 单元测试服务运行简单的 Selenium 脚本
我有一个复杂的屏幕抓取脚本,它使用 Selenium2、Selenium Web 驱动程序和 PHP 绑定脚本,所以最后,我有一个驱动 Selenium 的 PHP 脚本,它反过来获取一个 URL ,解析一些 Javascript,填写表格,等等等等,然后返回最终是我所追求的 HTML。这一切都在我的本地计算机上运行良好(作为开发和概念验证环境)。
所以。
对于生产,我需要这个脚本每天自动运行 3 次。我想弄清楚在我的服务器上设置所有东西对我来说是否更好(意思是:弄清楚如何让 Firefox for Linux 运行,然后是 Java,然后是 Selenium2 等等……对我来说不是微不足道的;该死的吉姆,我是一名程序员,而不是系统管理员!),或者我是否可以使用像Sauce Labs 的 OnDemand这样的第 3 方 Selenium 测试服务,或者任何其他基于云的 Selenium 服务。
那些第 3 方解决方案似乎都是为“单元测试”而设置的,这完全不是我正在做的。我不知道那些东西,或者使用 PHPUnit,或者用构建进行测试,或者其他什么。我只想每天运行 3 次简单的 PHP 脚本,并让它与 Selenium 对话以驱动浏览器并进行屏幕抓取。
这些第 3 方解决方案之一对于我想要完成的事情是一个好主意,还是它们是否过度杀伤/离我的(相对简单的)目标太远了?
python - python-payflowpro 按需支付
我正在尝试构建一个 python 解决方案,用户可以在其中输入信用卡,该信用卡将被提交并保存到 Payflow 专业服务器,并且可以按需计费。我知道 python-payflowpro 支持定期计费,但这是定期发生的,例如每周或每月。我正在寻找一种解决方案,可以根据用户的要求向他们的卡收费,而无需输入他们的卡信息。
我查看了 payflow pro api 文档,看起来有一些功能,如果你有 payflow pro 给你的交易 ID,你可以多次向用户的帐户收费。但是,我不确定这是否只是为了让商家可以对现有订单进行调整(例如客户希望稍后添加额外的商品)。而且我不认为 python-payflowpro 支持这一点。
有没有人以这种方式使用payflow在线存储信用卡并按需付款?是否有现有的 python api,无论是 python-payflowpro 还是其他?还是我必须为此推出自己的 API?
我对支付流很陌生,所以也许我遗漏了一些明显的东西。想知道其他人是如何处理这种情况的。
感谢您阅读和考虑。乔
这是我目前正在使用的 python-payflowpro 包: https ://github.com/bkeating/python-payflowpro/blob/master/payflowpro/tests/client.py
silverlight - 使用 MEF Prism 和 Silverlight 按需加载模块
您好我有一个使用 MVVM 模式和 Prism 设计的 Silverlight 应用程序。
它有许多模块,我只想在用户通过身份验证后加载。
为此,我创建了一个登录模块,它获取客户端凭据并处理身份验证。用户通过身份验证后,我希望 MEF 加载其余模块。我的问题是如何做到这一点?
模块目录在 xaml 中定义,除登录模块外的所有模块都设置为 OnDemand 初始化。据我所知,模块只能从 shell 加载,这在我的情况下不起作用,因为加载它们的调用将来自 loginmodules 视图模型。
任何想法将不胜感激,谢谢。
amazon-web-services - 使用 Amazon AWS 作为开发服务器。
我还是便宜。
我有一个软件开发环境,它是标准的 Ubuntu 11.04 加上一堆来自 Canonical 的更新。我想设置它,以便当我需要在“野外”服务器上进行完整系统测试时,我可以每周使用 Amazon EC2 实例 2 小时。
有没有办法设置 Amazon EC2 服务器映像(Ubuntu 11.04),这样每当我启动它时,它就会启动,自动下载代码更新(或相反接受 git push 更新),然后让我准备好启动一个实例的应用服务器。是否也可以将该服务器绑定到一个 URL(例如 ec2.1.mydomain.com),以便我可以使用浏览器访问我的网络应用程序?
此外,有没有一种方法可以在我准备好测试时运行命令行实用程序来启动我的实例,然后在我完成时将其关闭?使用此模型,我将能够为每个开发人员分配一个或多个开发服务器,并且只在它们被使用时付费。