Created on 11 April 2017
icon_unfollowing
Login to follow
binary-concat

Binary Concat

icon_trusted
Stable version 2.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 15 July 2021 by 
We picked this asset for you. Give it a try.
binary-concat
Service icon
Binary Concat Service
Compatible with OutSystems 11
See morearrowrightdefaultarrowrighthover
binary-concat

Binary Concat

Documentation
2.0.1

The Binary Concat extension allows concatenating two binary data variables. It provides core services for the OutSystems Connectors Applications.

──────────────────────────────────────────────────────────────────

Currently, an idea exists to make the Binary Concat extension part of the BinaryData (System Components) extension.

──────────────────────────────────────────────────────────────────

It’s recommended to consult the demo application to obtain an implementation example.



How to concatenate 2 binary values?

──────────────────────────────────────────────────────────────────

  1. Download and install the Binary Concat component

Open the Forge Binary Concat page and download the component. The demo application can also be downloaded. Install it.

  1. Create the Binary Concat dependency

Open the Manage Dependencies option and search for BinaryConcat. Select the BinaryConcat action and apply changes.



  1. Create a screen variable to hold the concatenated value

In the desired screen, create a Binary Data type variable to hold the concatenated binary value. Name it ConcatenatedBinary.


  1. Create an action to concatenate the binary values

Create a server action in the screen that will concatenate two binary values. Name it Concatenate.

  1. Drag the BinaryConcat action

Open the Concatenate action created previously, and drag inside the canvas the imported BinaryConcat action available under the Logic tab.


  1. Assign the concatenated value

Always inside the Concatenate screen action, drag an Assign node between the BinaryConcat and End nodes. Assign the returned value of BinaryConcat action to the ConcatenatedBinary variable to hold the concatenated binary value.






  1. Provide the binary values to concatenate

Provide the binary values to concatenate filling the input parameters of the BinaryConcat action. Both BinaryField1 and BinaryField2 are mandatory Binary Data type variables.



  1. Concatenate the binary values

To concatenate the provided binary values, execute the Concatenate action. The concatenated binary value will be stored inside the ConcatenatedBinary variable.


Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Binary Concat has no dependencies.