WebCenter Spaces: Quirks, Bugs, Workarounds
Documenting some of the quirks, bugs and workarounds in WebCenter Spaces. These apply to PS2.
Documenting some of the quirks, bugs and workarounds in WebCenter Spaces. These apply to PS2.
Contd from here. I’ve managed to solve this. Thanks to the Oracle support note 1068828.1, we looked at MDS customizations as an option. It’s still a bit of a hack but works for our case.
Another bug? Validation messages from the ADF BC layer don’t display correctly within Webcenter Spaces. Instead of the custom validation message that’s setup in the BC layer, Spaces always displays “Unexpected error(s) occurred. You may want to contact Administrator with the error reference.” The error-ed fields are flagged correctly though. I have raised an SR […]
I have two entities and associated views. Each of them have attributes with the same name. In my particular case, they are two dates – StartDate and EndDate. EndDate on both entities have validations (Script Expression). The validations check that the End Date is later than Start Date – “return newValue > StartDate” I have […]