Credit check skipping Failure when using EFF
Summary:
Hi experts,
I tried a solution to skip the credit check failed status. I've used the documents' 'Skip Credit Check When You Use an Extensible Flexfield' part as guide. Also you find the document below. But the extension does not working when I check the checkbox. Also I receive the error below. When I search for the error on support, they say that it is about copying the sales order from original one. But I' ve created the sales order manually.
Also the extension script is:
Boolean isCCMgmtEnabled = false;
BigDecimal refHeaderId = header.getAttribute("ReferenceHeaderId");
if(refHeaderId != null)
{
def lookupVO =context.getViewObject("oracle.apps.financials.assets.shared.publicView.LookupPVO");
Tagged:
0