A Reusable Approach to Implementing Validations and UI Logic in Fusion Service Redwood
📑 This article is estimated to take approximately 8 minutes to read, and can save you hours of implementation and research. You are welcome! 😃
📽️ Before diving into this article, watch a 15-minute video.
Overview
The following article was created to assist system implementors who are looking to implement validations and UI logic in Redwood, or migrate some of the classic logic written in App Composer that functions slightly differently in Redwood. For example, a groovy script using a before insert trigger that generates a warning message.
Please note that VB Studio can handle some of the use cases mentioned below using its standard features, such as field templates. However, we believe that the provided code offers advantages and speed by eliminating the need to recreate certain templates that are included by default in Fusion Service.