Hi All,
I've basically got a BO definition like this:
element ID : ID
node Items [0,1] {
a few elements in here
}
On the generated QA screen I've got a button which has a simple navigation link to a custom screen I built specifically for the node.
My aim is that when I click on the button it will generate a node instance that will be editable in the opened custom screen.
However at the moment it creates the node instance, but will open the same instance if I click the button again.
Is there any way to generate a new node instance on the opening of the screen?
Many Thanks,
Will