Difference between pages "Codeunit/ContentPrivate/PageCopyStructure" and "Codeunit/Integration/IntegrationFieldLookupKey"

From TempusServa wiki
(Difference between pages)
Jump to navigation Jump to search
old>Admin
(Created page with " The page is called with the command: '''dk.tempusserva.codeunit.common.PageCopyStructure''' Takes the following parameters * SagID * DataID The user activating the functio...")
 
old>Admin
 
Line 1: Line 1:
== What it does ==
Looks up another value based on the string provided, for use in a scheduled integration.


The page is called with the command: '''dk.tempusserva.codeunit.common.PageCopyStructure'''
A lookup will be executed sustituting the @VALUE@ in the SQL expression passed to the codeunit.


Takes the following parameters
Note that the @VALUE@ is SQL escaped for security reasons.
* SagID
* DataID


The user activating the function must have the group specified in "AllowCloneGroup"
== How to invoke ==
Insert value in field mapping
Designer > Integration > Import sources > [intergration] > [fieldmapping] > Codeunit handler


Example of usage:
  dk.p2e.blanket.codeunit.common.IntegrationFieldLookupKey
  main?command=dk.tempusserva.codeunit.common.PageCopyStructure&SagID=10&DataID=100
 
 
== Configuration ==
Insert an SQL expression in:
 
[fieldmapping] > Configuration values
 
The expression must contain the parameter: '''@VALUE@'''
 
 
== Developer info ==
* Type: CodeunitTranslator
* Security: None

Revision as of 11:32, 18 March 2013

What it does

Looks up another value based on the string provided, for use in a scheduled integration.

A lookup will be executed sustituting the @VALUE@ in the SQL expression passed to the codeunit.

Note that the @VALUE@ is SQL escaped for security reasons.

How to invoke

Insert value in field mapping Designer > Integration > Import sources > [intergration] > [fieldmapping] > Codeunit handler

  dk.p2e.blanket.codeunit.common.IntegrationFieldLookupKey


Configuration

Insert an SQL expression in:

[fieldmapping] > Configuration values

The expression must contain the parameter: @VALUE@


Developer info

  • Type: CodeunitTranslator
  • Security: None