Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2
Class |
ReleaseUpdateDB60_Cust |
Method |
updateCustInvoiceTableSymbol |
Description |
This method updates the bank constant symbol information for the CustInvoiceTable table. |
Affected Modules and Tables
Affected Modules |
|---|
Bank |
Affected Tables |
|---|
BankConstantSymbol |
CustInvoiceTable |
CustInvoiceTableSymbol |
Remarks
The bank constant symbol information used to be stored as a textual string in the old fields in AX4 and AX5. The new data model is a field that now holds a surrogate foreign key reference to the new BankConstantSymbol table through an extension table, namely the CustInvoiceTableSymbol table.
New Tables or Fields
Table |
Field |
Extended Data Type -or- Base Enum |
|---|---|---|
BankConstantSymbol |
ConstantSymbol |
CzConstantSymbol |
BankConstantSymbol |
Name |
Name |
CustInvoiceTableSymbol |
BankConstantSymbol |
RefRecId |
CustInvoiceTableSymbol |
CustInvoiceTable |
RefRecId |
CustInvoiceTableSymbol |
SpecificSymbol |
SpecificSymbol |
Name Changes for Tables or Fields
Old Table Name: CustInvoiceTable |
New Table Name: CustInvoiceTableSymbol |
|---|---|
Old Field Name: |
New Field Name: |
ConstantSymbol_CZ |
BankConstantSymbol (SFK) |