Fieldcode Manual
Tip: You can use filters for better results
-
Latest News
-
Quick Start
-
Work Place
-
-
-
- Manage Parts
- Assign Partners
- Interaction Buttons
- Workflow Buttons
- Ticket Info and COMS Buttons
- Schedule Tickets
- Edit Ticket Details
- Cancel Tickets
- Remove Tickets from the Ticket Clipboard
- Report Tickets
- Create Intervention Info
- Create Intervention Reports
- Cancel Appointments
- Clone Tickets
- Edit Privat Notes
- Inline Skill Editing
-
Admin Panel
-
- ServiceNow Connection
- Create Test Tickets
- Aliases Usage
- Workflows Usage
- What are Appearances in context of workflows?
- What are Buttons in context of workflows?
- What are Automations in context of workflows?
- What are Guides in context of workflows?
- What are Actions in context of workflows?
- Optimizer Settings
-
- Automations Section Explained
- Workflows Usage
- What are Actions in context of workflows?
- What are Guides in context of workflows?
- What are Automations in context of workflows?
- What are Buttons in context of workflows?
- What are Appearances in context of workflows?
- Workflow Monitoring
- Ticket Automated Actions
- Custom Object Automated Actions
- Conditions Settings
- Indications Settings
-
Fieldcode FMA app
-
Customer Portal
Last updated:October 22, 2024
What are Actions?
Copy the URL link to this section to share
Actions are executed immediately when a ticket passes through or enters a node. The firepath parameter can be used to trigger an action based on the path the ticket comes from. This can be useful if we want to open a form by going to the same step and the function should not be triggered again. One large action should be split into several smaller actions.
Action types
Copy the URL link to this section to share
Action icon | Action type | Description |
---|---|---|
SET | - Update field values of your object | |
GET | - Fetch field values of your object | |
CANCEL_REMAINING_APPOINTMENTS | - Cancel remaining appointments | |
TICKET_OUTSOURCE | - Assigns a ticket to any kind of partner - Has to be defined first (type of outsource) |
|
TICKET_CLIPBOARD | - Assigns a ticket to the clipboard | |
DOCUMENT_CREATE | - Allows you to create a file to the ticket - Fieldcode Support required |
|
DOCUMENT_UPLOAD | - Allows you to upload a file to the ticket | |
POLYGLOT | - Executing a Javascript (- Admin Page coming later) |
|
TIME_CALCULATION | Stay tuned! | |
EMAIL_SEND | - Sends an email with the option to attach a file from the ticket | |
DYNAMIC_LIST_SEARCH | - Searches items in the List menu of Admin panel |
Examples
Copy the URL link to this section to share
- Getting values
- Update the LSDT
- Update the Address data
- Insert time log
- Close timestamp
Detailed examples
Copy the URL link to this section to share
In preparation!
Was this topic helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5
Navigation