Passing values to app-open tile

Thanks Hannah

Hi Hannah,

When I test what you have done above within the form it takes the false route no errors. When I test via the calling program I get an error - function body [object Object] thrown exception SyntaxError: Unexpected identifier ‘Object’?

Any ideas?

Thanks

May I see how you’re passing the data in the app-open widget?

If you’re using ValueIn, change that to be: %session.context.initialValueIn.valueIn%

image

What’s your event trigger on the receiving app?

Form load

After?

Depending on the screen, Form_onLoad may not have the context values initialized yet. You might try an event more downstream.

Yes after. Its on the rma processing screen.

Change your condition expression to this:

context && context.initialValueIn && context.initialValueIn.contextValue