Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

anonymous user in Webcenter spaces

webcentercontentnewbieJul 15 2014 — edited Jul 26 2014

Hi All,

I am using webcenter spaces. Custom taskflow build and deploy on the spaces.I have different spaces.When any member login into the application and try to access , he send request to join the space.Then moderator approve the request.

Everything work fine.But now, in production system, we faces few spaces join request as an anonymous user.Not able to reproduce it.How we find the root cause.Where we should check up.

Any suggestion

Comments

Scott Wesley
Answer

The native Popup Lov facilitates multi-value selection (from 19.x), or the Select2 plugin can do the same. This would be from a known set of values.
They will store the values in a delimited string for that field, which you than then use apex_string.split to break it up as necessary.
If you need to dynamically add tags, then you may consider the United Codes List Extension plugin

Marked as Answer by SteveQuinlivan · Apr 21 2021
SteveQuinlivan

Thanks @scott-wesley, the Popup Lov will give me what i need

Regards

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 23 2014
Added on Jul 15 2014
3 comments
874 views