Documaker: How to use this trigger to overflow and XPath.

Hello

My first question, please help me!
I create a form as follows.
A page is set to overflow with group.
______________________
Page (Body)
Group
* Trigger manual Mask (Count) of research:! / xxx/data/RiskInfo/risk
Section header
Section-A
* Trigger manual search Mask(True/false):! / xxx/data/RiskInfo/risk [*] [Code = 'A']
Section-B
* Trigger manual search Mask(True/false):! / xxx/data/RiskInfo/risk [*] [Code = 'B']
End group
______________________

The XML code example is as follows.
.....
< RiskInfo >
< risk >
< code > < code > A
< name > XXX < / name >
< / risk >
< risk >
B < code > < code >
< name > YYY < / name >
< / risk >
< / RiskInfo >
.....
______________________

Overflow is no problem.
But the Section A and Section B triggers are not worked.
This setting of relaxation Section has poster-twice.
I understand that [*] is false, because it is working OK if I replace [*] [1] or [2].
But I do not understand the correct method...

Probably, I think I need to use the OverFlowSymbol.
Where should I put the OverFlowSymbol? This thought does not?

Please teach me the method works this trigger to overflow and XPath.

Thank you

You should be able to use the overflow user @subform in your xpath to define the correct index based on the current subform.

You can try something like:

! /XXX/data/RiskInfo/risk[**@subform**]/name

You can find more information on handling overflow with XML in the DMStudio user guide (Appendix B are provided in subsection 12.1 Rel) and function of the @subform in the section Sub user forms of the document.

Tags: Oracle Applications

Similar Questions

Maybe you are looking for

  • Download of the latest applications

    Fire said a box on the top of my browser "TΘlΘcharge applications", it is running on top of browser for about 10 hours now nobody knows what it is?

  • HP Officejet Pro 8610-e: HP Officejet Pro 8610-e will not stop printing

    I am trying to print on paper legal and necessary only 5 copies. After spewing of 17 full copies and 4 partial, I turned it off in the hope that it would stop.  Fortunately, when I turned it back there.  I'm not a computer guru, so a lot of the phras

  • OfficeJet J4680: HP Officejet J4680 - Windows 10

    I upgraded my OS from Win 7 to 10. While on my laptop HP programs and detection of the printer worked (WiFI), on my PC, it failed to recognize my printer that was installed. by pugging USB cable it acknowledged him as a scanner and it works through t

  • Refresh the screen when he became first on the stack

    Hello I have a Refresh function on my home screen, from the home screen, a user can change the options in the options screen. However to change the options will change the content on the home screen. How can I update the home screen when a user comes

  • Step through the code line by line in Eclipse

    Hello. Simple question. How you make one through the code line by line using the Eclipse debugger? Is there a shortcut key for this? Thank you.