RTC should closed down as soon as card page is close in NAV

Krupa143Krupa143 Member Posts: 4
edited 2018-06-25 in NAV Three Tier
The RTC should open with card page and as soon as we close the card page the RTC should be closed ...


is there any solution of above ......
please help

Thanks in advance

Best Answer

Answers

  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    You mean the scenario when the RTC is invoked as a card is shows a part of hyperlink processing?
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • Krupa143Krupa143 Member Posts: 4
    edited 2018-06-25
    no Mr.slawek
    what I m trying to say is .. hold on let me explain you the actual scenario .

    As soon as RTC is open the item card should open and that is opening I already done code for this and its working .

    I am facing issue in when I closed that item card , I want Whole RTC should get closed and I m facing issue in That ..


  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    When you work with NAV the 'normal' process is: you start the RTC manually, from Windows Start menu or from a shourtcut. Then you open a list page or a card page, work with it (update/review), close it. Open next. Review/update, close. Open next - and so on and on. When you are done working with NAV you close the RTC.

    This is no different from working with Word or Excel or tons of other software - for example closing a document in Word does not close the Word application (just bear in mind that the X in the right top of Word or Excel is for closing the whole application, not the document)

    Back to NAV - if you close the NAV application (the RTC) it will also close all the cards displayed in it. If you close one card the RTC app will not shut down - expecting you to continue working with another list/card page. No different from working with Word or Excel.

    There is no way to force NAV client to close itself when 'a card is closed'
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • ACaignieACaignie Member Posts: 91
    You could use a special shortcut for this with additional parameters:

    "C:\Program Files (x86)\Microsoft Dynamics NAV\100\RoleTailored Client\Microsoft.Dynamics.Nav.Client.exe" "DynamicsNAV://Server:port/DynamicsNAV100/Companyname/runpage?page=21" -ShowNavigationPage:0

    This opens the customer card, and closes the RTC when the card is closed.
  • RockWithNAVRockWithNAV Member Posts: 1,139
    Still thinking why even you want to do this?
    Is this a Business need?
  • Krupa143Krupa143 Member Posts: 4
    yes its business need
  • krikikriki Member, Moderator Posts: 9,112
    [Topic moved from 'NAV/Navision Classic Client' forum to 'NAV Three Tier' forum]

    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.