For the complete documentation index, see llms.txt. This page is also available as Markdown.

_createData

Creates a new Report Template.

Parameters

name

The name to be assigned to the Report Template.

description

The description for the new Report Template.

mainTable

The sort of area which the Report Template will be on, a list of what this parameter can be set to below:

  • account

  • accountCategory

  • asset

  • assetType

  • commonList

  • contract

  • contractType

  • customer

  • customerAssetLocation

  • customerType

  • department

  • form

  • file

  • goodReceived

  • goodReturned

  • invoice

  • job

  • jobRecurring

  • jobType

  • layoutGroup

  • location

  • log

  • marketingSource

  • marketingExpense

  • opportunity

  • opportunityStatus

  • priceBand

  • purchaseOrder

  • quote

  • referral

  • reportTemplate

  • requisitionOrder

  • scheduleOfRate

  • stock

  • stockBundle

  • stockCategory

  • stockHistory

  • stockInventory

  • stockSupplier

  • supplier

  • task

  • taskType

  • user

  • userRole

  • vehicle

Examples

General example of making a new Report Template:

If you specifically want a Report Template referring to Completed Jobs:

Results

On Success

On Failure

If the "name" parameter is not set:

Last updated