Modifying The Mxcollab Table - IBM BJ0NJML - Service And Asset Management Integration Manual

Integration guide
Table of Contents

Advertisement

Collaboration Switch Additions

Modifying the MXCOLLAB Table

294
Before you modify the MXCOLLAB table to reflect these conditions, the INV
collaboration switches to have the following values:
Process Control ID
INV
INV
INV
To modify the MAXCOLLAB table:
1
Change the value of the INV/ EXT/ THISMX collaboration switches to 1 to
bypass normal update processing.
To update the collaboration switch, use the following SQL statement:
update mxcollab
set pcvalue
where pcid
and owner1sysid = 'EXT'
and owner2sysid = 'THISMX';
2
Select a system ID to represent Oracle Financials.
This procedure uses ORC as the system ID.
3
Add a new collaboration switch INV/ORC/THISMX to the MXCOLLAB table.
The single SQL statement following step 5 performs the processing for steps 3,
4, and 5.
4
Set the new collaboration switch process control value to 0.
This value directs the system to perform the normal balance and cost updates
when it receives issues from Oracle Financials.
5
Set the OWNERSYSID attribute on the inbound transaction to the system ID
you chose in step 2–in this case, ORC.
If OWNERSYSID is blank, the value in the DEFEXTSYS integration control is
used.
To perform the processing described in steps 3, 4 and 5, use the following SQL
statement:
insert into mxcollab
(pcid, owner1sysid, owner2sysid, pcvalue)
values ('INV', 'ORC', 'THISMX', 0);
System ID 1
System ID 2
THISMX
EXT
EXT
THISMX
EXT
EXT
=
1
= 'INV'
Process Control
Value
1
0
1
Integration Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents