Error Message from Form appears only when anyother error exists

Suryansh

Member
Issue with Form level Error

Hi,

We are using one custom application which has F0411 MBF to create logged voucher.In this application, we are using B0000111 Business function in order to check whether the remaining amount is Non Zero. B0000111 business function has to return error whenever the inputted amount is non zero. However the custom application is not displaying the error(0088) from the business function.

Application displays errors as " Date is in future period " and " Amount doesn't balance to gross" errors whenever F0411 Begin doc returns error.
If F0411 Begin doc doesn't return any error, then "Amount doesn't balance to gross" error is not displayed.

Could you please suggest what is restricting B0000111 from displaying error ?

ERROR INFO JDEERR - ID= 3, Error= 0088 - C:\E910\DV906\source\B0000111.c, Line= 122
Nov 10 10:34:11.458005 - 3652/7728 WRK:Starting jdeCallObject **********************************************************************************
Nov 10 10:34:11.458006 - 3652/7728 WRK:Starting jdeCallObject *** Start dumping data structure for business function IsJEInBalance
Nov 10 10:34:11.458007 - 3652/7728 WRK:Starting jdeCallObject **********************************************************************************
Nov 10 10:34:11.458008 - 3652/7728 WRK:Starting jdeCallObject OUT->[ 1] <Item>: mnRemaining <type>: MATH_NUMERIC <Value>: [500.00]
Nov 10 10:34:11.458009 - 3652/7728 WRK:Starting jdeCallObject **********************************************************************************
Nov 10 10:34:11.458010 - 3652/7728 WRK:Starting jdeCallObject *** End dumping data structure for business function IsJEInBalance
Nov 10 10:34:11.458011 - 3652/7728 WRK:Starting jdeCallObject **********************************************************************************
Nov 10 10:34:11.458012 - 3652/7728 WRK:Starting jdeCallObject Entering jdeCloseDictionary
Nov 10 10:34:11.458013 - 3652/7728 WRK:Starting jdeCallObject Exited jdeCloseDictionary with DDType 0
Nov 10 10:34:11.458014 - 3652/7728 WRK:Starting jdeCallObject Return value is 2 for IsJEInBalance. (BSFNLevel = 1)
Nov 10 10:34:11.458015 - 3652/7728 WRK:Call Object Entering AddObjectCache
Nov 10 10:34:11.458016 - 3652/7728 WRK:Call Object Entering JDB_ValidateActivateHUser (User 29C05538)
Nov 10 10:34:11.458017 - 3652/7728 WRK:Call Object Exiting JDB_ValidateActivateHUser with Success (User 29C05538) (numActive 0)
Nov 10 10:34:11.458018 - 3652/7728 WRK:Call Object Entering JDB_ValidateActivateHUser (User 29C05538)
Nov 10 10:34:11.458019 - 3652/7728 WRK:Call Object Exiting JDB_ValidateActivateHUser with Success (User 29C05538) (numActive 1)
Nov 10 10:34:11.458020 - 3652/7728 WRK:Call Object Entering JDB_ValidateActivateHUser (User 29C05538)
Nov 10 10:34:11.458021 - 3652/7728 WRK:Call Object Exiting JDB_ValidateActivateHUser with Success (User 29C05538) (numActive 0)
Nov 10 10:34:11.458022 - 3652/7728 WRK:Call Object KNT0000068 - jdeCallObject failed for IsJEInBalance
Nov 10 10:34:11.458023 - 3652/7728 WRK:Call Object no action properties to send, action property count = 0
Nov 10 10:34:11.458024 - 3652/7728 WRK:Call Object no item properties to send, item property count = 0
Nov 10 10:34:11.458025 - 3652/7728 WRK:Call Object Error count: Sent back - Server new #Error[1], #Warning[0]: Both Server&Client #Error[1] #Warning[0]
Nov 10 10:34:11.459000 - 3652/7728 WRK:Call Object Entering JDB_ValidateHUser (User 29C05538)
Nov 10 10:34:11.459001 - 3652/7728 WRK:Call Object Exiting JDB_ValidateHUser with Success (User 29C05538)
Nov 10 10:34:11.459002 - 3652/7728 WRK:Call Object END BUSINESS FUNCTION type 901, 127.0.0.1_61309_m173

Appreciate your help.

Surya R
Eone 9.0 , Tools 9.1.3.2 , SQL Server 2000
 
Last edited:
Back
Top