Ask a question
Limited-Time Offer: 50% off IBM TechXchange Conference 2025
IBM’s largest technical learning event is back October 6-9 in Orlando, FL
This article provides the user with details on how to include the fields in the record banner in the new AgileApps user interface. Users can include the following script in the formscript of an object. // Reusable script functions function insertBanner() ( var bannerContent = ` <div...
Overview This article provides details about how to perform custom validations using Form Script when a form is saved. This is achieved using the on-save form script capability of a form. Form Script allows you to specify JavaScript/JQuery code to execute, when a Form is loaded or saved....
1. Overview This article provides details about adding a custom button to a record form in an object. This is achieved using the form script capability of an object. 2. Prerequisites To perform the actions here, you should have a basic understanding of JavaScript, and jQuery. Also, you...