Documentation
  • Introduction
  • The Platform
    • Create Application
    • View Builder
    • Report Builder
    • UI Templates
    • Client Policies
    • Client Script
    • Properties
    • Scripting Console
    • Routes
    • Server Policies
    • Server Scrips
    • Scheduled Jobs
    • Data Aggregation
    • Fields
    • Field Dropdowns
    • Collections
    • Sample Application
    • Debugging
  • Reference
    • Introduction
    • API
    • Functions
    • Errors
  • SOFOS EDU-TECH
    • Introduction
    • Reports
    • API
  • PELATIS ITSM
    • Introduction
  • Apps
    • USER MANAGEMENT APP
    • Order Management
      • Client
        • OrderManagement
        • AllOrders
        • ProductManagement
          • ProductTable
          • ProductForm
      • Server Scripts
        • Order
        • Product
      • API
        • Orders
        • Products
Powered by GitBook
On this page

Was this helpful?

  1. The Platform

Server Scrips

How to create a Server Script

A Server Script is the business logic which gets called inside the Route / Server Policy.

In order to create a Server Script, follow these steps: -

  1. On navigation, under Scripts, go to Server Script. You will see a list of all the Server Scripts.

  2. Click on ‘settings icon’ on top left corner and then click ‘new’.

  3. A form appears where you have to provide the following details: -

  4. Name - name of the Server Script.

  5. Active – Check / Uncheck if ready / not ready to used.

  6. Script – The code (Business Logic Class).

  7. Click on ‘create’ button. That’s it, you have created the Server Script.

PreviousServer PoliciesNextScheduled Jobs

Last updated 1 year ago

Was this helpful?