Click or drag to resize

SelectedItemCode Property

Code of the corresponding selected item. Lookup: Corresponding Lookup Auto-Validated.
Namespace:  ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:  ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntax
public string Code { get; set; }

Property Value

Type: String
Code As String.
Remarks
Note Note
  • Name - Code
  • Lookup - Corresponding lookup based on the criteria the code belongs to. For example, if the code is an agency code, then it will be validated using Agency lookup. Likewise for rest of the criteria.
  • Auto Validated - True
See Also