Dictionary Component
Fnd_Dict_ID
Fnd_Dict_ID (dict name) -> Number
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict name | Text | A dictionary name |
| Function Result | Number | The dictionary's reference number |
Description
This function returns the reference number with the first dictionary found with the specified name. Keep in mind that it is possible to create multiple dictionaries with the same name. If more than one dictionary exists with the specified name, the first match will be returned.
Extracted source text
Fnd_Dict_ID (dict name) ➔ Number
Parameter Type Description
dict name Text A dictionary name
Function Result Number The dictionary's reference number
This function returns the reference number with the first dictionary found with the specified name.
Keep in mind that it is possible to create multiple dictionaries with the same name. If more than one
dictionary exists with the specified name, the first match will be returned.