Collaboration Switch Additions
294
Integration Guide
Before you modify the MXCOLLAB table to reflect these conditions, the INV
collaboration switches to have the following values:
Modifying the MXCOLLAB Table
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 = 1
where pcid = ’INV’
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);
Process Control ID
System ID 1
System ID 2
Process Control
Value
INV
THISMX
EXT
1
INV
EXT
THISMX
0
INV
EXT
EXT
1
Summary of Contents for BJ0NJML - Service And Asset Management
Page 12: ...xii Integration Guide ...
Page 14: ...xiv Integration Guide ...
Page 16: ......
Page 31: ...Integration Framework for User Interface Integration Integration Framework Architecture 17 ...
Page 32: ...Integration Framework for User Interface Integration 18 Integration Guide ...
Page 60: ...Synchronous Inbound Integration Processing 46 Integration Guide ...
Page 122: ...Configuring External Systems 108 Integration Guide ...
Page 142: ...Non queue Error Management 128 Integration Guide ...
Page 154: ...Integration Components 140 Integration Guide ...
Page 156: ......
Page 172: ...Writing Custom Handlers 158 Integration Guide ...
Page 176: ...Queue Tables 162 Integration Guide ...
Page 190: ...IBM WebSphere MQ 176 Integration Guide ...
Page 212: ...Inbound Message Receipt 198 Integration Guide ...
Page 226: ...Integration Controls 212 Integration Guide ...
Page 252: ...Predefined External System Modifications 238 Integration Guide ...
Page 263: ...Web Service Queries Integration Queries 249 ...
Page 264: ...Web Service Queries 250 Integration Guide ...
Page 272: ...Integration Web Service Invocations 258 Integration Guide ...
Page 276: ...Multilanguage Attributes 262 Integration Guide ...
Page 293: ...Integration Module Invocation Integration Modules 279 ...
Page 294: ...Integration Module Invocation 280 Integration Guide ...
Page 302: ...Associating a Condition with a Signature Option 288 Integration Guide ...
Page 320: ...Work Order Collaboration Switches 306 Integration Guide ...
Page 324: ...310 Integration Guide ...