Options

RTC and launchApp problem (Send-to program))

kbjernokbjerno Member Posts: 6
edited 2009-10-21 in NAV Three Tier
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?

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,090
    [Topic moved from 'NAV/Navision' forum to 'NAV 2009' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    TroelshTroelsh Member, Microsoft Employee Posts: 79
    Send to ... in RTC does not call CU403. If you have created your own action to call CU403 you should be aware that Classic Client and RTC uses different stylesheets.

    Troels Bent Hansen
    Senior Program Manager
    Microsoft Dynamics NAV


    ****** This posting is provided "AS IS" with no warranties, and confers no rights ******
  • Options
    kbjernokbjerno Member Posts: 6
    You right, I need the style sheet export function not the "send-to", but...
    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)
Sign In or Register to comment.