Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #28438 All Revisions ] Back to Issue ]
Summary 0028438: Property fields cannot be included in validations
Revision 2015-02-18 13:50 by alostale
Steps To Reproduce As system admin role:

 * In Windows Tabs and Field open Currency > Currency Conversion tab definition
 * Add a new field:
    -name: Currency Code
    -property: currency.iSOCode
 * Create a new Validation Setup:
    -name: currency conversion
    -code: c_currency.iso_code != '@_propertyField_currencycode_ISO_Code@'
 * Edit C_Conversion_Rate.C_Currency_ID_To column adding the created validation


 * Open Currency Window
 * Select any record
 * Create new Conversion Rate
    -> check To Currency combo has no values: it should show all defined currencies but the one selected in the header
Revision 2015-02-16 17:49 by alostale
Steps To Reproduce As system admin role:
   Add the following code to the 'FIN_Payment status for transactons' validation:
      "Value IN ('RPAP','RDNC','RPPC','PWNC') and @DocumentNo@ is not null"
As group admin role:
   Go to Financial Account window and try to create a new record in the Transactions tab

Check the log shows the following message:
   "Error. The columns Status have validations which form a cycle."


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker