Groovy
Discussion List
-
Groovy script execution continues after browser close?Summary: hi! As I understand and from previous posts: Groovy can be used in our business objects that run on the server in a java based environment. Does that mean that …
-
Groovy code on Business Object Data Security RulesSummary: I can hardcode a value in a BO Data Security Rule condition & it works fine. However, when i try to use an expression in the rule (i.e. Groovy), although i can …
-
How to Join the Result of Multiple REST APIs GET Method in Visual BuilderSummary: How to Join the Result of Multiple External REST APIs GET Method as a single page table data in Visual Builder We have the Employee Details in one API and Manag…
-
Default a Value for Only for Specific Row using Select Single LOVSummary: We have 2 Values for a LOV Y and N for a Field named Eligibility which has 4 Rows named Row1, Row2, Row3 and Row4 from a SDP Table for each employee. We want to…
-
How to Validate Input Text Field of BOSummary: We have Requirement where for Each Employee we need to allow to Edit /Update a Field named Component which has 3 rows Component 1, Comonent1 and Component3 . Wh…
-
How to Change the Template of Existing VB Application to Redwood Pages TemplateSummary: We have requirement to Change the Existing VB Application which is based on Empty Template to Redwood Pages Template. Any Inputs on How to achieve this? Content…
-
How to Restrict BO Records for which transaction is already done /UpdatedSummary: We are fetching the data of BO through a User Name Page URL Parameter and Updating Certain Records available under that User Name in the Page. We are looking to…
-
-
-
Select (Single) to Filter ADPSummary: Can anybody Please share a Sample App to Filter ADP Table Data using Select (Single) Content (required): Version (include the version you are using, if applicab…MilanMohanty 65 views 3 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
undefined getting while clicking on search ButtonSummary: We have From date and To date in Input search criteria. If we don't put then it should pass NULL value but it seems "undefined" value is assigning. How to handl…
-
How to Use Request Transformation Option for ADPSummary: We are using Combo box to Store the LOV Values of Employee Number. This Employe Number is based on Variable SelectEmployeeNumber The Table Data is based on ADP …
-
How to do table Inline EditSummary: Can nay body Please share a Sample App for an Inline Edit using SDP/ Content (please ensure you mask any confidential information): Version (include the version…
-
How to Pass Multiple Parameters in Business Rule using Groovy ScriptSummary: We have written this Business Rule and we want to Update the Status Field based on three parameters peno, pperiod and ptype. def vo = newView('Employee') addBin…
-
Filter Criterion ADPSummary: We are using 3 Combo box to Filter Data Emp Noi, Department and Salary. We have written 3 Java scripts for each Filter to Filter the Data and Calling the Functi…
-
Retrieve Database Sequence Next value in VBCSSummary: Hi experts, How to get the sequence.nextval in VBCS and display it in user interface where sequence has been stored in ATP DB. Use case: When multiple users acc…
-
Use Checkbox to Select and Update the Data SelectedSummary: We are fetching the data from BO on to the Page based on Combox Filter. We have an Additional Requirement to additionally use a Checkbox in the Page and Select …
-
Checkbox Usage to make Table Data Read only.Summary: We have a requirement where once the user checks the Checkbox then the data fetched on the Table from the BO should be changed to Read Only. Please advise with …
-
How to implement loadMoreOnScroll for Rows on ADPSummary: loadMoreOnScroll for Rows on Table with ADP variable fetches default 25 Rows. How to Fetch more than 25 rows for ADP Content (required): Version (include the ve…
-
Sum Total and Average of SDP table Column dataSummary: We have a SDP table data We need to fetch the average of one column named Rank as Average Rank = Sum Total of Ranks/ # of Ranks for each Employee Please advise …
-
Can we Concatenate the UserName with the File in Resources FolderSummary: We need to download the File Placed Resouces path concatenated with $application.variables.UserName The File Test.csv in resouces\csv\ Test.csv should get downl…
-
Populate Data to a Table with ADP using Select Single LOVSummary: We are fetching the data from a BIP Report We are Populating the Data such as EmployeeNumber, Employee Name to a Form into Input Text Boxes based on the Employe…
-
How to Remove Duplicate data from Table fetched using ADPSummary: How to Remove Duplicate data from Table fetched using ADP Content (please ensure you mask any confidential information): Version (include the version you are us…
-
How to Display the Data on a Input-Text in a Form which is fetched from a BIP ReportSummary: We are able to display it in a Table Component using ADP variable but our requirement is to get the data in the Text on the Form as shown in screenshot Content …
-
Can anybody Please share a Sample App to Display the ADP data in a Form instead of Table?Summary: We are Fetching the Data from a BIP Report and have stored it in a ADP variable. Now We have designed a Form where we want to Display the Data (Employee Number …
-
How to Display the Data both in English and Spanish LanguageSummary: We have a requirement to Display the Header and the Table Data both in English and Spanish Language. Can anybody Please share any Sample App for reference. Cont…
-
Send Notification to group in business role (more than one role)Summary: Sending notification to groups in different role: adf.context.getSecurityContext()?.isUserInRole(roleName) Content (required): Hi Experts, from functions curren…
-
Display the File Name in Drag and Drop in File PickerSummary: How to Display the Selected File Name in Drag and Drop in File Picker Content (required): Version (include the version you are using, if applicable): Code Snipp…
-
Upload CSV File into an Object Storage BucketSummary: We are Pushing he Data from VB into a Bucket by using Object Storage. Can we Upload CSV File into a Bucket Directly. Content (required): Version (include the ve…
-
Validator for Input-Text and Input-Date to show it as Required Field on Clicking SaveSummary: Validator for Input-Text and Input-Date to show it as Required Field on Clicking Save Content (required): Version (include the version you are using, if applica…