Options

Removing all usage of DotNet

Does somebody know or have some tips how to map all customized objects that use dotnet?

Reason for this is converting code to AL.

Thanks in advance!

Answers

  • Options
    Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    Hi,

    Get yourself Notepad++, export all your objects into text file, load the text file into Notepad++, Use search+mark to mark all lines having OBJECT word, search+mark all the lines having DotNet word, Use "Copy bookmarked lines" and paste them into new document, sort it. Voila. :)

    Slawek
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • Options
    tomasevicstefantomasevicstefan Member Posts: 51
    Hi Slawek,

    I thought on some procedure that will do it for me :smile: .

    Thanks on your prompt response.
  • Options
    JuhlJuhl Member Posts: 724
    Why?
    Everything is .NET once compiled!
    DOTNET is the biggest thing since Coca Cola
    Follow me on my blog juhl.blog
  • Options
    DenSterDenSter Member Posts: 8,304
    I've found the search feature in Statical Prism is also very useful, plus that gives you an interactive list of objects
  • Options
    JuhlJuhl Member Posts: 724
    Its only beeing dropped in Extensions V2 for D365, NOT in NAV !
    Follow me on my blog juhl.blog
  • Options
    tomasevicstefantomasevicstefan Member Posts: 51
    DenSter wrote: »
    I've found the search feature in Statical Prism is also very useful, plus that gives you an interactive list of objects

    Thanks Daniel,

    This tool is something that I wanted, but I didn't find option to search objects by variable type?
  • Options
    Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    edited 2017-09-14
    Hi,

    Statical Prism does not let you search for any variables. The most you can do in it is to search for DotNet string in lines of code (Ctrl+F) but I doubt it will search among variable definitions.

    So it will work as long as your variables (all) have a "DotNet" in their names.

    Slawek
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Sign In or Register to comment.