InterviewSolution
Saved Bookmarks
| 1. |
In Our System, Asset Numbers Are Automatic Generated One By One. But Sometimes, It Skips The Sequence. For Example, We Have Closed A Period With A Last Asset Number 326, And When We Open The Next Period, It Is Gives An Asset Number Of 329. It Means We Missed Asset Number 327 & 328. Sometimes, It Also Happens Even Without Closing The Period. How Do I Fix This? |
|
Answer» You will need to check your Fa_distribution_history table to SEE if you are missing GAPS there and then trace it to where assets where CREATED, EITHER in FA or in PA. You will need to check your Fa_distribution_history table to see if you are missing gaps there and then trace it to where assets where created, either in FA or in PA. |
|