Table 18122350 EOS JSON Import Buffer
Obsolete
Pending: This is no longer supported. (22.0)Table 18122350 EOS JSON Import Buffer
| Language | Caption | 
|---|---|
| en-US | JSON Import Buffer | 
Fields
Import Id (1)
Guid
| Language | Caption | 
|---|
Table Id (2)
Integer
| Language | Caption | 
|---|
Entry No. (3)
Integer
| Language | Caption | 
|---|
Sequence (5)
Integer
| Language | Caption | 
|---|
Table Name (10)
Text[250]
| Language | Caption | 
|---|
Data (20)
Blob
| Language | Caption | 
|---|
Status (30)
Option
" " (0) , "Completed" (1) , "Failed" (2)
| Language | Caption | 
|---|
Error Message (50)
Text[250]
| Language | Caption | 
|---|
Full Error Message (51)
Blob
| Language | Caption | 
|---|
Start Date/Time (60)
DateTime
| Language | Caption | 
|---|
Stop Date/Time (61)
DateTime
| Language | Caption | 
|---|
Duration (62)
Duration
| Language | Caption | 
|---|---|
| en-US | Duration | 
Overwrite (70)
Boolean
| Language | Caption | 
|---|
Methods
ParseJsonData
procedure ParseJsonData()
Parses the data-chunk contained in Data and extracts some metadata (such as TableId, TableName) from that chunk, writing it to the corresponding fields.
SetErrorMessage
procedure SetErrorMessage(NewErrorMessage: Text)
Marks the entry as failed with the given error message.
Parameters / Return Value
- NewErrorMessage - Text[]- The error message to be set on the record. 
GetErrorMessage
procedure GetErrorMessage(): Text
Retrieves the error message for the current record, if there is one.
Parameters / Return Value
- Returns - Text[]- The error message. If the record did not fail, or does not have an error, an empty string is returned. 
UpdateDuration
procedure UpdateDuration()
Updates the value in the field Duration by using Stop Date/Time and Start Date/Time.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.