Groovy
Discussion List
-
Pass parameters from a Groovy Business RuleSummary: Content (required): I have a Business Rule attached to a form that uses Groovy to execute only on the edited cells. I have a captured the members in variable "e… -
What is the URL / endpoint for calling an Object Function?Summary: I cannot find all the necessary information necessary for calling an "Object Function" written in Groovy via a REST API from an external REST client. Content (r… -
Is it possible to copy a text to the clipboard in groovy?Summary: How to copy a text or an URL to the clipboard (like a ctrl-c command) in groovy? Content (required): My customer wants a simple way to copy the URL of the curre… -
Member Description groovySummary: Is it possible to change/add Member description property through groovy? Content (required): My requirement is I have a position code dimension, and 2 Text fiel…
-
Calculation based on TimeSummary: Is it possible to load time and get the difference between two times in pubs? Content (required): We can't load the time in pbcs as there is no property for it,… -
Sending Email notification conditionallySummary: I need to send Email notification on update. Content (required): The notification on update should be conditionally. but on criteria I could not find a way to d… -
Trying to update Long Text field from a string in Groovy scriptingSummary: We have a long text field on the Activity Object. We want to set this field in Groovy scripting. We get the error Cannot assign value of type java.lang.String t… -
EPM agent before scripts groovy is not able to establish the connection with SOAP APISummary: I am trying to load data through soap API using EPM agent. I am already done with the groovy script and validated. it returns the API data in the groovy consol.… -
How to execute Groovy rules from user or planner user (non admin)Summary: I have a PBCS application with groovy rules, and I need to one user with non admin roles execute a groovy rule. When this user try to execute obtain this error:… -
Groovy features to write to fileSummary: Content (required): I've noticed that Groovy provides various methods to write to files such as CSVWriter and CreateFilePrintWriter. As I understand, both these…TejC 783 views 3 comments 0 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
CalcMgrGroovyNumberHello! I'm trying to mask data with a similar approach that the random function in excel. I've been reading old posts where there was a way to do this using @CalcMgrGroo… -
Force readonly on cells depending on user's group and a flag - GroovySummary: Force readonly on cells depending on user's group Content (required): Hello, Users found approvals complicated to use. So we are implementing a manuel worklfow … -
Groovy error "A method called by the line failed" when trying to integrate with EDMCSSummary: This groovy script has been created in order to export metadata from EDMCS and import it into Planning. But it still gets an error saying that "A method called …
-
Script or Template objects in Calc Manager, which one is better and why?Summary: Script or Template objects in Calc Manager, which one is better and why? Content (required): Hi All, I wanted to clarify what the community members think about …Fred_Mamadjanov 91 views 5 comments 0 points Most recent by Fred_Mamadjanov EPM Platform and Freeform -
How to refresh a form using a groovy rule?Summary: How to refresh a form using a groovy rule? Content (required): Dear all, I've written a Groovy rule to add some complex control before saving data. This rule is… -
Groovy error "A method called by the script failed on line..."Summary: I am trying to update the substitution variable using a groovy script from the Business rule, which is returning an error. Content (required): I have a groovy s… -
Is it possible to run a Groovy rule before load without User Variable error?Summary: Unable to execute a script replacing user variables because user variables are missing. Content (required): I am trying to execute a script that automatically f… -
Sum duplicate rows from Rest API export data slice to move data to FCCS through import data sliceSummary: Trying to move data between Planning and FCCS through Rest API export/import data slice using a groovy map but getting duplicate lines that aren't adding togeth… -
Calling Data Management REST API through scheduling PBC Groovy RuleSummary: We've built an Integration between ERP and PBC. We want to execute this integration every two hours for only a few days during a month. We want to automate this…Jeroen Goudvis 171 views 14 comments 0 points Most recent by Tim Good SC&H EPM Platform and Freeform -
I have to display date data which i have entered in dataform using groovy scriptSummary: Content (required): This is the data form in which I'm entering the data. I have to display the date format in Job console. This is the code i'm trying to displ… -
Documentation regarding usage & purposes of Supported Classes and Methods for Use in GroovySummary: Requesting a resource, such as a PDF or other documentation, that explains the functions and purposes of each method listed under the "Supported Classes and Met… -
Groovy Business Rule - crossDimCell across Multiple Dimension Members (Account and Scenario)Summary: We are attempting to use Groovy to assist with custom validation rules to run prior to save on forms in our application. However, the form in question uses the … -
How to convert ActivityDescription CLOB to text in Groovy ScriptSummary: We are trying to gather the ActivityDescription in a Groovy script to parse to an external system via Web Service. The issue we encounter is that ActivityDescri…