Hi All,
how, it can be able to remove New Option From List Page. which will appear on the left Corner of the Page.
I tried it by, removing the page property "CARD FORM ID" , then the NEW option is Disabled. IF i did like this, i am not be able to Open Card Page from the List page.
Is there any Option which i am missing.
Please suggest..
0
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I'm not sure I undestand what you want: do you want not to see the "New" Standard Action?
if it's right, InsertAllowed = No doesn't work for you?
It works as expected... More or Less...
Have you tried altering the PageType property? From memory, whether the New button is shown is also controlled by this . I can't remember which ones the New button is shown for, and which not, and it is not documented as far as I know. But it does have an affect. Of course changing this can also have some unwanted affects too, same as removing the CardPart property.
for example the worksheet hasn't the new button.
It works as expected... More or Less...
I would like to remove the NEW Option as shownn in the image file
this can be done through removing insert option from permissions..
doesn't it solve your problem?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Actually, my goal is to Insert vendors through Batch Job(Report) Or From Contact.
Through Vendor List Or Card Page we will not insert records this is working,
but the users after opening the Vendor List Page they are seeing this NEW Option and getting Confused. So my client want its to be DISABLED.
insertallowed property of the page = no will remove the "new" button
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Ya we tried,
but the NEW OPTION is not getting DISABLED.
you won't receive phone calls from customers who say "why can't I create a new vendor?the button doesn't work!"
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Thanks for the Reply. Its working.
We removed, in both the pages CARD & LIST of VENDOR.
Previosly i did not removed the property of the page INSERTALLOWED = No in CARD page.
Thanks Everyone for your Quick Replies..
=D>
Thanks for sharing this, with this I am finally able to remove the "DELETE" button from my non-editable page as well.
The base NAV New action, when executed from a list page filtered on Sell-to Contact No., created a new document, DIDN'T populate the contact in the document header record, then booted the document page filtered on the contact. So, the document page opens with the message "This view is filtered, and the entry is outside the filter. Some actions may not work."
So the only cure is to change InsertAllowed to "No" on both the list page and the document page. Now the base NAV New action is gone and I can roll my own to create the document properly, etc.
But, now InsertAllowed is No on the document page in all contexts. Great. Now I have to add my own New action to the page.
It sure would be preferable if we had access to the New "black-box" code and could influence the behavior. (And, if this stuff was documented ...)