GP UK - (RTI) Modifying The Product Name And URI In XML Frame Work
(Doc ID 2527235.1)
Last updated on NOVEMBER 26, 2021
Applies to:
PeopleSoft Enterprise HCM Global Payroll UK - Version 9.2 to 9.2 [Release 9]Information in this document applies to any platform.
Goal
RTI submissions currently contain the following Channel Routing details within the xml messages created from PeopleSoft, However HMRC has recommended to include the 4-digit vendor ID (5069) in <URI> Field rather than the <Product> Field
Existing XML Node
<ChannelRouting>
<Channel>
<URI>www.domain.com</URI>
<Product>PeopleSoft (5069)</Product>
<Version>9.2</Version>
</Channel>
</ChannelRouting>
Expected XML Node
<ChannelRouting>
<Channel>
<URI>www.domain.com/5069</URI>
<Product>PeopleSoft</Product>
<Version>9.2</Version>
</Channel>
</ChannelRouting>
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |