Login    Sites MenuBlueStep

BlueStep Platform Support

RelateScript
Outline full outline 
Overview 
Data Types 
Operators 
Statements 
Functions 
Data Conversion 
String Functions 
HTML/CSS/JavaScript 
Array Functions 
Date/Time Functions 
Mathematical Functions 
Advanced Functions 
Restricted Functions 
clearCache()
B.clearCache
 
clearLock(...)
B.clearLock
 
End Point request/response
B.request,B.response
 
executeQuery(...)
B.executeQuery
 
logKeyword(...) 
Mckesson Functions 
prepareLookup(...) 
setBioImage() 
storeString(...) 
storeURL(...) 
Web Services 
Working with Relate Data 
How Formulas Work 
Related Topics 

The setBioImage() function is used to convert old Touch(I-Pad) signatures to the new Biometric Type. It takes 2 parameters. First, the Biometric field that is properly configured as a touch signature that is going to recieve the new data, and second, the raw data from the Memo Field that previously was being used. This function will return null if it can't properly read the data, true if everything was successful, or false if there was a problem setting the data.

Reminder, this is a restricted function and requires the formula that uses it to have a fixed id. 

Syntax:
setBioImage(
newBioField , oldMemoData )

Parameter Description
newBioField The new Biometric Field that has been configured as a Touch Signature.
oldMemoData Data from either Version 1 (coordinates) or Version 2 (base64 SVG) memo field.