Fieldcode Manual
Tip: You can use filters for better results
-
Latest News
-
Getting Started
-
Work Place
-
-
-
- About Buttons
- Action Buttons
- Schedule Tickets
- Ticket Info and COMS Buttons
- Add Parts
- Assign Partners
- Remove Tickets from the Ticket Clipboard
- Inline Skill Editing
- Create Intervention Info
- Create Intervention Reports
- Cancel Tickets
- Cancel Appointments
- Clone Tickets
- Edit Ticket Details
- Edit Privat Notes
- Report Tickets
- Close Tickets
-
Admin Panel
-
FMA 2 App
-
Customer Portal
Last updated:October 18, 2024
Fieldcode Python API
Copy the URL link to this section to share
Fieldcode Embedded Python is a simplified code support solution for our configurable systems using the Python 2.7 syntax.
Please keep in mind that we do not provide full-blown Python support.
This implementation aims to make our customers’ lives easier by providing a familiar environment without exposing our system to potential threats.
| Feature | Supported | Comment |
|---|---|---|
| Variables | Yes | |
| Arithmetic operations | Yes | |
| Comparisons | Yes | |
| Field/index (re-)assignment | No | sets, lists and dicts are immutable. |
| If/else statements | Yes | |
| For/while statements | Yes* | for/while else branches and continue/break statements are not supported. |
| Try/except statements | No | |
| Class definitions | No | |
| Function definitions | No | |
| Lambdas | Yes | |
| IO functions | No | |
| Yes* | available as global function | |
| eval | No |
Topics
Copy the URL link to this section to share
- Global functions and data types
Definition of globally available functions and data types. - fcdatetime module
Custom module for Date & Time manipulation, utilizing offset date times. - fcinterface module
Custom module for interface-specific operations, such as HTTP requests, predefined action execution, and flow control. Available in the Interface system only.
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
