Disabling Actions Button

By providing the action definition in the report, the actions button will appear. To disable the actions button when we may want to see only the inline edit action button, the value of this element should be set to true.

Define the DisableActionsButton in the action definition.

<ActionDef>
<PrimaryModelLevelType>ZBKS.Book</PrimaryModelLevelType>
<EditMode>
<ActionName>ZBKS.InlineEdit</ActionName>
<CustomModelName>Standard ZBKS.Book</CustomModelName>
</EditMode>
<DisableActionsButton>true</DisableActionsButton>
</ActionDef>

The following figure shows the inline edit action with no actions button. In this case we've chosen InlineEdit as the action name. Note that it is prefixed by the module id.

images/download/attachments/144835551/disableActions-version-1-modificationdate-1645045823000-api-v2.png