下面的列表中的问题很常见,Component Interface是很重要的。你知道基本知识比知道答案更重要。

Q:以下陈述是错误的。

A:一个Component Interface 可以map多个PeopleSoft Component。❌

Q:用来跟踪PeopleSoft 对象的变化的系统表是?

A:PSRELEASE

Q:Which of the following are TRUE when a Component Interface (CI) is created on component that has Add action enabled?

A:Get keys, Create keys and Find keys gets created automaticallyThe Create method is created alongwith the other Standard methods for the CI

Q:如果你是PS开发人员,在什么情况下Component Interface比Component更有优势?

A:一个组件在PeopleSoft系统中只是通过页面展示。一个组件接口,可以通过编程的方式来访问和修改数据库,组件接口更灵活,可以是以下形式:PeopleCode, Java, C/C++, or Component Object Model [COM]。

Q:描述下用peoplecode实现组件接口的步骤。

A:1、创建一个用户session(Establish a user session)

2、获取组件接口(Get the Component Interface)

3、pulate the Create Keys

4、eate an Instance of the CI

5、pulate the required fields

6、Save the CI

Q:组件接口的主要属性

A:Keys, Properties & Collections, Methods and Name

Q:当创建组件接口的时候,哪个标准属性是默认的。

A:GetHIstoryItems

我的公众号:

Component Interface相关面试题

相关文章:

  • 2021-04-09
  • 2021-11-30
  • 2021-04-26
  • 2021-08-18
  • 2021-05-19
  • 2022-02-07
  • 2021-12-16
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2021-10-09
  • 2021-06-04
  • 2022-01-08
  • 2021-09-16
  • 2022-01-17
  • 2021-10-19
相关资源
相似解决方案