Insert a button that executes a script
Operating mode
Cloud Suite
|ON-PREMISES
Modules
Services & CRM
Budget & Phases
Purchases
Resource Planning
Business Intelligence
Buttons on pages and in lists can be shown via Custom renderer. They can also be used via page customizing of pages to start a script registered in Vertec.
The ScriptButton has the following properties:
The following rules apply:
In Vertec, a script is registered for entering settings on projects:
With the following customizing code we now add a button on the main page of the project to which the script is linked:
<Page Override="Project"> <ScriptButton Text="Vorgaben eintragen" ScriptName="Vorgaben eintragen" FlexWidth="0" HorizontalAlignment="Right" /> </Page>
On the interface, the script can now be called or executed directly by clicking on the button Enter settings: