Skip to main content
 
developerWorks
AIX and UNIX
Information Mgmt
Lotus
New to Lotus
Products
How to buy
Downloads
Live demos
Technical library
Training
Support
Forums & community
Events
Rational
Tivoli
WebSphere
Java™ technology
Linux
Open source
SOA and Web services
Web development
XML
My developerWorks
About dW
Submit content
Feedback



developerWorks  >  Lotus  >  Forums & community  >  Enterprise Integration Forum

Enterprise Integration Forum

developerWorks

  

Sign in to participate PreviousPrevious NextNext

Replication : same source field to multiple target fields
Thomas Kennedy 20.May.10 09:51 AM Lotus Notes
LEI All Releases All Platforms


If the target is Notes -- and I think it is as you say Field and not column -- you can do this with the Data Transformation tab on the target connection document. This tab has three formulas you can fill in. They are:

A. Formula to execute during select

This formula is executed against documents in the target resultset just after the resultset is fetched. I think that means, before any update or insertion is performed. This is not what you want.

B. Formula to execute prior to insert

This formula is executed on new documents just before they are saved into the target.

C. Formula to execute prior to update

This formula is executed on documents whose data has changed as a result of the activity, just before the document is saved.

You should fill in (A) and (B). The syntax is:

SELECT @All;
some formula here;

In your activity you should map source FIELDA to target FIELDX. Then in your target connection:

For (B) you would say:

SELECT @All;
FieldY := FieldX;
FieldZ := FieldX;

For (C) you would say:

SELECT @All;
FieldY := FieldX;
FieldZ := FieldX;




Replication : same source field to ... (Sprecher Automa... 20.May.10)
. . Replication : same source field to ... (Thomas Kennedy 20.May.10)
. . . . RE: Replication : same source field... (Sprecher Automa... 21.May.10)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Author
Category
Platform
Release
Advanced search

Sign In or Register

 Sign In or Register
Sign in
Forgot your password?
Forgot your user name?
Create new registration

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS
More Lotus RSS feeds

Resources

 Resources
Forum use and etiquette
Native Notes Access
Web site Feedback

Lotus Support

 Lotus Support
IBM Support Portal - Lotus software
Lotus Support documents
Lotus support by product
Lotus support downloads
Lotus support RSS feeds

Wikis

 Wikis
IBM Composite Applications
IBM Mashup Center
IBM Connections
IBM Docs
IBM Forms
IBM Mobile Connect
IBM Sametime
IBM SmartCloud for Social Business
IBM Web Experience Factory
Lotus Domino
Lotus Domino Designer
Lotus Expeditor
Lotus Foundations
Lotus iNotes
Lotus Instructor Community Courseware
Lotus Notes
Lotus Notes & Domino Application Development
Lotus Notes Traveler
Lotus Protector
Lotus Quickr
Lotus Symphony
IBM Web Content Manager
WebSphere Portal

Lotus Forums


 Lotus Forums
Notes/Domino 9.0
Notes/Domino 8.5 + Traveler
Notes/Domino XPages development forum
Notes/Domino 8
Notes/Domino 6 and 7
Notes/Domino 4 and 5
IBM Connections
IBM Forms
IBM Mobile Connect
IBM Sametime
IBM SmartCloud Notes
IBM SmartCloud Meetings
IBM Web Content Manager
Lotus Domino Document Manager
Lotus e-learning
Lotus Enterprise Integration
Lotus Expeditor
Lotus Protector
Lotus Quickr
Lotus SmartSuite
Lotus Symphony
Lotus Symphony Developer Toolkit Support
Lotus Workflow