Hi Team,
For one of the mashup requirement we are trying to pass values from one mashup screen to another mashup screen using DefaultValues in the URL.
So from a mashup screen I am sending the Item, Serial number information to create a work order in the next mashup screen. The URL is formatted is as below
xxx.inforcloudsuite.com/.../CreateWorkOrder
But when I bind the values in CreateWorkOrder mashup form using the below code it doesn't work
<TextBox Grid.Row="2" Grid.Column="3" Name="ItemNumberBlock" Text="{Binding source={mashup:CurrentItemValue}, ConverterParameter=ItemNumberBlock, Mode=OneTime}" Visibility="Visible" IsReadOnly="true" Height="10" Width="100" />
Do any one of you have encountered this scenario before. It would be of great help.
Thank you in advance.
Best Regards,
Shashank