TemplateId
The ID of the template used for the Processing Object.
Group: JDE Processing Option
Syntax: Object value, Object property = JDEtemplateID
Example:
Dim sTemplateId As String
Dim oJDE As New JDEProcOpt
oJDE.ProgramID = “P4113”
oJDE.Version = “ZJDE0001”
sTemplateId = oJDE.TemplateId
The result of sTemplateId is ‘T4113’