Difference between revisions of "Codeunit/Integration/IntegrationFieldFixDate"
Jump to navigation
Jump to search
old>Admin (Created page with '== What it does == Cleans up external data in date format, for use in a scheduled integration. String are cleaned using the date translateInput method. Data will be cleaned befo…') |
m (1 revision imported) |
(No difference)
|
Latest revision as of 11:51, 10 December 2021
What it does
Cleans up external data in date format, for use in a scheduled integration.
String are cleaned using the date translateInput method. Data will be cleaned before inserting without the use of this codeunut, but lookups and such might fail if the date is not formatted as YYYY-MM-DD.
How to invoke
Insert value in field mapping Designer > Integration > Import sources > [intergration] > [fieldmapping] > Codeunit handler
dk.p2e.blanket.codeunit.common.IntegrationFieldFixDate
Configuration
None.
Developer info
- Type: CodeunitTranslator
- Security: None