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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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
542 views