Memo Line Translation

The memo line translation view object contains information about memo line translations, including memo line name, description, target language, source language, last update date, creation date, created by, and reference set. It provides multilingual support for standard memo lines. For example, if a standard memo line is defined in Spanish, the LANGUAGE column stores the code for Spanish.

Data Store Key : FscmTopModelAM.FinExtractAM.ArBiccExtractAM.MemoLineTLExtractPVO

Primary Keys : ArMemoLineTLMemoLineId, ArMemoLineTLLanguage, ArMemoLineTLSetId

Initial Extract Date : ArMemoLineTLCreationDate

Incremental Extract Date : ArMemoLineTLLastUpdateDate

Attributes

This table provides the list of exposed attributes and their descriptions.

Name Description
ArMemoLineTLCreatedBy The user who created the memo line translation.
ArMemoLineTLCreationDate The date and time the memo line translation was created.
ArMemoLineTLDescription The description of the Receivables memo line translation.
ArMemoLineTLLanguage The code of the target language for the memo line translation.
ArMemoLineTLLastUpdateDate The date and time the memo line translation was last updated.
ArMemoLineTLLastUpdateLogin The session login of the user who last updated the memo line translation.
ArMemoLineTLLastUpdatedBy The user who last updated the memo line translation.
ArMemoLineTLMemoLineId The identifier of the memo line translation.
ArMemoLineTLName The name of the memo line translation.
ArMemoLineTLObjectVersionNumber The number used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a memo line to detect whether another session has updated the row since it was queried.
ArMemoLineTLSeedDataSource The source of the memo line translation seed data record. A value of BULK_SEED_DATA_SCRIPT indicates that the record was uploaded in bulk. Otherwise, it specifies the name of the seed data file.
ArMemoLineTLSetId The identifier of the memo line translation reference set.
ArMemoLineTLSourceLang The code of the original language for the memo line translation.