Groovy
Discussion List
-
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 … -
Retrieve in an EPBCS form the number of attachments of a cellSummary: Retrieve in a form the number of attachments of a cell Content (required): Hello, I want to retrieve in a form the number of attachments of a cell next to the c… -
Data push from PCM_CLC to PCM_REP using Groovy in EPCMSummary: Hi Team, I am curious to know if we can push data from Calculation cube(PCM_CLC) to Reporting cube(PCM_REP) using Groovy Script in EPCM. If anyone has tried ple… -
How to make Revenue line item Amount as read only fieldSummary How to make Revenue line item Amount as read only field -
Need to find a way to change some HomePage appearance feature via Groovy/EPM AutomateSummary: Hi, We would need to change something in the HomePage of a PBCS application via Groovy Rule / EPM Automate. It could consist in the change of background image, … -
Business event/trigger/WF not working when product is imported from PIMSummary: Hi, Our products come from CPQ to PIM, and then we use scheduled process "Import sales products from PIM" to display the products in Sales Products UI. In this … -
Promote Planning Units using GroovySummary: We're trying to manage approvals using Groovy but we're not able to fetch and apply actions like Promote, originate etc. using Groovy. We've followed all the st… -
I am trying to use Groovy scripting to return the current user name for an account within Planning.Summary: In Planning, I am trying to return the logged user name (full name if possible) for an account which shows the initiator of the process. For example, if I log i… -
EPM Agent Integration from Sales Fusion to EPM.We have gone through the following documnetation for EPM Agent Integration. https://docs.oracle.com/en/cloud/saas/enterprise-performance-management-common/diepm/epm_agen… -
What is the Account Deep link in Sales ModuleSummary: Hi Team, We are trying to create a deep link for account to navigate to edit an account. We are using following link but it is navigating to landing page of the… -
Groovy EPBCS - 3 double quotes is encountered in CSV file when concatenated with double quotesHi guys, We have a variable years_m in which we are concatenating double quotes as below years_m = '"'+cell.getMemberName("Years")+'"' And the variable is passed to out.… -
adf.context.getSecurityContext().getUserName() does not return results for a specific userWe are using standard groovy function "adf.context.getSecurityContext().getUserName()" to set user who approved ticket to a custom field Below is the code setAttribute('… -
ASO GROOVY Script to export data to a file for a specific scenario excluding the shared membersSummary: Hi All, Im trying to write a calc manager groovy script to export the data out of ASO reporting cube for specific scenario to a file which excludes the shared m… -
How to print the Duplicate data in a form in incremental order using groovySummary: Exporting the Repeated Data Combination in a form in incremental order using Groovy Content (please ensure you mask any confidential information): I want to pri…Sri Harsha Panchumarthy 21 views 1 comment 0 points Most recent by Brett Rooks EPM Platform and Freeform -
List Files in EPBCS Planning inbox using REST APISummary: Need to have a groovy REST API code as business rule to see the list of files in the inbox (Planning) specifically just the name. we want to filter so that it j…