Skip to main content
Solved

Unable to Rollback Posted Depreciation

  • August 26, 2021
  • 6 replies
  • 402 views

Forum|alt.badge.img+8

Hello.  I posted a depreciation proposal with posting date 4/3/2021 .  But when I try to rollback the posted depreciation, I get the below error:

 

 

I am not sure why I need to rollback any transactions for this object since the depreciation posting was the most recent transaction. All other transactions for this object were posted before the depreciation.

 

 

Any help or guidance on this would be much appreciated. Thank you.

Best answer by Shehan Almeida

Hi Andrei,

 

Please check the object transaction ID of the depreciation entry and the other import entries. Looking at the screen prints, I believe the import object transaction has a more recent number than the depreciation entry.

 If that it true you will have to rollback the import transaction 1st. 

 

Shehan Almeida.

This topic has been closed for replies.

6 replies

Shehan Almeida
Superhero (Partner)
Forum|alt.badge.img+18
  • Superhero (Partner)
  • 271 replies
  • Answer
  • August 26, 2021

Hi Andrei,

 

Please check the object transaction ID of the depreciation entry and the other import entries. Looking at the screen prints, I believe the import object transaction has a more recent number than the depreciation entry.

 If that it true you will have to rollback the import transaction 1st. 

 

Shehan Almeida.


Forum|alt.badge.img+8
  • Author
  • Sidekick (Customer)
  • 35 replies
  • August 26, 2021

<ignore this post>

 

 


Forum|alt.badge.img+8
  • Author
  • Sidekick (Customer)
  • 35 replies
  • August 26, 2021

Hi Andrei,

 

Please check the object transaction ID of the depreciation entry and the other import entries. Looking at the screen prints, I believe the import object transaction has a more recent number than the depreciation entry.

 If that it true you will have to rollback the import transaction 1st. 

 

Shehan Almeida.

Thank you Shehan, that is indeed the case.

 

Another question if you don’t mind. When I upload object transactions, there is a mandatory field called Object Transaction ID. How would I know what object transaction ID to put, and is it possible to have the same object transaction ID for two transactions?

 

 


Shehan Almeida
Superhero (Partner)
Forum|alt.badge.img+18
  • Superhero (Partner)
  • 271 replies
  • August 26, 2021

I do not think it is possible have same ID.

 

I think it will require some manual work to find the next available number by checking existing transaction IDs..


Forum|alt.badge.img+16
  • Hero (Customer)
  • 735 replies
  • August 26, 2021

Object transactiosn are numbered in IFS by database sequence, and method FA_OBJECT_TRANSACTION_API.GET_NEXT_OBJ_TRANS_ID retrieves next number available. 
 

For me to migrate fixed assets, migration job was always easier than external file. In migration job definition for single input file line you can trigger multiple methods, which makes possible importing object master, its books connected and balances/transactions from a single line.


Shehan Almeida
Superhero (Partner)
Forum|alt.badge.img+18
  • Superhero (Partner)
  • 271 replies
  • August 26, 2021

Yes. Migration job is better for this.