Skip to Main Content

Security 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!

OUD 12.2.1.4.0 Plugin Deployment in OUD Infra with Multi server

Amit ShastriFeb 14 2020

Hello All,

We have developed plugin for OUD which modifes the user profile on group membership add event. We have copied plugin jar on all 2 OUD instances and configured workflow element and workflow on both the servers. What we are observing that duplicate entries for group membership for users with this plugin deployment when data is reconciled to OIM.

Please help with any pointer and let us know the correct procedure to deploy plugin in multi node enviornment.

Thanks,

Pallavi

Comments

fac586
Answer

Veerendra Patil wrote:

I am using APEX 19.1

I have a page and button. ON button click - it opens a Modal Page.

I want the page to open at bottom right rather than in the middle. - Something like Gmail-Compose Mail

Is there a way to do that?

Dialog pages are implemented using the jQuery UI dialog component. Display position is controlled using the position attribute. Set the configuration using the Attributes property of the dialog page (as described in the online help):

position: { my: 'right bottom', at: 'right bottom' }

Marked as Answer by Veerendra Patil · Sep 27 2020
Veerendra Patil

Thanks fac586..

1 - 2