Why The TerritoryVersionId in Opportunity Groovy Script Is Returning Null ?
(Doc ID 2643667.1)
Last updated on MAY 11, 2022
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.13.17.05.0 and laterInformation in this document applies to any platform.
Goal
On : 11.13.19.10.0 version, Opportunities
Why The TerritoryVersionId in Opportunity Groovy Script Is Returning Null ?
Groovy Script used:
def OptyRes = OpportunityResource;
while(OptyRes.hasNext()) {
def OpRes = OptyRes.next();
def TerrName = OpRes.TerritoryVersionId;
println(' Territory' +TerrName);
}
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 |