Groovy
Discussion List
-
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 … -
Unable to get field values in Before delete Trigger.Our requirement is whenever account team member is deleted , delete it from the related opporunities team as well We wrote a code on Sales Account-> Sales Account Resour… -
updating custom attribute using groovySummary: I am trying to update custom attribute based on the value user selects in smartlist.Basically in the form, user is allowed to choose Approval status. On saving … -
Server-side Command Execution - CloneEnvironment errorHi Getting this error when trying to execute cloneenvironment command using server-side epmautomate cloneEnvironment failed, Details: Invalid or missing parameter: Targe… -
Using SendMailHas anyone used Send Mail (v2) REST API to send emails to users? If anyone has, can you please help me understand how it's done? I've tried searching for it but didn't f…Shareef_Ahamed 21 views 2 comments 0 points Most recent by Patrick Northcraft EPM Platform and Freeform -
Error when increasing limit in get rest call Sales Order for Account in CXSummary: Content (please ensure you mask any confidential information): We try to get all the sales order data present in Order Management (OM) for customer account in C… -
Export Datagrid to flat file that doesn't use a comma delimiterSummary: I am trying to export data from the Capital Projects reporting cube to a text file, using a DataGrid. The groovy operation to do so is operation.exportDataToFil… -
Referencing a formula column in form while using the data grid cell iterator in groovySummary: Is there a way to reference a formula column that is on the form, while we iterate using operation.grid.dataCellIterator().each Content (please ensure you mask … -
Groovy BR REST API Send Email v2 AttachmentsSummary: Groovy business rule to send email using v2 is working except attachments. Content (required): Cannot seem to get the parameters syntax correct. Version (includ… -
append to a csv file.There was an error rendering this rich post. -
Send a fancy looking email with a data gridI've been using sendMail with embedded html tags to send formatted emails for a while now but a came across a new challenge. I need to be able to send a data grid but fo… -
Post text data to CLOB fieldSummary: Hi Team , Would it be feasible to post text data (without base64 encoding) to CLOB field and handle it via custom code/config to convert to base64? TIA Content … -
How to call custom messages in groovy?Summary: We defined custom messages in Manage Message setup task. We need to display the message over UI Content (required): When certain condition fails, we need to thr… -
Groovy Rule: Submit Date TypeSummary Submitting values to an account of date type rejectedContent In a groovy rule, using a DataGridBuilder, values submitting to an account of Date Type are being re… -
How can I add additional Value in a Choice List (Fixed) Multiple Select Choice List? using functionSummary: Ok so there is an existing field that has multiple values from the Choice List, and I am trying to setAttribute but do not want to overwrite the current values …