TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Page Details
First published by
charlie.mott
(fMicrosoft Partne)
When:
15 Jun 2012 4:25 AM
Last revision by
charlie.mott
(fMicrosoft Partne)
When:
6 Sep 2013 2:14 AM
Revisions:
28
Comments:
13
Options
Revision #16
Wiki
>
TechNet Articles
>
BizTalk: List of Custom Functoids
>
Revision #16
BizTalk: List of Custom Functoids
You are currently reviewing an older revision of this page.
Go to current version
Resources
List of out-of-the-box functoids
Custom Functoids Project Wizard for Visual Studio 2010 (
BizTalk MapperExtensions Functoid Wizard
+
User Instructions
)
Custom Functoid Class Template for Visual Studio 2010 (
Item Template for Visual Studio 2010: Custom BizTalk Functoid
+
User Instructions
)
BizTalk 2009 Custom Functoid Wizard
+
User Instructions
Unable to link functoid output to another functoid?
Name
Description
eliasen.eu.BizTalk.Functoids
Add Carriage Return and Line Feed
- This functoid adds Carriage Return (0x0D) and/or Line Feed (0x0A) to a string.
Convert First Letter to Uppercase
- This functoid converts a string into the same string, with all words inside the string having been converted to lowercase with a capital first letter.
CSV Extract
- This functoid extracts a certain substring from a string separated given a separator and a position.
Cumulative Comma
- This functoid creates a comma separated list of values based on a reoccurring element.
Date Converter
- This functoid converts a string representing a datetime from one format to another format, completely customizable
If Then Else
- This functoid helps you deal with the If-Then-Else issue in maps.
New GUID
- This functoid returns a newly generated and unique GUID.
Read Application Config
- This functoid reads a value from BizTalks app.config file.
String Replace
- This functoid replaces a string inside another string with a third string. It simply uses the String.Replace method in .NET 2.0.
BizTalk Map Extention Utility Pack
also available here:
2010
|
2006
Convert to epoch date (unix) format
- This functoid allows you to convert a traditional date (Human Readable Date) into a unix date (Epoch Date).
Convert from epoch date (unix) format
- This functoid allows you to convert a unix date (Epoch Date) into a traditional date (Human Readable Date).
Convert datetime format
: This functoid allows you to convert datetime format
Password Generator
- Use this functoid to build a random password.
Guid Generator
- This functoid allows you to generate a new Guid.
Tiny Id Generator
- This functoid allows you to generate a new Tiny Id.
Base64 Encoder
- This functoid allows you to decode Base64-encoded text strings.
Base64 Decoder
- This functoid allows you to convert string object into base64 encoded string.
BTSNTSvc Config Get
: This functoid allows you to get configuration parameters from BTSNTsvc.exe.config. If there is no section specified, the functoid reads from the AppSettings.
System Environment Variable Get
: This functoid allows you to get configuration parameters from machine System Environment Variable.
Custom Config Get
: This functoid allows you to get configuration parameters from a custom configuration file.
Windows Registry Config Get
: This functoid allows you to get configuration parameters from Windows Registry.
SSO Config Get
: This functoid allows you to get configuration parameters from SSO Database.
CRM Lookup
: This functoid allows you to retreive a value from CRM lookup field.
BizTalk Functoids Library
ConvertDate
- convert a date from one pattern to another.
RestFunctoids
REST Consume
- This functoid consumes a REST service and returns its response.
XPath Extractor
- This functoid extracts a part from a XML document.
My Functoids - Will upload somewhere soon
Pad
- Add a repeating character before or after a value to a specified length (e.g. add leading zeros).
Truncate
- Set max length. Trims any subsequent characters.
Replace Carriage Returns and line feeds
.
Packed Decimal Converter Functoid
Double to Packed Packed Decimal
- Convert from double to Packed Decimals.
Packed Decimal to Double
- Convert from Packed Decimals to Double.
Encryption Functoid
DecryptionFunctoid
Currency Converter Functoid
Currency converter
Database lookup functoid with caching
ExecuteQuery
- It will execute a query against a given database and cache the result
ExtractData
- The ExtractData functiod gets the value from the result of the query executed by the
ExecuteQuery
functoid.
DBFunktoids
DBFunktoids for BizTalk Server 2010
here
.
Stored Procedure Runner
- executes SQL Server stored procedures
Value Extraktor
- retrieves a value corresponding to a column name from the first row of records returned by the stored procedure
Error Extraktor
- retrieves a value corresponding to a column name from the first row of records returned by the stored procedure
ContextAccessor Functoids
Get Message Context Property values. (2 different functoids depending on whether the map is called from an orchestration or a port.)
EventLog Functoid
Will write to eventlog any output of string data type. It takes up 1 parameter and will return 1 parameter. It will return the same string after writing to eventlog.
Revert to this revision