Michael Somoza
Hi I'm a customer!
- Total activity 3310
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 1972
Articles
Recent activity by Michael Somoza-
Local SSH FTP Users configuration
Note: This feature is being deprecated. For similar functionality, use a Users host. See Users Host for more information. Note: This section applies to the Cleo VLTrader and Cleo Harmony applicat...
-
DecodeString
Takes a Base64-encoded string and converts it to a normal string.Commonly used when receiving Base64-encoded data from an external system, API, or connector — for example, decoding a value pulled f...
-
Local command reference
CHECK See CHECK Command for information about this command. comment # text... Lines in the action starting with a # character are considered comments and will be ignored when the action exe...
-
Create data projects in D365 SCM
Take these steps in the D365 SCM ERP instance before creating data projects. Enable the Create error file in Data Management Framework parameters. Refresh Entity list Configuring Data project...
-
DivideRoundDown
Divides one number (dividend) by another (divisor) and returns a numeric result. Property Type Description Dividend Number The number to be divided by another number (divisor). Divisor Numbe...
-
DivideRoundHalfUp
Divides one number (dividend) by another (divisor) and returns a numeric result. Property Type Description Dividend Number The number to be divided by another number (divisor). Divisor Numbe...
-
Duration Equals
This task is a conditional comparison tool. It checks whether two Duration variables are equal and returns a boolean result — true if they match, true if both are null, and false if only one is nul...
-
EncodeString
Takes a normal string as a parameter and converts it to a Base64-encoded string.Commonly used when a target system, API, or connector requires Base64-encoded input — for example, encoding credentia...
-
EndsWith
This action takes two strings - text and suffix - and returns true if text ends with suffix.Use case: Routing files by type in an EDI/B2B integrationSuppose you have a Cleo Ruleset that monitors an...
-
ExecuteContentRouter
This older Action was used in Data Analysis Rulesets to match values in order to find and execute Routes. Property Type Description Route Values(1-20) String Application routing criteria. So...