Groovy
Discussion List
-
Copy Opportunity using GroovySummary Copy Opportunity using GroovyContent Hi Requirement is to perform opportunity copy automatically once it has scheduled revenue lines. I'm using webservice call i…
-
How to access Product/Product Group of Opportunity TerritorySummary Need to access products & product group which was added as part of territory dimensionContent From opportunity, need to access list of product & product group wh…
-
Getting Error in Schedule Custom Groovy Object FunctionsSummary JBO-27023: Failed to validate all rows in a transactionContent Having an object function in Account object which fetch set of child accounts and copy attributes …
-
How to Pass Multiple Parameter in SOAP Request from GroovySummary Trying to call SOAP request of ESS submit request and passing 5 parametersContent The ESS job submitted with last parameter passed in the request. The other 4 pa…
-
Assignment Service WSDLSummary Need help on the Assignment SOAP serviceContent I need to submit account assignment job through webservice from groovy and below SOAP service I found in the Orac…
-
Is there any profile option to set Account Owner as Territory OwnerSummary Is there any profile option to set Account Owner as Territory OwnerContent Can anyone please let us know, Is there any profile option / OOTB setting that sets Ac…
-
Getting "Invalid State" error in GroovySummary Trying to set fetch size for View ObjectContent I have a groovy script which will fetch records from Custom Object and process with Account object. Normally groo…
-
error occurred while importing data: OpenCursorException.Summary Importing data into Account object and few records error with OpenCursorExceptionContent I'm doing an data import into account object to update parent account fo…
-
Get Child Accounts from Parent Account RecordSummary Need to fetch list of child accounts from parent account record in groovyContent Need to perform update on the child account whenever parent account attribute go…
-
JBO-25184: Exception : oracle.jbo.JboException Invalid stateSummary Getting an exception in object function if I specify setMaxFetchSize(5000) for VOContent I have object function which will fetch records from custom object and t…
-
Classification category allows only one code to be assignedSummary You can't assign multiple classification codes to the party because this classification category allows only one code to be assigned. (HZ-120121)Content Hi, I ha…
-
Does Account Object Triggers Will Execute for Account ImportSummary Need confirmation on whether object triggers will get executed for data import activity on the object
-
Find Field Names from View ObjectSummary How to find out list of fields available in specific View Object?Content I need to find out fields available in FndTreeVersionVO, FndTreeNodeVO view objects. How…
-
ESS jobcall from OICS getting erroredSummary failing to call ess job from OICSContent HI All, Im trying to submit one ess job request from OICS, below are the error and payload. can someone help me. Error: …
-
Triggers are not firing for PATCH API callSummary I have a trigger in Account object and tried to update the account attribute [checkbox] through REST API call. The account record got updated successfully but tr…
-
How to create new DFF field In Incentive Compensation and make it available for reportingSummary How to create new DFF field In Incentive Compensation and make it available for reportingContent Hi, Want to create some DFF(Descriptive Flex-fields) in Incentiv…
-
Perform Copy Opportunity Operation using GroovySummary Perform Copy Opportunity Operation using GroovyContent Hi I have requirement to perform copy opportunity automatically based on certain flag. Is there a way we c…
-
Custom Object is not available in Import ManagementSummary Custom Object is not available in Import Management even after adding 'Custom Object Administration' role to User and checking Create,Update,Delete check-boxes f…
-
Return link in OBIEE DashboardSummary We want to have a link that will return from the dashboard to the main view in Analytics Tile.Content We want to have a link that will return from the dashboard …
-
Extract numbers from stringSummary Extract numbers from string in groovyContent I have below type of string in my output response in groovy. I need to extract unique numbers from this string and s…
-
Perform 'Run Assignment' on Account Object using ScriptSummary Perform 'Run Assignment' on Account Object using ScriptContent Hi I have a requirement to perform territory assignment operation on account automatically when th…
-
Is it possible to by pass territory based visibilty using groovySummary Need option to select customer from other territory in opportunityContent Hi All, We have an senario where sales user need to create opportunity for customer in …
-
How to know which SQL predicate used on partiular DCL filedSummary Is there any way which sql predicate is constraing in values out of all prdeicates on objectContent Hi All, Currently sales user is not able to see all account r…
-
Throwing Warning MessageContent Below is the script we'd created that will display a warning message. def warning = 'Customer Account is outsde your Market Unit.' adf.error.warn(warning) Issue:…
-
Save The Date: 20D-21A CX Sales Release WebinarsSummary 20D-21A Release Webinars for SFA & PRM, CDM and Platform and SPPMContent Save the Date for CX Sales 20D-21A Release Webinars Coming Soon to the Portal Oct 21, 20…
-
I am not able to see Activities associated with Business plan in analysisSummary Not able to see any result for Custom subject area having relation between Activity and Business PlanContent Hi, I have created the custom subject area of Activi…
-
How to populate sales record values into opportunity Page using Groovy ScriptContent Hi Team, We are in the middle of implementing CPQ. We currently have an email workflow triggered by a condition on the opportunity. What the business wants is to…
-
User Should not be able to qualify a lead before accept or rejectSummary Should not be able to qualify a lead before accept or reject (Owner)Content Should not be able to qualify a lead before accept or reject, Can we customize that u…
-
Warning Message shows twice before the record saves.Summary We want to show warning message once before the Lead record saves.Content Upon creation of the leads record, we have a validation rule that will check if the MMS…
-
Search and select layout expressionContent Hello Members, I would like to know how does the expression works for search and select layout? I would need to fetch value of custom field and display it in one…