Why does the data entered through the PeopleSoft Component Interface not get reflected in the TIB_CI_MQUEUE table, whereas changes made through the PIA do get reflected?***Scope Support Only***
book
Article ID: KB0086685
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for PeopleSoft
-
Not Applicable
-
Description
Resolution: The PeopleCode which is a part of the TIB_PS8_ADAPTER project, has the following constructs in RowInit and SavePreCHange methods of the TIB_GUID field under TIB_CI_TIDLOG recorr.
The PeopleCOde has syntax like:
/* Capture data for export only if the panel is invoked online and not via the Component Interface */
If %CompIntfcName = "" Then
This means the movement into the staging table would take place if the existing/new data was modified/added through the PeopleSoft GUI. If data was entered through a mechanism like a workflow which has CI level insertd, we would have to modify the PeopleCode accordingly.
Issue/Introduction
Why does the data entered through the PeopleSoft Component Interface not get reflected in the TIB_CI_MQUEUE table, whereas changes made through the PIA do get reflected?***Scope Support Only***