Dictionary Component
Fnd_Dict_GetDate
Fnd_Dict_GetDate (dict ID; key name) -> Date
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| key name | Text | A key name |
| Function Result | Date | The value |
Description
This function returns a 4D Date value with the specified key from a dictionary.
Extracted source text
Fnd_Dict_GetDate (dict ID; key name) ➔ Date
Parameter Type Description
dict ID Number A dictionary ID
key name Text A key name
Function Result Date The value
This function returns a 4D Date value with the specified key from a dictionary.