
- #Duckcapture make jpeg and png images pdf
- #Duckcapture make jpeg and png images update
- #Duckcapture make jpeg and png images software
- #Duckcapture make jpeg and png images professional
#Duckcapture make jpeg and png images professional
#Duckcapture make jpeg and png images pdf
Supports many file types, such as BMP, JPG, and PDF.
#Duckcapture make jpeg and png images software
The software features many add-ons, such as fonts for typing directly on the picture and a grab screen function. The program is light on resources and is very easy to use. The following use-cases involves setting Custom Rules and Scripts.DuckCapture is simple, sleek, free, and provides perfect screen captures. Note: Custom scripts can be added from the Customization Menu -> Scripts -> Add Script Note: Custom rules can be added from the Customization Menu -> Rules -> Add Rule Note: Custom fields can be added from the Customization Menu -> Layouts -> Add Field. Set Incident Owner based on Incident Typeįirst, you will need to create an Automatic Rule.Incident.owner_id = " save, navigate back to the rule you created, select Edit, then click Add New in the Ordered If "Other" in incident.incident_type_ids: Next, select Add New under the condition section set the condition to: Incident Type contains Other. mbers= [" " save, navigate back to the rule you created, select Edit, then click Add New in the Ordered Set Incident members based on Incident Type.This script will automatically set an incident's owner to " if the incident type is Select Run Script and then select the script you created from the drop down menu. Set Incident Owner based on Incident PhaseĬreate an Automatic Rule on the Incident object.This script will now automatically set the members of an incident to: and an incident has type Other. Set Phase is changed to Complete condition. Create following incident script and add to the rule. This will set incident owner to " if incident phase is "Complete".įirst, you will need to create an Automatic Rule. Conditionally required fields based on conditions/activitiesįirst, you will need to create an Automatic Rule.This script will now automatically set the owner of an incident to " if that incident Next, select Add New under the condition section set the condition to: Phase is set to Complete. To do so, navigate to Customization Settings -> Rules and select New Rule. Next, select Add New under the condition section set the condition to: Incident Type contains Malware. Set the object type to Incident and enter the following in the codebox: Save the rule and navigate to the Scripts tab and select New Script.
#Duckcapture make jpeg and png images update
The Rule 'setRequiredFieldBasedOnConditons' is unable to update the Incident 'JonIncident' because: Incident type for Malware needs city name This will force you set "City" for incident when you create an incident whose type contains "Malware". Hit save, navigate back to the rule you created, select Edit, then click Add New in the Ordered Helper.fail("Incident type for Malware needs city name") If ("Malware" in incident.incident_type_ids) and (not incident.city) : #Codebox gml update# This script will force you to set the City field when creating a new incident IF Malware is Select Run Script and then select the script you created from the drop-down menu. An error is thrown if the creation is attempted without a valueįor City. Note: the same field can be optional for certain incident types and mandatory for others. This is an example script that will copy Task level notes and add them to the Incident Notes Widget. Navigate to an incident and create a data table called "tasknotes" with three columns - "taskid"(Number), "taskname"(Text) and "notetext"(Text Area, Rich Text) and place it under incident Notes Tab section. The "notetext" holds the text of the task note.
