In Jira software, Create issues directly in your calendar

With just a few clicks, we can create and schedule issues directly in our calendar. Prior to this change, issues were scheduled by adding start and due dates or using the unscheduled work panel. Issues can still be scheduled in those ways, but this is now the quickest way to do it. To create an… Continue reading In Jira software, Create issues directly in your calendar

Calendar in suitelet script to display all CRM activities

If you have to create a calendar in a suitelet script to display an employee’s CRM activities without considering the time of the activities, you can use this code. /**  *@NApiVersion 2.1  *@NScriptType Suitelet  *@NModuleScope SameAccount  */ define([‘N/ui/serverWidget’, ‘N/search’, ‘N/query’],   function (serverWidget, search, query,) {     /**      * Defines the custom eventList function to an array… Continue reading Calendar in suitelet script to display all CRM activities