Groovy
Discussion List
-
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… -
How to know CECOs and Accounts that have in different formsHello Experts, I have an assignment to do, in planning process we have all the accounts and all de cecos covered by different forms. I have maybe 50 forms with different… -
Groovy rule to get user's group and prevent that group modify data row in a formHello everyone, I have one question about groovy rule. If a have 4 users : U1, U2, U3, U4 and (U1,U2) are in group A, (U3, U4) are in group B. Now I have a form that bot… -
Business Rule behavior in PipelineSummary: Business Rule behavior in Pipeline Content (please ensure you mask any confidential information): Data Exchange Quick Mode Rule (EPM Automate Server-Side script… -
Application Composer cannot find custom object on NavigatorSummary: I have created a custom object and setup custom pages for landing/create/details/search regions. and assigned page access to SCM Job Role - Product Data Steward… -
Oracle Cloud Groovy Script - How to convert Accented letters to normal lettersOracle Cloud Groovy Script - How to convert Accented letters to normal letters Example: Convert Armação to Armacao -
Calling another Business Rule within a RuleHello, We understand there's an option to call another business as subprocess within a rule using following syntax. %Rule(name:="Rule to be called",application:="EPBCS",… -
Is it possible to map ERP DFFs to CDM?Summary: We have two DFFs on the ERP side, located in the HZ_CUST_ACCOUNTS table. The requirement is to use the two DFFs in a groovy script-based AccountSetMaster rule. … -
EPM agent - Events - How can i separate the events from each integration?Summary EPM agent - Events - How can i separate the events from each integration?Content Hi all, I have several integrations via EPM integration, some of them need the u… -
How to pass dynamic parameter to POST API from GroovySummary Need to pass dynamic parameter to Account REST API in the post call from Groovy script -
how to create a groovy script if a DFF in the contract line is null it will raise a warning messageSummary: how to create a conditional groovy script if a DFF in the contract line is null it will raise a warning message Content (please ensure you mask any confidential… -
Export specific dimensions from ASO cube to BSO cube using Groovy ScriptSummary: I've a script in groovy, basic script, it works but i need to remove a dimension that's in the row; Script: Cube cube = operation.application.getCube("CAPEX") c… -
how to export and import using groovy scripHi eveyone, I'v 2 cubes, ASO and BSO, for dense dimensions, to ASO its Account and to BSO its Period, can i use groovy to Export and Import with this case?? I mentioned … -
Need Calculation scriptsSummary: Our Company Contribution to Staff Association (1) Use the prior year’s actual contribution to staff association to forecast the contribution to staff associatio… -
CsvIterator fails when the file size is >100Mb script gives unknown errorSummary: CsvIterator fails when the file size is >100Mb script gives unknown error when the size is reduced the same code works fine. Content (please ensure you mask any… -
run the groovy to execute data map with Planner userHello everyone, Is there any way to run the data map when using planner users? A user with planner access facing issue while saving the data form that have the data push…