Validation Script Under Lead Object
(Doc ID 2554570.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.13.19.01.0 and laterInformation in this document applies to any platform.
Goal
On : 11.13.19.01.0 version, Leads, Sales Campaigns
Validation script under Lead object
I need to create a script in Lead object that do a validation that if a field is equal to 0 don’t allow to save and close.
This is the groovy I wrote:
if((nvl(SRNumber_c, "")!= "") && (NoOfActivities_c == 0))
return true
But I don’t know which trigger I should use
Can you please advise?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |