Technical

April 17, 2020

How safe are our mobile devices? We love the convenience, but the reality is that our devices and the apps running on them are a big target for hackers, making developing mobile security one of the top priorities of our time.

January 28, 2020

Displaying blocks of information as an array of protected fields is easy and fast, but, it is not always the most effective way to impart information to your users. The Solution: Use Custom HTML Fields. With custom html fields, you can remove unnecessary information, more easily highlight important information for your users, and achieve a

November 7, 2019

This method is a simple way to send an email with WebClient. Create a function with these fields: toEmail: Recipient’s email fromEmail: Sender’s email subject: Subject from the email body: Message part from the email attachmentFileLocation(OPTIONAL): path from the file we will send as attachment   2. Add a source code object call “sendEmail” to your function.   3. Add the