Can this button be hidden after a new record has been added. This is a Child form.
This is what I tried with out, did not work.
Hi @Marc_Dillon thanks for the info.
I got it to work but, the Edit button does not show in the form. Even though in the slice UPDATE and DELETE are enabled.
SLICE
SECOND VITRUAL COLUMN
NO EDIT BUTTON
I’m not sure what you’re talking about. Edit buttons never show in Forms. And your last screen shot looks like a Table view, not a Form.
The occurrence of the Add button below an inline table view is controlled by the update access to the data table or slice shown in the inline table. To remove the Add button, display the inline table based on a read-only slice.
See also:
I wanted to be able to Update, the inline table. I was able to remove the Add button as you mentioned, but would like the user to able to edit. A different screen is shown when clicking on the inline table that is based on the Slice.
Desired effect, show both for explanation purpose
When clicking on the inline table
I get the follwing screen.
When the Add button is enable and click on the line table the following screen is shown.
Maybe you just need to define a new Detail and/or Form views for the new Slice? Or set a Row Select behavior to navigate to the Detail/Form view of the base Table.
I tried it but to the same result. Thanks for your help.
I dont think there is no workaround to achieve your goal. On the form view, you only have control to show/hide the new action (add row), just toggle on or offf, but not able to dynamically control on/off because of how add new row to child table resides.
We normaly not to let the user to add the child record from form view from the parent, but we let them do from detail view of the parent. Then you have full control over this action.
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |