Atrium - launchItem and Override parameter
Posted: Sat Dec 21, 2019 11:31 pm
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.
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.
Here is the code I am using in the onclick event for the button.
Code: Select all
Atrium.launchItem({
itemId: 137,
parm: storenum
});
Here is the link in the documentation I was following:
https://docs.profoundlogic.com/pages/vi ... d=44794230.