cancel
Showing results for 
Search instead for 
Did you mean: 

account reclassification

Former Member
0 Kudos

What is the best method to reclassify cash account based on whether it has negative or positive balance?

I tried to use business rule but did not see option to use -ve/+ve condition.

I am working on EPM 10 (MS)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

At present there is no standard reclassification functionality in BPC - script logic/stored procedure is your best option

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi David,

how do you get the data into BPC? If you load it using a conversion file you could have the sign check in the conversion file.

Regards,
Arnold

Former Member
0 Kudos

Hi David,

I believe you want to have a conditional reclassification depending on the sign of the source account. However, this can be done through business rules.

As Linda said, you need to do it with script logic.

You can use WHEN statement and copy the data from the source to the appropriate destination depending on your conditions.

Hope this helps.