Where is the manual assignment reason and comments stored in 15.1 database? It’s no longer in the demand table (previous versions) or in the order change log (15.x version).

.
Where is the manual assignment reason and comments stored in 15.1 database? It’s no longer in the demand table (previous versions) or in the order change log (15.x version).
.
Best answer by Phil Seifert
Hi Kyle,
It should be appearing in the demand table, however this appears to be an issue that was resolved in v15SP3. This means it needs to be fixed for 15SP1 (your version).
Once fixed, using the following SQL will return the manual assignments:
select * from demand where bpart_id = 'ManualAssignment'
Please log a ticket with your support group to get this sorted.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.