Groovy
Discussion List
-
Groovy how to get member combinations from DataGridSummary: Content (required): Dears, I am looking for a way to get member combinations from a Datagrid, for instance: builderUnit.addRow(['Unit', 'Account'], [['Lvl0Desce…
-
Delete file REST API - GroovySummary: Has anyone successfully used the Delete Files (v2) API in a groovy business rule? Content (required): I am able to make the API call from Postman. However I kee…
-
Can we delete attribute members via a groovy script?We have a requirement to delete attribute members and are wanting to do this via a groovy script, however can't seem to find a method to do this - has anyone done this b…
-
Groovy REST sendmail fails with "IOException while sending message"Summary: Groovy rule to sendmail via REST. The request works fine in that it is passed through the connection. But the email never arrives. Checking the status returns s…
-
Unable to get current rule name in groovySummary: Trying to get the name of the current rule in groovy. Getting generic error: Script failed on line: 522, with error: An error occurred while processing this pag…
-
check whether member is descendant of any parent in groovySummary: how to find the the member is a descendant of any parent in groovy Content (required): How can we check whether selected member from pov is a descendant of any …
-
Send Email REST API Stop Working from Last FridaySummary: Send Email REST API Stop Working from Last Friday in Prod Content (required): I have noticed that from multiple clients. Using REST API to trigger send email st…
-
get a parent members in a list for list of lvl0 members in groovySummary: get a parent members in a list for list of lvl0 members in groovy Content (required): I have lvl0 members in list extracted from flexform need to create another…
-
Test on smartlist value in groovySummary: hi all, Test on smartlist value in groovy Content (required): Is it possible to test on a smartlist value in groovy. We want to make cells read only if a cell v…
-
Restore Backup - Rest API Status CheckingHi, Has anyone here used the Restore Backup functionality via Rest API? We have successfully been able to use it via groovy business rule in one of our planning apps, bu…
-
Invoking a Cube Refresh via Business RuleSummary I am trying to create a business rule that executes the Cube refreshContent I am trying to create a business rule that executes a cube refresh. I have created a …
-
Groovy - Acting on Edited Cells IssueHi, We are running a basic groovy rule on save to act only on edited cells. The form in question is a spin off of the OOB expense trending form, but with additional dime…
-
Validating smartlist selection through groovySummary: Hi,I want to check if user has selected same smartlist value in other lineitem,and throw the error Content (required): I have a smartlist called "Customer Group…
-
Multiple calculation scripts from a single groovy scriptSummary: Can we run multiple calculation scripts from a single groovy script? Content (required): Hi, I tried running a groovy script with 2 cal scripts (base on 2 strin…
-
Groovy Data Movement Across ApplicationsSummary: Hi Experts, In the past, I have successfully used Groovy scripting to move data around within a cube, or between cubes in an Application using the GridBuilder o…
-
Push Data from BSO to ASO On Load of Dashboard - ASO Web FormSummary: The short version is that I need to be able to run a Smart Push of data from a BSO to ASO cube ON LOAD on an ASO web form/dashboard through Groovy. Content (req…
-
Downloading CSV files from EPBCS Inbox/Outbox Explorer using Groovy scripting and REST APIHi guys, We are trying to download CSV files that are published in Inbox/Outbox Explorer in EPBCS application. We tried to download these files using REST API using Scri…
-
EPBCS: Using REST API to create GroupsSummary: we need to use REST API to create Groups on the fly. Please see the code snippet. we keep getting the following error messages…
-
Using Groovy to Pass a Smart List Value from form rows (need to pass WITHOUT quotes)Summary: Is there a supplemental Groovy function, or other technique, that can convert a pulled smart list value from a form WITHOUT quotes? Content (required): We are t…
-
Ruleset Validates/Deploys and displays success message, but isn't runningSummary: We have a rule set of 5 rules that validates and deploys without issue. It is connected to an action menu item and when I select it from the right click menu, i…User_2025-02-11-06-55-16-264 21 views 2 comments 0 points Most recent by User_2025-02-11-06-55-16-264 Planning
-
Which application type should we select upon conversion to EPBCS, Custom or Module?Our service was just updated, and we are ready to convert from PBCS to EPBCS. We have read the documentation (Converting a Standard or Reporting Application to an Enterp…
-
Assigning value to a member derived from RTP (The member is not refreshed)Summary: we have an RTP Member which is refreshed. A child has been created under it using groovy method of add dynamic child in a different process and this member is n…
-
$value is being considered as variable in REST API get method (SharePoint Integration)Hi guys, I am trying to get data from a CSV file which is uploaded in SharePoint to EPBCS application. From Sharepoint REST API, using the following Source URL GET https…
-
How to use Groovy and REST API to filter and execute datamap, and set substitution variablesSummary: I want to find out if you can set dimension parameters when running a datamap using a REST API call in Groovy, in PBCS calc rules. Secondly, I want to know if s…
-
Removing a member using groovySummary: Hi, While designing a DataGridDefinitionBuilder can I remove a member from a Planning list ? builder2.addRow(['Entity', 'Account'], [['Lvl0Descendants("Entity")…
-
Transferring a file from Inbox/Outbox Explorer to Data management using GroovySummary: Need to transfer file from Inbox/Outbox Explorer to Data Management using groovy in EPBCS. Content (required): Hi . I have a file in Inbox/Outbox Explorer as be…
-
Need to connect an On Prem Source to EPBCS using OICSummary: Need to connect an On Prem Source to EPBCS using OIC. Couldn't find much help online but wanted to understand that since we will be using REST API for the conne…
-
Grrovy : getting members with values from a datagrid.Summary: Grrovy : getting members with values from a datagrid. Content (required): Dears, I have been trying the following without success, but I guess I am pretty close…