Blog Category: Patch - 3 posts in this category
Category: Patch
Aug 20, 2021
Data - How to remove/delete a field from a record
From time to time, it may be necessary to remove or delete one or more fields from a single record. This post describes the formula to carry out this task.
Patch
May 28, 2021
Functions - Here's a use of the @ operator you may have been unaware of
Did you know that you can use the @ operator to validate the schema of a record? If not, this post describes this usage in more detail.
Patch
Mar 31, 2021
Data - How to update a record if it exists, or insert a new record if it doesn't exist
There's sometimes the requirement to create a data entry screen that either updates a record if it exists, or to insert a new record it doesn't exist. This post walks through how we can carry out this task.
Patch