Project:
View Revisions: Issue #36592 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0036592: Request Line information is not displayed properly in Output Content tab using form view | ||
Revision | 2017-08-07 09:07 by caristu | ||
Steps To Reproduce | 1) Install the attached module 2) Open the "Import UOM" process and execute it. 3) In the [EDL Request] window a new record has been created. 4) Switch to the [Request Line] subtab, wait until the processing of the request lines finishes. (Both requests will end having the "Success" status) 5) Move to the [Output Content] subtab, open any record in form view. Notice that the following value appears: "*** Not found *" for the "Request Line" field. This is happening because as the C_Import_Entry_Archive_ID and C_Import_Entry_Archive columns are used as record identifier in the OBEDL_Request_Line table, if any of them is null then the identifier can not be resolved properly in the ComboTableData class. |
||
Revision | 2017-08-07 08:30 by caristu | ||
Steps To Reproduce | 1) Install the attached module 2) Open the "Import UOM" process and execute it. 3) In the [EDL Request] window a new record has been created. 4) Switch to the [Request Line] subtab, wait until the processing of the request lines finishes. (Both requests will end having the "Success" status) 5) Move to the [Output Content] subtab, open any record in form view. Notice that the following value appears: "*** Not found *" for the "Request Line" field. This is happening because as the C_Import_Entry_Archive_ID and C_Import_Entry_Archive columns are used as record identifier in the OBEDL_Request_Line table. If any of them is null, then the identifier can not be resolved properly in the ComboTableData class. |
||
Revision | 2017-08-03 14:23 by caristu | ||
Steps To Reproduce | 1) Install the attached module 2) Open the "Import UOM" process and execute it. 3) In the [EDL Request] window a new record has been created. 4) Switch to the [Request Line] subtab, wait until the processing of the request lines finishes. (Both requests will end having the "Success" status) 5) Move to the [Output Content] subtab, open any record in form view. Notice that the following value appears: "*** Not found *" for the "Request Line" field. This is happening becuase as the C_Import_Entry_Archive_ID and C_Import_Entry_Archive columns are used as record identifier in the OBEDL_Request_Line table. If any of them is null, then the identifier can not be resolved properly in the ComboTableData class. |
Copyright © 2000 - 2009 MantisBT Group |