Project:
View Revisions: Issue #26412 | [ Back to Issue ] | ||
Summary | 0026412: Property fields based on computed columns with a FK fail | ||
Revision | 2014-04-30 15:38 by alostale | ||
Steps To Reproduce | - Install authorize.net module - Go to Payment In window, select a record - Go to Lines -> Error appears |
||
Revision | 2014-04-30 15:38 by alostale | ||
Description | Having a computed column which is a FK to another entity. if a property column is defined to show any property of that FK entity, it fails. In authorize.net module there are examples for this in Payment In > Lines tab. Ex.: _computedColumns.obautnFinPaymentScheduledetail.active |
||
Revision | 2014-04-30 09:06 by alostale | ||
Steps To Reproduce | 1) Go to the [Windows, Tabs and Fields] window and navigate to the Goods Shipment Record 2) Add a new property field to the header using a reference to a computed column, for example: salesOrder._computedColumns.deliveryStatus 3) Notice that is not possible as the following error is raised: Saving failed. id to load is required for loading |
||
Revision | 2014-04-29 11:50 by caristu | ||
Description | Property field based on computed columns are not working. If you try to create a new one using the new API (_computedColumns), the following error is raised: Saving failed. if property is not set then column must be set If you try to access a tab which has an already created property field of this type an error is raised (see error attached). |
||
Revision | 2014-04-29 11:47 by caristu | ||
Description | Property field based on computed columns are not working. If you try to create a new one, the following error is raised: Saving failed. if property is not set then column must be set If you try to access a tab which has an already created property field of this type an error is raised (see error attached). |
Copyright © 2000 - 2009 MantisBT Group |