Groovy
Discussion List
-
How to get a code of member from SmartList via Groovy?Hello All, We are trying to create members via groovy, and for that we created a webform with the Business Rule Groovy attached which creates members in a dimension and … -
Groovy with hyperion planning 11.2.xHello, Is Groovy supported with hyperion planning 11.2.x ? Some references say no : https://support.oracle.com/epmos/faces/DocContentDisplay?_afrLoop=459791523767627&id=… -
Phone ValidationHow to add phone validation so that it show error message "Enter Valid Phone.." on saving the record when phone's fields are empty **This post was created as part of a …Siraj Syed -Support-Oracle 51 views 3 comments 0 points Most recent by Siraj Syed -Support-Oracle Sales -
Groovy Data Validation Error Cell Color for edited cell doesn't work for Smartview FormSummary: I make groovy rules to validate amount data inputted by user that will return certain color in cell data edited to prevent data is submitted to FCCS. It works w… -
Iterate through RESTapi resultsSummary: I return the result from the pbcsClient.listFiles command and it is in JSON format, ---{"details":null,"status":0,"items":[{"name":"apr/2023-11-01 03_09_116/acc… -
How to notify users about non-existing members after intégration of data (Data Management) ?Hello All, my best wishes for 2024 ! :) We would like to notify users about non-existing members (errors after Data Integation/Data Management). Could you tell us please… -
Filter the possibility of having a value in a multiple selection list Oracle CXSummary: Hello Community, I hope you are well It is required to validate the choice of a specific value in a multiple selection list, but since it is a list of this natu… -
How to get Account Number & Site Number in Customer DetailsSummary: Hi, I am trying to fetch Account Number & Site Number details from Finance to CX Customer details. In this picture Red color was Customer Number in CX & Blue co… -
Need to show the translations in other languages for Action Plans, Actions and ActivitiesSummary: We need to show the translations for Action Plans and related Actions and for the Activities related to the Sales Method of an Opportunity when a uses choose to… -
Need to call an object function from global function in CX Sales - how?Summary: Use a global function to call and pass data to an object function Content (please ensure you mask any confidential information): Hi all, I'm driving myself nuts… -
I would like to calculate the driving distance between 2 addresses in miles.Summary: I have the Latitude and Longitude available for both addresses. Is there a way to do this directly in groovy? I have seen the answers to this similar question s… -
Consolidating FIX StatementsSummary: Content (please ensure you mask any confidential information): I have an out of the box/implementation rule that has multiple FIX statements. Can I consolidate … -
Error: Publishing of another product group is in progress. Try again later. (QSC-375009)Summary: Currently, we are experiencing the following issue as a result of concurrent runs for Lock and Publish. Normally, the system takes 24 hours to release on its ow… -
Opening a form/tasklist directly from the link in Approval flowSummary: Client doesnt want to navigate the tool and should be able to directly be redirected to form/tasklist to approve budget transfers from the link that he/she rece… -
How to send reminder notifications to the owner of activity daily?Summary: Hi Team, We need to send reminder notifications to the owner of activity daily until the activity is completed. Is there any standard solution to achieve this? … -
unable to do the Data Export in ASO cube using groovy scriptSummary: The issue with the Groovy code can anyone please help me to resolve this Content (required): In the BSO cube, we can export the data using below Groovy Script t… -
How to auto update lead status to converted when connecting an existing opportunitySummary: When we connect an existing Opportunity to a new Lead, we are looking for a way to auto update the Lead status to Converted. Content (please ensure you mask any… -
Is it possible to run schedule process only in business hoursSummary Schedule Custom Groovy Function process is scheduled for every 1 hrContent Is there an option to run this schedule only in business hours? Like 8.00 AM to 6.00 P… -
Schedule process not working for custom child objectSummary: Schedule process not working for custom child object Just i am checking to set value via schedule process but its showing retry status. def Currentdate = today(… -
Using Opty Revenue field in Opty object trigger is getting an errorSummary: Meet Sales stage condition and updates in custom field found in Revenue Lines should execute action. However, adding the custom field in the script is not retur… -
Sum Total and Average of SDP table Column dataSummary: We have a SDP table data We need to fetch the average of one column named Rank as Average Rank = Sum Total of Ranks/ # of Ranks for each Employee Please advise … -
Clearing ASO cube on RTPs with GroovySummary: I am new to EPBCS and Groovy. I have a requirement to clear partial data from ASO cube by users on recurring basis. I am trying to write a business rule which u… -
Date difference in hoursSummary: How to calculate date difference between Datetime now and date from datetime field in groovy in hours Content (required): Version (include the version you are u… -
Data Integration Export by EndUsers and SSOSummary: Situation: Data Management is currently used to allow 5 dedicated endusers to export Data for their respective entity for 15 different scenarios (categories) an… -
Can we Concatenate the UserName with the File in Resources FolderSummary: We need to download the File Placed Resouces path concatenated with $application.variables.UserName The File Test.csv in resouces\csv\ Test.csv should get downl… -
POST works from POSTMAN and got error in groovyHi I am able to POST and getting the response from 'Postman' but when I create a Web Services and use it from groovy I receiving the 400 error. Can you please help me to… -
can we insert data into database directly instead of hitting an endpoint url from webserviceSummary: In sales cloud do we have provision to insert real time Opportunity data into database directly instead of hitting an endpoint url from webservice? whenever an …