Customer Form Issue: Automatic Matching Rule Set Defaults Value AutoRuleSet-1

In this Document

  Symptoms
  Changes
  Cause
  Solution
  References

APPLIES TO:

Oracle Receivables - Version 12.1.3 and later
Information in this document applies to any platform.

SYMPTOMS

Attempting to update the customer data in Customer page on the site profile tab.  The Automatic Matching Rule Set field defaults to AutoRuleSet-1 and cannot be removed.

When you attempt to NULL the field and save, the following error is received:

Error - Automatic Matching Ruleset is invalid -> Select a valid value.

Steps to Reproduce:
Responsibility:
  Receivables
Navigation:  Customers > Customers > Query customer 
Go To:  Site Details
Click on Profile 
Automatic Automatic Matching Rule Set Defaults Value is NULL 
Make any type of change
Automatic Matching Rule Set Defaults Value AutoRuleSet-1 
Click Apply
Error occurs

CHANGES

You applied Patch 7660309, which introduced a new field, AUTOMATIC MATCHING RULE Set, on the Customer Account profile tab in AR standard customers.
This field is used for a new Receipts function of AUTOMATIC MATCHING RULE Set

CAUSE

Fnd debug log show flag is set to True for ar_system_parameters_all.AUTOMATCH_ENABLED_FLAG.  
The code expects to see some value.

SOLUTION

If you are not using the function Automatic Match as part of Cash Application function, then you will need to turn off the Automatic Match function.   
The value AutoRuleSet-1 will no longer default.

1. Run the following script

Update ar_system_parameters_all
set AUTOMATCH_ENABLED_FLAG = ‘N‘
where AUTOMATCH_ENABLED_FLAG = ‘T‘
and org_id = <yourorgid>;

commit;

REFERENCES

NOTE:205233.1 - How To Define An Autocash Rule Set

时间: 2024-11-25 19:23:16

Customer Form Issue: Automatic Matching Rule Set Defaults Value AutoRuleSet-1的相关文章

Chinese Segmentation Introduction

1. Chinese Segmentation Introduction 最近两天系统的研究了一下中文分词算法,在这里做个简单的总结. 中文分词可以分为(1)基于词典的分词 和(2)非基于词典的分词. 基于词典的分词包括: * MMSEG * Forward/Backward matching * 最小切分 非基于词典的分词主要是通过统计学计算概率的方法进行中文分词,例如CRF, is probability based. And some other machine learning base

Restrict form resize -- Delphi

http://www.delphipages.com/forum/showthread.php?t=58391 Hi, How would I restrict a form from being resized smaller than say a height of 400 and a width of 600? I am looking for the most effecient code possible that does not produce any flickering whe

Haproxy Configure File

---------------------- HAProxy Configuration Manual ---------------------- version 1.5.11 willy tarreau 2015/02/01 This document covers the configuration language as implemented in the versionspecified above. It does not provide any hint, example or

jira的破解

1.下载 JIRA 3.12.3 Enterprise - Standalone(或是其他版本)  csdn上有 2.创建数据库:Create database jiradb character set utf8 3.修改配置文件: 3.1. entityengine.xml如下: <?xml version="1.0" encoding="UTF-8" ?><!--This file configures the OFBiz Entity Eng

RFC2616-HTTP1.1-Header Field Definitions(头字段规定部分—单词注释版)

part of Hypertext Transfer Protocol -- HTTP/1.1RFC 2616 Fielding, et al. 14 Header Field Definitions(规定) This section(部分,章节) defines(规定定义) the syntax(语法) and semantics(语意) of all standard(标准) HTTP/1.1 header fields. For entity-header fields, both sen

spring Transaction Management --官方

原文链接:http://docs.spring.io/spring/docs/current/spring-framework-reference/html/transaction.html 12. Transaction Management 12.1 Introduction to Spring Framework transaction management Comprehensive transaction support is among the most compelling rea

PatentTips - Systems, methods, and devices for dynamic resource monitoring and allocation in a cluster system

BACKGROUND? 1. Field? The embodiments of the disclosure generally relate to computer clusters, and more particularly to systems, methods, and devices for the efficient management of resources of computer clusters.? 2. Description of the Related Art?

Office 365 ADFS策略设置工具

ADFS全称为Active Directory Federation Services,即活动目录联合服务,我们主要用来做账号登录认证. 为了方便对其策略进行配置,写了下面的脚本,必须在ADFS主服务器运行. #------------------------------------------------------------------------------ # # Copyright  2012 Microsoft Corporation.  All rights reserved.

How to: Enable/Generate/Debug Core Dump In Linux?

http://www.itsprite.com/how-to-enablegeneratedebug-core-dump-in-linux/ What is Core Dump? If the running programs were terminated abnormal or crashed, the memory status ot the program will be recored by OS and saved in a file, this file is called “Co