We just started with Development Tools and want to get started with Screen Designer and very simple scripts
The first idea is to have a dynmic link from SuperOffice to Jira
We want to use "Button" in Screen Designer to open the link URL-prefix + Jira ID
I would also be interested to know if there is a selection of scripts which can be re-used or reviewed for learning
Thank you very much
All Replies (1)
Hi Ralf,
For your specific use case, you would add that button as defined in the Add a button or link documentation. There is a TIP at the top of the page, linking to all available template variables, which can be used in the button URL link, and will be replaced with the variable data.
With Development Tools comes a lot of options. CRMScript automation is a significant component, as is schema extensibility with Custom Objects.
Here is a repo with a lot of CRMScript examples. There there are the docs about Custom Objects. These should be good resources to start with, and feel free to ask more questions later when you have more specific scenarios or use cases to discuss.
Best regards.