How to set Subscription Payment method to Null Using Groovy?
(Doc ID 2698686.1)
Last updated on NOVEMBER 23, 2020
Applies to:
Oracle Fusion Subscription Management Cloud Service - Version 11.13.20.04.0 and laterInformation in this document applies to any platform.
Goal
On : 11.13.20.04.0 version, Extensibility
Not able to set Subscription Payment method to null using groovy
Script :
if(PONumber == null || PONumber == "")
{
setAttribute('PaymentMethodName',"")
}
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 |