Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for PeopleSoft | - |
Not Applicable | - |
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.