Hi Techies,
Can any body know this ERROR: When i am pass the journals in AP/AR I am getting this ERROR Meassage
Error executing code: LedgerJournalEngine (object) has no valid runable code in method ‘initValueAsset’.
Stack trace
(C)\Classes\LedgerJournalEngine\initValueAsset
(C)\Forms\LedgerJournalTransVendInvoice\Data Sources\LedgerJournalTrans_Asset\Methods\initValue - line 7
(C)\Classes\FormDataSource\create
(C)\Forms\LedgerJournalTransVendInvoice\Data Sources\LedgerJournalTrans_Asset\Methods\create - line 14
(C)\Classes\FormRun\createRecord
(C)\Classes\FormDataSource\executeQuery
(C)\Forms\LedgerJournalTransVendInvoice\Data Sources\LedgerJournalTrans_Asset\Methods\executeQuery - line 11
(C)\Classes\FormDataSource\linkActive
(C)\Forms\LedgerJournalTransVendInvoice\Data Sources\LedgerJournalTrans_Asset\Methods\linkActive - line 5
Are there no errors when compiling the LedgerJournalEngine class?
Hi,
Error are there while compileing the LedgerJournalEngine
Then you need to fix those compile errors.
These are the ERRORs were displayed
Argument ‘assetTransTypeJournal’ is incompatible with the required type.
\Classes\LedgerJournalEngine\createDefsForAssetBookTableDerivedJourn
Argument ‘assetTransTypeJournal’ is incompatible with the required type.
\Classes\LedgerJournalEngine\fillAssetBookTableDerivedJournal_IN
Argument ‘assetTransTypeJournal’ is incompatible with the required type.
\Classes\LedgerJournalEngine\fillAssetGroupBookTableDerivedJournal_IN
Argument ‘assetTransTypeJournal’ is incompatible with the required type.
\Classes\LedgerJournalEngine\getDefaultAccount
Argument ‘assetTransTypeJournal’ is incompatible with the required type.
\Classes\LedgerJournalEngine\offsetLedgerDimension_RU
Operand types are not compatible with the operator.
\Classes\LedgerJournalEngine\accountModified
Operand types are not compatible with the operator.
\Classes\LedgerJournalEngine\accountModifiedTAccount
Operand types are not compatible with the operator.
\Classes\LedgerJournalEngine\accountModifiedTAccount
Argument ‘_assetTransType’ is incompatible with the required type.
\Classes\LedgerJournalEngine\accountNumLookup
Argument ‘assetTransTypeJournal’ is incompatible with the required type.
\Classes\LedgerJournalEngine\assetOffsetLedgerDimension
Operand types are not compatible with the operator.
\Classes\LedgerJournalEngine\defaultBookIdForFATransaction_PL
Operand types are not compatible with the operator.
\Classes\LedgerJournalEngine\initValue
Operand types are not compatible with the operator.
\Classes\LedgerJournalEngine\initValueAsset
That seems to be a problem with the code merging, can you tell us in what layers the code exists?
Hi Kranthi,
@ User Layer we are working currently…
So … wat is the solution for this … how can we find out … were the exatly this ERROR is located
Thanks
Vinod P
Do you mean that you have the USR layer changes in that method? If so can you compare and see if some code in lower layer is being overlayered?