Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016490Openbravo ERP00. Application dictionarypublic2011-03-09 18:452011-04-12 12:23
xabiermerino 
AinhoaPagola 
urgentmajoralways
closedfixed 
5
2.50MP27 
2.50MP282.50MP29 
Core
No
0016490: Error in the validation 'C_AcctSchema - Schemas matching organizations'
This validation (C_AcctSchema - Schemas matching organizations):

EXISTS (SELECT 1 FROM AD_ORG_ACCTSCHEMA WHERE AD_ORG_ACCTSCHEMA.C_ACCTSCHEMA_ID = C_ACCTSCHEMA.C_ACCTSCHEMA_ID AND (AD_ISORGINCLUDED(@AD_Org_ID@, AD_ORG_ID, AD_CLIENT_ID)<>-1 OR AD_ISORGINCLUDED(@AD_Org_ID@, AD_ORG_ID, AD_CLIENT_ID)<>-1))

the condition 'AD_ISORGINCLUDED(@AD_Org_ID@, AD_ORG_ID, AD_CLIENT_ID)<>-1)' appears twice.
As System Administrator go to Application Dictionary || Setup || Validation Setup || Validation
- Select the validation C_AcctSchema - Schemas matching organizations
- Realize that the Validation Code is wrong
No tags attached.
blocks defect 00161893.0RC6 closed AinhoaPagola Error in the validation 'C_AcctSchema - Schemas matching organizations' 
Issue History
2011-03-25 13:46AinhoaPagolaTypedefect => backport
2011-03-25 13:46AinhoaPagolafix_in_branch => 2.50
2011-04-04 13:50hgbotCheckin
2011-04-04 13:50hgbotNote Added: 0035549
2011-04-04 13:50hgbotStatusscheduled => resolved
2011-04-04 13:50hgbotResolutionopen => fixed
2011-04-04 13:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/c0ba46f40970435b3a940970942106f46b0cf872 [^]
2011-04-12 12:23xabiermerinoNote Added: 0035847
2011-04-12 12:23xabiermerinoStatusresolved => closed
2011-04-12 12:23xabiermerinoFixed in Version => 2.50MP29

Notes
(0035549)
hgbot   
2011-04-04 13:50   
Repository: erp/stable/2.50
Changeset: c0ba46f40970435b3a940970942106f46b0cf872
Author: Ainhoa Pagola <ainhoa.pagola <at> openbravo.com>
Date: Mon Apr 04 13:49:52 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/c0ba46f40970435b3a940970942106f46b0cf872 [^]

Fixes issue 16490. New validation created

---
M src-db/database/sourcedata/AD_PROCESS_PARA.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
---
(0035847)
xabiermerino   
2011-04-12 12:23   
verified