We found 31 matches for: object

An overview of all object blocks currently available, updated daily!

get: custom field

In-pins

Object
field

Out-pins

Boolean
Value
Number
Date
Array
Object
file
update: update existing object

Updates existing object with given fields.

In-pins

Object
Object data to update fields in, the original object will be updated. Reference unsafe function.
mutations
Mutations to apply. Can be used to increase counters or set custom fields. Will be set before any of the selected fields.

Out-pins

Output
object: select fields from

In-pins

Fields
Object

Out-pins

Object
object: select custom fields from

In-pins

Fields
Object

Out-pins

Object
object: get first filled field

In-pins

Object

Out-pins

Output
create: deep-copy & update object

Makes a deep-copy of the given object, builds a new object filled with the given fields or mutations. This function has performance impact on wide-spread use.

In-pins

Object
Object data to merge into this object. These fields will be overwritten with the fields given in this action.
Mutations
Mutations to apply into this object. These fields will be overwritten with the fields given in this action.

Out-pins

Output
object: conditions: elseif

In-pins

default
else if
then

Out-pins

object
get: fields exist

In-pins

object
object: get keys

In-pins

object

Out-pins

array
object: empty object

Out-pins

Object
querystring: stringify

In-pins

object
sep
The substring used to delimit key and value pairs in the query string.

Default:
&
eq
The substring used to delimit keys and values in the query string.

Default:
=

Out-pins

success
querystring
object: switch

Returns a object based of the given expression.

In-pins

expression
The expression to evaluate.
default
The default statement to be executed.

Out-pins

output
Returns the object matching the expression.
match
Returns true in case a match was found.
edifact: generate ekt object

Generates an EKT object for the edifact EKT formatter

In-pins

Test Message
True if this is a test message
date
The date to be used

Default:
Now
Sender Name
Sender GLN
Receiver name
Receiver name (or buyer number)
Unique ID
Unique ID for this order (most likely the order guid)
Buyer ID Code
Buyer number
Auction Code
The code for the flower auction
Seller GLN
GLN code of the seller
Lines
Array of product lines (TIP: Use "EKT Line" object type in a concat)

Out-pins

EKT Object
edifact: ekt line

Generates a line object for in the EKT Object

In-pins

date
The line date to be used

Default:
Now
Product name
VBN Product Code
VBN Product Code
Supplier Code
Transaction Seq. Number
Single Transaction Sequence Number
Clock number
Number of the clock where the transaction was closed
Auction Seq. Number
Flower Auction Sequence Number
Batch Number
Order nr. seller
Order number on the side of the seller
Order nr. buyer
Order number on the side of the buyer
Quantity Units
Number of units
Quantity Per Unit
How much value in each unit
Price
Price in tenth of cents (1 euro = 1000)
Packaging Code
Packaging code according to VBN code list 901
Descriptions
Can contain objects with { code: S01, value: xxx }
purchaser number
The auction number identifying a purchaser
seat number
The auction number identifying a seat
picture url
The url to a picture
fs fotourl
The url to a picture

Out-pins

EKT Object
object: key -> value

In-pins

key
Value
Number
Object
Condition
Array

Out-pins

object
get: custom first defined

In-pins

object
fields

Out-pins

value
object: remove fields from

In-pins

Object

Out-pins

Object
get: custom field exists

In-pins

object
field

Out-pins

exists
create: object from mutations

Builds a new object filled with the given fields.

In-pins

Mutations
Mutations to build new object from.

Out-pins

Output
create: shallow-copy object

Builds a new object from the given object, holding deep references (e.g. deep.key.field).

In-pins

object
Object to build shallow-copy from.

Out-pins

Output
object: get guid

Returns the guid (field: _meta.guid) of the given object

In-pins

object

Out-pins

value
create: deep-copy object

Builds a new object from the given object, removing deep references. This function has performance impact on wide-spread use.

In-pins

object
Object to build deep-copy from.

Out-pins

Output
Object: parse xml

Parses an XML string into an object with XML attributed data

In-pins

XML
normalize
Transforms the keys to lowercase

Default:
false
strip prefix
Strips the xml namespace prefix from the keys

Default:
false
parse numbers
Parses integer-like strings and float-like strings as floats

Default:
false
parse booleans
Parses boolean-like strings to booleans

Default:
false

Out-pins

object
success
error
create: new object

Builds a new object filled with the given fields.

Out-pins

Output
object: conditions: if

In-pins

true
false
boolean

Out-pins

object
get: get fields

Gets the selected fields from the given object.

In-pins

object
Object to select the selected fields from.
object: get values

In-pins

object

Out-pins

array
object actions: merge objects

In-pins

object

Out-pins

object
geo: find nearest from given point

In-pins

from point
Object{ latitude: 52.518611, longitude: 13.408056 }
points
Array[Object{ latitude: 52.518611, longitude: 13.408056 }, Object{ latitude: 53.518611, longitude: 14.408056 }]

Out-pins

point
references: use

Use the object which was previously defined by a define reference

Out-pins

object
references: define

Store this object as reference, which can later be used by "use reference"

In-pins

object