Groovy
Discussion List
-
Groovy script execution continues after browser close?Summary: hi! As I understand and from previous posts: Groovy can be used in our business objects that run on the server in a java based environment. Does that mean that … -
Make cells readonly for specified data rangeHello all, For a program we enter start date (01-02-2025)-dd-mm-yyy and End date (31-12-2025), From this range feb 2025 to dec 2025 the cells has to be editable remainin… -
Create or Update All Substitution Variables Defined for the ApplicationHello, I am trying to leverage "Update Substitution Variables " REST API and below is the code: Through Postman it is working fine. I am trying to execute it as I did fo… -
case sensitive check in view criteria querySummary: How to case sensitive check in view criteria query for the lead name field while creating a duplicate lead Content (please ensure you mask any confidential info… -
Is it possible to have a specific message show when throwing veto exception on a form rule?Summary: If a rule has a veto exception triggered when launched on save of a form it doesn't show the message on the pop up on the form, just that the rule failed. Conte… -
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 22 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… -
Is it possible to force a line on a form to read only by row/column vs by cell using Groovy?Summary: I would like to have a groovy business rule set security on an entire column or row to read only vs having to do it by cell. Content (please ensure you mask any… -
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 401 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"… -
Can not run groovy rule when attach rule to DashboardHello everyone, I have a dashboard. And now i want to attach the business rule (Groovy scrtipt) to this dashboard with the set up below: But the rule is groovy script. S… -
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…