I have made a function i CU403/Function"LaunchApp" to automatic start the "create interaction"-wizard whenever a user uses Send-to Word (in this case using a boolean on the stylesheet).
It is made like this.
IF AppStylesheet."Auto Activate Integration Wiz" THEN
CreateInteraction(GetAttributeValue(DataXML,'//Object/Control/Control/Row[1]/Control[2]','value'));
EXIT(TRUE); // Standard exit
Works perfectly in Classic client but not in RTC. Any good ideas?
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Troels Bent Hansen
Senior Program Manager
Microsoft Dynamics NAV
****** This posting is provided "AS IS" with no warranties, and confers no rights ******
If RTC does not call CU403, then how does it (and I) call the style sheet function?
And I am aware of the different stylesheets for CC/RTC (forms/pages)