Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for PeopleSoft | - |
Not Applicable | - |
Description:
TIBCO Adapter for Peoplesoft 5.1.2 now supports Peopletools version 8.46. The known issues while using the adapter with this Peopletools version are listed below:
KNOWN ISSUES:
=============
1. The CIs TIB_PROD_NOTE, TIB_INV_ITEM_UOM and TIB_SALES_ORDER packaged along with the bundled examples of adapter cannot be used.
Symptoms
========
While opening these CIs using peopletools 8.46, the structure will show as invalid. This is becuase of a change in the peoplesoft base components. Reference : Case 3968887 logged with peoplesoft
Impact
======
Bundled Examples based on these CIs cannot be used with this Peopletools version
Workaround
==========
None
Resolution
==========
None
2. CI publisher will fail for out-of-the-box CIs, when the save prechange event of this CI has the following code
"Declare Function RefreshSQLText PeopleCode FUNCLIB_BO_META.BORM_UTILITY FieldFormula;
RefreshSQLText();”. This happens when the TIB adapter workpage has been added to the component
Symptoms
========
Changes to the online pages will error out.
Impact
======
Values for fields in CIs cannot be modified from online pages, when the Save Pre change event is present for both the workpage and the CI
Workaround
==========
Comment out the piece of code present in the Save pre change event of the CI being worked on. This will not have any by-effects as confirmed by Peoplesoft Support - Case id 3954554.
Resolution
==========
None