Table of Contents

Sample Function Snapshot

This is the Setup Snapshot Table for a sample implementation of a "IQ Communication Method". This is populated by a TransferFields from the Setup Table (below referred to as "Base Setup Table") of this Communication Method, so the fields should match between the two tables.

This table is created by:

  • Copy the "Base Setup Table", rename and renumber
  • Rename field 9 from "Record Time Stamp" to "Snapshot Id"
  • Remove SqlTimestamp = true; from field 9
  • Change field 10, Description from FlowField to a normal field and set DataClassification = CustomerContent. Do the same for other FlowFields, if any.
  • Change Primary Key to field 9, "Snapshot Id"
  • Add a secondary key for Code
  • Remove any code

Object Definition

Object TypeTable
Object ID70314124
Object NameQWESR Sample Function Snapshot

Fields

Number Name Type
1 Code Code[20]
9 Snapshot Id BigInteger
10 Description Text[50]
11 Base Url Text[2000]

This documentation is generated from Spider v27.2