With reference to the component interface tester which of the following is not true
Getexisting option is equivalent to opening a record in update/display mode only
Which one of the following are standard properties when a component interface (ci) is created?
Gethistoryitems
In application engine
Using do select - Select the data which needs to be inserted/updated into a temp table.
For each row of the temp table -> execute the people code which contains dragged code of CI to update the records..
Standard properties of CI are:
Interactive mode,
GetHistoryItem,
EditHistoryItem
How to insert and update rows into a record using application engine and component interface?
Using Test Component Interface we can insert and update the rows
By Create() and Get() method
Which of the following is not true in component interface (ci) architecture?
A component interface can be mapped to multiple peoplesoft components
The Component Interface can be mapped to only 1 component.
But There can be multiple component Interfacses for 1 Component
A component interface can be mapped to only one component.
In case where you have large amount of data entries or a repeatable amount of entries over time that could be scheduled.
Awasome Answer
Difference between search record and add search record?
Search record : These records are used as qualifying entries so that the correct entry or correction is made into the record displayed in the panels / Pages.
Add search record: It is a field that defines the Search record for the Add action.
Regards
Chakravarthi
Search record : These records are used as qualifying entries so that the correct entry or correction is made into the record displayed in the panels / Pages.
Add search record: It is a field that defines the Search record for the Add action.
Get keys, create keys and find keys gets created automaticallythe create method is created alongwith the other standard methods for the ci
Create Keys,Get keys and Find Keys will be automatically created as underlying component has add mode. If underlying component did not have Add mode Create keys will not be created.
Get Keys, Create Keys and Find Keys get created automatically.
How do we maintain consistancy between components and ci?
A ci is called in save-prechange with currently active component buffer datas. The called ci gets saved successfully. But the component from which ci called gets errored in save-POstchange. How do we maintain consistancy between two components.
We need not maintain any consistency between CI and Component unless we miss the procedures in creating and updating the CI.The save failed means, validations were not through. Analyse and rectify iss...
Which version of PeopleTools are you using?PeopleTools has several built-in features that you can use to do such kind of integrations.It would also help if you can let us know what you want to integra...
What is component interface meant for?
Component Interface exposes Data and Business logic of a business process to internal/external applications through PeopleSoft API/Java/C++/VB
It is an integration tool which is used to integrate peoplesoft component from one application to another application.The application can be another peoplesoft application or third party application (c/c++,java).
What is record group in peoplesoft?
A Record Group is a group of related records, keyed by SetID, which define the valid values for one or more fields in PeopleSoft. Related values are keyed with/under a single Record Group. ...
Record group in pplsoft is a logical group of functionally related tables and views which enable tableset sharing
Which of the following can be mapped as find keys for a component interface?
A or b
Search key and alternate search key
How to do object security?How to connect report through process scheduler?
Object Security - Object Security is used to restrict the PeopleTools objects that specific developers can access.=======================PS8.0, PT8.15. Application designer - Go - PeopleTools - ...
To connect a report first we have to know about run control page. So that we can add the required fields over there and then passing those oprid and runctlid through the stdapi.sqc we can run an an SQ...
The main attributes of a component interface (ci) are?
Keys, properties & collections, methods and name
The main attributes of CI are1. Component Interface Name2. Keys like Get keys, Find Keys and Create Keys.3.Methods-There are 5 standard methods in CI like Create,Cancel,Find,Search,Save4.Properties and Collections ( Fields and Records).
The main attributes of CI are1. Component Interface Name2. Keys like Get keys, Find Keys and Create Keys.Get Keys:- All the Search keys of a Componant (Record) will become Get Keys of CIFind Key...
How to join the requested information and purchase order information?
Which plan order created manually and rest from schedule order?
1.Establish a user session2.Get the component interface3.Pulate the create keys4.Eate an instance of the ci5.Pulate the required fields6. Save the ci
Clicking Get Existing is equivalent to opening a record in Update/Display or Correction mode online. It retrieves one instance from the database. After you click the Get Existing button, the Component Interface Tester dialog box appears.