Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

Scribe - update/insert record with intermediate table


tony wright 2

Recommended Posts

Hi, is there a turorial on how to setup scribe so I can do an update/insert on two tables that have an "Intermediate" table between them

I am using the CRM Dynamics connector and have added the tables but I don't know how to link the tables so a new record can be inserted in the 3rd table.

My souce connection has AccountId which connects to the first and second tables easily enough, how do I link to the third table

Obviously the addressid won't exist until the record is created in the intermediate table.

 

 

 

Account

 

Intermediate

 

Address

 

 

AccountId

--------->

AccountId

 

 

 

 

 

 

AddressId

--------->

AddressId

 

 

 

Thanks

Tony

Link to comment
Share on other sites

Hi, thanks for the hint about using variables. I thought I had managed it when I found out about the cross reference linking, and it worked fine when inserting a new record. However when updating an account and adding a new address record of type "invoice", it seems to add the new record as type "Work" (default) and updates the current record (Which was "Work") type to "Invoice". I thought I might be able to add a Seek with the variable "XRefValue" created in the Cross Ref Linking but it just shows "#NULL!" when I try to use the variable  (Even though the cross linking works)

 

Are there any examples of using the variable in a solution

 

Thanks

 

Tony

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...