Options

Assist Edit Button On Page not working

LambaLamba Member Posts: 260
edited 2012-01-17 in NAV Three Tier
Hi Experts,

In form 5094(Marketing Setup), on clicking the Assist Edit button on the form, a link to Outlook open.
Whereas in same page, the Assist Edit is in non editable mode(The page was set to Edit from Action-> Edit).


1.The Microsoft Outlook can be seen on the startup of RTC window.


Regards
Apsl

Answers

  • Options
    LambaLamba Member Posts: 260
    Version- Nav 2009 Sp1(Ch).
  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    Because of the below code in OnOpen Page
    IF ISSERVICETIER THEN BEGIN
      "Attachment Storage TypeEnable" := FALSE;
      AttachmentStorageLocationEnabl := FALSE;
      EMailLoggingProfileNameEnable := FALSE;
      "Storage Folder NameEnable" := FALSE;
      "Queue Folder NameEnable" := FALSE;
    END;
    

    I am not usre why ENABLED property has been set to FALSE in RTC. :-k
  • Options
    postsauravpostsaurav Member Posts: 708
    Hi,

    I think the field Enabled Property is set to False, because in RoleTailored Client, i will store the files on the NAV Server not on the client system. Anything that u want to store or download in case of 3 tier architecture, i lookup for the file in the service tier.

    I tired to comment the code on the marketing setup page, on OnOpen Page trigger, and it started working fine in RTC too.
    As i am unaware about the functionality, so i was unable to test it.

    Test it on the Cronus database after commenting the code on OnOpen Page trigger. The output will be an error as i will try to locate the file on NAV Server.

    Thanks & regards,
    Saurav Dhyani

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
Sign In or Register to comment.