Page 1 of 1

Atrium - launchItem and Override parameter

Posted: Sat Dec 21, 2019 11:31 pm
by tcrean
I am trying to create a rich display program that has a button that when clicked launches a new tab in atrium and overrides the item parameter. The new tab opens but it does not override the parameter value.

Here is the code I am using in the onclick event for the button.

Code: Select all

Atrium.launchItem({
 itemId: 137,
 parm: storenum
});
I have tried hard coding the value for parameter to see if I could get it to work but I have not had any luck with that either.

Here is the link in the documentation I was following:
https://docs.profoundlogic.com/pages/vi ... d=44794230.

Re: Atrium - launchItem and Override parameter

Posted: Thu Dec 26, 2019 2:28 pm
by Scott Klement
That feature was added in Profound UI 6, fix pack 3.2.

What version are you using?

Re: Atrium - launchItem and Override parameter

Posted: Thu Dec 26, 2019 4:26 pm
by tcrean
I am on fix pack 4.1.

Re: Atrium - launchItem and Override parameter

Posted: Thu Dec 26, 2019 7:18 pm
by Scott Klement
Since this is a new feature of Atrium.launchItem(), I'm guessing that you've found a bug.

Please report it to Profound Logic Support so that it can be fixed. You can do that by sending an e-mail to support@profoundlogic.com

Re: Atrium - launchItem and Override parameter

Posted: Fri Dec 27, 2019 10:58 am
by tcrean
Thanks Scott. I have submitted a support ticket for this issue.