| |
GeekInterview.com > Interview Questions > Peoplesoft > Component Interface
| Print | |
Question: How do we maintain Consistancy between Components and CI?
Answer: 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. |
| April 04, 2009 12:36:32 |
#1 |
| vasireddyanil |
Member Since: February 2009 Total Comments: 2 |
RE: How do we maintain Consistancy between Components and CI? |
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 issues with data as per business need. As save failed at save post change, no commit will be issued for transaction, and so everything gets roll backed. |
| |
Back To Question | |