Skip to Main Content

Intelligent Advisor

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!

Remove "Add New Instance" and "Remove New Instance" Entity buttons

900697Dec 6 2011 — edited Mar 16 2012
Hi,

While Adding new Entity, "Add New Instance" and "Remove New Instance" buttons will be displayed.

I don't want to display "Add New Instance" and "Remove New Instance" because by default i have created instances. I am able to disable it but i don't want to display at all.
For "Add New Instance" , one-to-one, Automatically disabled by OPA

For "Remove New Instance" added below code in ButtonControl.vm:

#if( ${control.getButtonClass()}.equals("remove"))
#set( $disabledString = "disabled" )
#set( $visibility = "false" )
#end

Please tell me how to not display these two buttons.

Thanks,
Sri
This post has been answered by Jasmine Lee-Oracle on Jan 11 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2012
Added on Dec 6 2011
5 comments
574 views