Delete "New" button from a FORM (es. Recipient) | Community
Skip to main content
salvdangelo
Level 5
March 19, 2019
Solved

Delete "New" button from a FORM (es. Recipient)

  • March 19, 2019
  • 6 replies
  • 5168 views

Hello,

I would like to know how to delete the "New" button from a form in order to avoid the operator is able to create new records for the related table.Please consider "recipient" form as example for explanation.

Thank you!

Salvatore


Vipul Raghav

Amit_Kumar

Ananya Kuthiala

Adhiyan

florentlb

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DavidKangni

You will need to modify it through the navigation hierarchy

Configuration 

6 replies

Jonathon_wodnicki
Community Advisor
Community Advisor
March 19, 2019

Hi,

Add hideEditButtons="true" to the form input.

Thanks,

-Jon

salvdangelo
Level 5
March 19, 2019

Hello @wodnicki,

Could you tell me exactly to which tag I have to add the property hideEditButtons="true" ?

Consider "recipient" form as example to avoid misunderstanding.

Thanks!

Salvatore

salvdangelo
Level 5
March 20, 2019

Hello again,

May anyone help me with this issue?

I think that this should be a simple question for expert user of the tool

Please, let me know

Thanks in advance,

Salvatore

DavidKangni
Community Advisor
Community Advisor
March 20, 2019

Hi Salvatore,

You should add it after the container

other way to achieve this is to play with security and access by giving only read access (the operator will not also be able to update existing records) via the navigation hierarchy.

Thanks

David

David Kangni
salvdangelo
Level 5
March 20, 2019

Hi davidk23955130​ ,

Thank you for the reply.

Regarding the 2 proposals:

1) Could you tell me exactly what should I put after the <container> tag ? (I don't see any difference between the screenshot you put and the current recipient input form)
A comparison between before/after input form would be awesome!

2) It's not applicable: I would like to prevent the operator to create a new record, but still let him/her edit the value

Thank you in advance!
Salvatore

DavidKangni
Community Advisor
DavidKangniCommunity AdvisorAccepted solution
Community Advisor
March 20, 2019

You will need to modify it through the navigation hierarchy

Configuration 

David Kangni