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