Groovy
Discussion List
-
EPM automate connectionSummary: Currently, in our Groovy business rules, we are using the EPM Automate login command to establish the connection and then execute EPM Automate commands // Login…Priyesh P. Rane 21 views 4 comments 3 points Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Convert Json to csv using groovy scriptSummary: Hello all, Here is the json link: https://jsonplaceholder.typicode.com/users using this I'm able to display the content in jobs. I want to generate into csv fil… -
REST-Framework-Version header in GroovySummary I am trying to call REST API of activities and giving QUERY string with AND, OR parametersContent I am trying to call REST API of activities and giving QUERY str… -
Groovy script getEpmAutomate issueSummary: I am trying to run EPM Automate Using Server-Side Groovy. Content (please ensure you mask any confidential information): My script is as follows: EpmAutomate AM… -
Survivorship Rules using Groovy ScriptSummary: Hi Everyone, We a requirement from client to select the contact master record where CustomAttr = Y. We have a working groovy script and want to include this new… -
Groovy to change the member Name and its aliasHello everyone, To reduce the Administrator's job, I want to give the planner access to modify the member name and its alias. So my question is: How can I use Groovy for… -
how to limit the options to change Sales Stage?Summary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
Make Primary Contact as Non-Editable on CX Contact Screen.Summary: We want to make all the Primary contact as non editable which are associated to an account from CX screen but the same Primary contact should be editable from t… -
EPM Freeform supportSummary: Does EPM freeform support Artefacts, Rules (Calc & Groovy) same as per Planning? Content (please ensure you mask any confidential information): Does EPM freefor… -
Download CSV file from EPBCS inbox using GroovySummary: We are looking for a groovy code to download a file from epbcs inbox/outbox explorer to local machine. Unfortunately, we can't use epmautomate. Content (please … -
Assign Role to User via REST API (v2)Summary: We are seeking to run a Groovy script in one Planning environment to add a "User" role for a user in another Planning environment in the same domain using the R… -
update territory in oportunitySummary: update territory in oportunity Content (please ensure you mask any confidential information): Good day to all, My question is the following: Is there a way to u… -
Run pipeline using restapi in Groovy ScriptSummary: Hello guys, I'm trying to run a pipeline using Restapi in Groovy script. There is no error but i'm getting status 0 and it's not triggering to run the pipeline.…Makam Krishna Vamsi 424 views 11 comments 1 point Most recent by Ashutosh Bhatikar-Oracle EPM Platform and Freeform -
Calling REST/SOAP APIs in Connections via groovyHello All, Today we know that we can connect an internal or external REST APIs in connections and call them via groovy rule... For example : https://www.oracle.com/webfo… -
Groovy Rule using Substitution variable for colouring forecast monthsHi, Can we color forecast months using substitution variables (Jul to Dec)? Let's suppose I have Substitutions variable FCSTMonths (Jul to Dec). Is there any way to colo… -
24C Object Function "Type" fieldHi All, When we are trying to create a new object function we see a new field "Type" that is appearing in 24C application version. This Type field is having 2 values. 1.… -
EPBCS REST API: Adding users to already existing group is throwing out errorSummary: Hi - we need to add users on the fly to an existing group. The code is also attached. we keep getting the following errors even though all parameters are define… -
EPBCS Datamanagement groovy rule - with Json loopSummary: Hi Expert, I'm trying to call a groovy rule which will execute Data integration , changes source filter based on subvar for ent1 and ent2, First ent1 filter sho… -
Has anyone used server side epmautomate with a loopback (127.0.0.1) or "localhost" server name?Summary: I'm using a groovy script that uses server side epmautomate. In place of the the server name in the URL, I would like to use a loopback address like "localhost"… -
CX - Email template must contain accept or reject button, triggered by Object WorkflowWe have employed Object Workflow to trigger emails to Approver whenever a lead or opportunity is submitted for approval (Submit For Approval button which is a custom che… -
Using groovy to promote a planning unit - syntaxWe are building a groovy rule that will allow users to promote a planning unit. However, our json response and body is returning 201 {"links":null,"type":"HP"} Do we hav… -
How to provide multiple values for RTP when using groovy and REST APIHow to provide multiple values for RTP when running a business rule from REST API and groovy? Below is the code I am using: When I provide single value for RTP it is wor… -
Groovy export to importSummary: Can anyone see why I keep getting the below Groovy validation error this script is taken almost directly from the Groovy documentation. from what I read on crea… -
Data Integration: Passing arguments to Parameters list in Target Application using groovyHi all, Hope you guys are doing well! We have integrated BIP Report with certain arguments with EPBCS application. So, is it possible to pass the arguments using groovy?… -
Bell Notifications not displayingSummary: Hi, We have written some groovy script to trigger bell notifications following the documentation but nothing is being shown when it is triggered. And in runtime… -
Groovy to determine the attachment in cellHello everyone, I have one question. I created a new column in a input form for user to attach the file: I want to ask: How can I write Groovy to detemine the cell have …