Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
When you develop pages for Dynamics 365 Business Central that include a repeater control, it's useful to define whether the actions on a page apply to the whole page or to the repeater control on the page.
The Scope property lets you add row-specific actions to the shortcut menu that's available on each line. This gives users a more direct way to run actions that relate to the selected row.
For example, Line Comments relates to a line, but appears in the action bar. You specify the scope of the action by setting the Scope property on the page action to either Page or Repeater.
Note
We strongly recommend that you always set the Scope property when you develop pages for the Business Central Mobile App.
Learn more about how the settings are interpreted on the different clients in Scope property.