问题标签 [peoplesoft]
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.
peoplesoft - 使用 Peoplesoft 查询从 PeopleSoft 中的表中选择最近的日期(Max() 不起作用)
我正在使用 Peoplesoft 查询管理器在 people soft 中构建查询。
我正在尝试从日期列中提取最近的日期。我尝试使用 max() 作为表达式,但是,查询不提取任何记录。我已经与另一位同事核实过,他们从未能够使用 max() 提取记录。
有没有其他方法或解决方法来提取最新记录?
visual-studio-2010 - Visual Studio 中的不透明 WSDL 架构错误
当我尝试将 PeopleSoft WSDL 作为服务参考导入时,Visual Studio 2010 和 2012 都会出现不透明错误。
我右键单击Service References,选择Add Service Reference,将 URL 粘贴到Address下,点击Go,然后点击OK。
我得到这个不透明的错误:
http://xmlns.oracle.com/Enterprise/Tools/schemas似乎没有解决任何问题,但我几乎可以肯定这没关系。
我还在与 Visual Studio 相同的 PC 上的soapUI中对此进行了测试,并且一切正常。我可以访问 SOAP 服务并获得预期的响应。
错误消息的不透明性令人困惑,这在soapUI中有效,所以WSDL假定是好的?我已经搜索了这个错误,到目前为止还没有找到任何东西。
这是 WSDL(经过清理以隐藏 URL 和服务详细信息):
c# - SOAP 返回数据,但 C# 显示空响应
除了 SOAP 调用的空结果外,我的 C# 应用程序不会给我任何东西。
我们使用 SOAP Web 服务公开了一些 PeopleSoft ERP 数据。
我正在从 Visual Studio 2012 ASP.NET C# 应用程序访问此 SOAP 服务。我有一个使用 ERP 生成的 WSDL 构建的名为CampusDirectoryService的服务参考。
这是 C# 代码:
问题returnData
总是空的。通过 Wireshark,我确认我实际上得到了带有数据的有效 SOAP 响应。returnData
不应为空。
我也通过soapUI确认了来自 SOAP 服务的正确有效结果。提交与 .NET 发送的完全相同的 SOAP 请求(我从 Wireshark 中复制了它),我得到了预期的结果。
这是 SOAP 请求:
这是 SOAP 响应,元素内部的一些内部数据被ReturnID
混淆或删除:
该TEST_OP
方法的返回类型是CampusDirectoryService.rootReturnID[]
.
为什么returnData
总是为空?
更新 根据评论,我使用soapUI 验证了这些消息。它对这条消息的回应大喊大叫:
第 -1 行:缺少名称为 [{ http://xmlns.oracle.com/Enterprise/Tools/schemas }root]的消息部分
这是响应的 XSD:
XSD 是应该验证里面的内容soapenv:Body
,还是应该验证整个响应,包括soapenv:Envelope
andsoapenv:Body
元素?看起来soapUI 期望XSD 验证整个响应,而不仅仅是里面的内容soapenv:Body
。
这是 WSDL:
email - 如何使用 PeopleSoft SendMail() 强制 text/html mime 类型
我正在尝试使用 PeopleCode 中的 SendMail() 发送 html 格式的电子邮件。我正在尝试做的是非常基本的 html 电子邮件(例如粗体文本、href 标记等)。
我们最近升级到 PeopleTools 8.52
当我使用 PeopleBooks 中的默认 SendMail() 示例时,电子邮件以纯文本形式发送,而不管我将内容类型指定为“text/html”。
regex - 我们可以在 PeopleSoft 查询管理器(4 层)中激活 regexp_like 运算符吗
随着我越来越多地了解编程语言中的正则表达式,尤其是我们可以从字符串操作中获得的所有性能优势,我看到 Oracle 当然支持正则表达式。
但是在 PeopleSoft(4 层)上,在“查询管理器”中,我们只能选择“Like”运算符,当然,每次我们使用它时,查询性能都会急剧下降(逻辑上)......
有谁知道这是可以作为参数激活的东西,还是根本不存在,因为对于“普通”最终用户来说太复杂了?
peoplesoft - 用于从网格中隐藏列的人员代码
我正在尝试使用 Peoplecode 从网格中隐藏一列,但该列来自子页面。我尝试使用以下代码。
这没有用。谁能帮我这个。?
javascript - AJAX and Javascript not working
NO JQUERY. I am using peoplecode which is similar to JSP, ASP, and ZXZ. The ajax request is triggered am I am trying to pull the text 'Hello World' from this script...
My javascript function that makes the ajax call looks like this...
As you can see in this line..
...I am trying to grab the text by getting the innerHTML from the id. This isn't working though. When I click the button nothing happens.
I tried using the line below, but it returns an entire new page where the id would be (probably because of Peoplesoft)...
Can someone help me achieve this...
javascript - Javascript function for onclick
This link calls the javascript event onclick. I don't know what this part is doing though:
This is part of a Peoplesoft application. Could someone please explain to me what happens when the user clicks this link? Here is the rest of the code..
oracle - 人员代码功能不起作用
我正在使用 Peoplecode,它是一种 Peoplesoft 编码语言。
我正在尝试'message text'
从消息目录中访问。
7373
当我在另一页上使用相同的代码时, 它会提取正确的数字。
但在这种情况下,它返回消息
'GetMessageText:没有默认消息。(2012,2012)'。
这是我正在使用的代码..
user-roles - 确定给定期间的所有 peoplesoft 角色授予/撤销
我的公司正在运行 peoplesoft 8.49,我正在寻找一种方法来确定哪些用户在过去一年内获得了新角色或角色被删除。
我可以清楚地看到哪些用户在 PSROLEUSER 表中具有哪些角色,但这些记录上没有修改日期。我们也没有启用行级审计。
我正在寻找有关如何在给定时期内获得角色授予/撤销的完整人口的任何建议。