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).
.
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.
Hi Kyle,
I received word from the developers this will be available in V15SP1 HF11.
Phil
You are welcome Kyle. I also just received this from the developers as well which will be a change with v15 from the previous versions:
Also please note the manual assignment reason be found here:
select * from order_changes_log where bpart_id = 'ManualAssignment'
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.